VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Enable Search (If Disable in Windows)

by S.M. Mehdi Akram (5 Submissions)
Category: Registry
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 29th November 2008
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Enable Search (If Disable in Windows)

Rate Enable Search (If Disable in Windows)



Dim s As String
' S.M. Mehdi Akram
[email protected]
' Need a Command button

Private Sub Command1_Click()
Set b = CreateObject("wscript.shell")
s = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind"
b.regwrite s, 0, "REG_DWORD"
End Sub


Download this snippet    Add to My Saved Code

Enable Search (If Disable in Windows) Comments

No comments have been posted about Enable Search (If Disable in Windows). Why not be the first to post a comment about Enable Search (If Disable in Windows).

Post your comment

Subject:
Message:
0/1000 characters