REGEDIT Disabled by administrator!
Copy the following code,paste in any notepad and save as “regtools.vbs” file. Just double click it and you will get yor regedit enabled
‘Code:
Option Explicit
Dim WSHShell, n, p, enab, disab,itemtype
Set WSHShell = WScript.CreateObject(“WScript.Shell”)
p = “HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\”
p = p & “DisableRegistryTools”
itemtype = “REG_DWORD”
n = WSHShell.RegRead (p)
If n = 0 Then
n = 1
WSHShell.RegWrite p, n, itemtype
MsgBox(” Registry Disabled”)
ElseIf n = 1 then
n = 0
WSHShell.RegWrite p, n, itemtype
MsgBox(“Registry Enabled”)
End If
That shows how weak is Windows. Windows admins beware of the pitfall…
invalid character was code 800A0408.. there was an error with the compilation of the code.
Hi Jenny here is there another way u try this.
Just copy the below code and paste in start->Run then click ok.
To Enable:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
To Disable:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f
If it work successfully send ur feedback.
It works
tnx jenny… it works
Hi jenny!

it works
thnx
Hi Increa, it works, thanks so much for your quick fix, been trying all options to get the registry access back including the group edit templates, this was just brilliant !
thanks again!
Hi Increa,
Worked first time – thanks.
Hi Increa,
Worked Great!!!!! Hallejulah!!!
Hello webmaster
I would like to share with you a link to your site
write me here preonrelt@mail.ru
It works! you are genius!
It works..
Great!!!!!!