Enable Registry Editor
Enable Registry Editor
Rate Enable Registry Editor
(1(1 Vote))
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
Enable Registry Editor Comments
No comments yet — be the first to post one!
Post a Comment