You may have seen a message "The Registry has been blocked by the administrator" when you try to enter in registry you can simply solve this problem by following the instructions below
1.copy the text below in red
'VBS file to Enable Registry Editor'
'www.techwizardz.blogspot.com
On Error Resume Next
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
WshShell.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
Message = "Your Registry Editor is Successfully Enabled. Please Visit www.techwizardz.blogspot.com for more help"
X = MsgBox(Message, vbOKOnly, "Done")
Set WshShell = Nothing
2.Paste it in a new note pad
3.Save the file as regeditenable.vbs
4.Open the file
5.Then regisrty enabled message will come Click OK
Now you can edit registry By following Start ---> Run ---> (type "regedit") ---> OK
or simply press widows logo button + r then OK
Related Topics
Seminar Topic : Computer Viruses
PC Tip: USE YOUR PEN DRIVE AS RAM
PC Tricks: Hide the Inactive Icons from System Tray
Adobe Photoshop CS3,Download Ebook Here
FreeRapid,rapidshare downloader for free users
Remove the Security Alerts;PC Tips & Tricks
Tags:-enable registry,registry enabling code,use registry,tip for enabiling registry,enabiling regedit,reg edit is not working,solution for reg edit problems,
1 comments:
Hai,
U told to save that file but u did not mention where i want to save
Post a Comment