Now...you try to edit the Windows registry but the regedit can open up...
You can try this code to unlock your regedit...
Follow this step :
1. First, you must login as admin
2. Check the regedit...open Start>Run and fill the box with "regedit"
3. If the error box show message like "The Registry Editor cann't run. Please contact your administrator" mean
your Registry Editor have unlocked
4. Don't worry. Create a file using text editor (such as Notepad) and name it such as reg-recover.vbs
5. Edit this file, and type this script :
'Enable Registry'
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"
'Display Message'
Message = "Registry has been recover"
x = MsgBox(Message,vbOKOnly,"OK")
Set wshShell = Nothing
Set fso = Nothing
'End Program'
6. Save this file and run it
7. If the message box "Registry has been recover" mean your regedit now can usefull
8. Restart your computer or please log-off
9. Now, you can edit your registry.
Have fun!! Peace....
March 25, 2008
Recover Registry
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment