VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Enable Registry Editor

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 Registry Editor

Rate Enable Registry Editor



Dim s As String

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

Download this snippet    Add to My Saved Code

Enable Registry Editor Comments

No comments have been posted about Enable Registry Editor. Why not be the first to post a comment about Enable Registry Editor.

Post your comment

Subject:
Message:
0/1000 characters