Oct 8, 2007

Regedit disabled by administrator?? Try This It Works


Hi everyone, Here is a trick of common day use.Daily we use computers at different places.Sometimes its a bit difficult to perform your desired operations because you are not allowed to do that by the administrator.A command Regedit is normally disabled by the administrators.Here is a trick to bypass that.

copy the following lines in a new text file:

Set EnReg = WScript.CreateObject("WScript.Shell")
EnReg.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System\DisableRegistryTools"
Set EnReg = Nothing

Rename that file to "something.vbs", then double-click on it & there you go.Feel free to post your comments.

3 comments:

  1. Anonymous8:22 AM

    it doesnt work

    ReplyDelete
  2. Anonymous3:55 PM

    it really doesnt work

    ReplyDelete
  3. Anonymous12:42 PM

    i tried it but it doesnt work

    ReplyDelete