copy paste di bawah ini ke notepad, save as "EnableRegistryEdit.vbs"
simply, double click the file and voila ! Now you can edit your registry.
'Enable Registry Editing
'© Veegertx - 06/27/2003
'This code may be freely distributed/modified
On Error Resume Next
'Prevents errors from values that don't exist
Set WshShell = WScript.CreateObject("WScript.Shell")
'Delete DisableRegistryTools registry values
WshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
'display message
Message = "You should have access to Regedit now"
X = MsgBox(Message, vbOKOnly, "Done")
Set WshShell = Nothing
Set fso = Nothing
simply, double click the file and voila ! Now you can edit your registry.
'Enable Registry Editing
'© Veegertx - 06/27/2003
'This code may be freely distributed/modified
On Error Resume Next
'Prevents errors from values that don't exist
Set WshShell = WScript.CreateObject("WScript.Shell")
'Delete DisableRegistryTools registry values
WshShell.RegDelete "HKCU\Software\Microsoft\Windows\Current
'display message
Message = "You should have access to Regedit now"
X = MsgBox(Message, vbOKOnly, "Done")
Set WshShell = Nothing
Set fso = Nothing
buat apa Ndri?..gaptek nih.;)
ReplyDeleteoo, ini buat catetan pribadi aja. kemaren mo utak-atik registry supaya startup awal dan shutting down lebih cepet. tapi kok katanya registry editor locked by admin. padahal saya sendiri udah login admin. kayaknya kena virus, jadi bikin script di atas, dan alhamdulillah jadi bisa buka registry editor lagi.
ReplyDeleteoo, ini buat catetan pribadi aja. kemaren mo utak-atik registry supaya startup awal dan shutting down lebih cepet. tapi kok katanya registry editor locked by admin. padahal saya sendiri udah login admin. kayaknya kena virus, jadi bikin script di atas, dan alhamdulillah jadi bisa buka registry editor lagi.
ReplyDelete