|
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.(Be careful to copy the code exactly as presented here including everything.
Code goes here.......
'Enable/Disable Registry Editing tools
Option Explicit 'Declare variables
Set WSHShell = WScript.CreateObject("WScript.Shell")
'This section tries to read the registry key value. If not present an
if errnum <> 0 then
'If the key is present, or was created, it is toggled
If n = 0 Then
_________________________________________________________________________________ |
Friday, April 17, 2009
SYSTEM TIPS
Enable/Disable Registry Editing tools
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment