![]() |
How to enable regedit - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Antivirus & Protection (https://sinister.ly/Forum-Antivirus-Protection) +--- Thread: How to enable regedit (/Thread-How-to-enable-regedit) |
How to enable regedit - JuiceKing - 06-13-2011 First Method: Click Start -> Run -> gpedit.msc -> User Configuration -> Administrative Templates -> System -> Prevent access to registry editing tools -> Right Click Properties -> Set it to Not Configured. Second Method: Click Start -> Run. Type this command in Run box and press Ok. REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 Then a prompt will come up with this question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter. After u did that also type this command in the run box and hit enter. REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 Then it will also come up with the question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter. Third Method: STEP1. Disable as much as you can from your startup. Remove programs from your startup folder and such, so as not to lag down the bootup process. STEP2.Create a new shortcut on your desktop, point it to "C:\Windows\regedit.exe" STEP3.Log off, then log back on. STEP4.As soon as you see your desktop, double click on the shortcut. The system does not check for policies until a few seconds after it booted up. If you click on the icon fast enough, it should let you get in. After you close it though, it will not open unless you redo step 3 and 4. Fourth Method: Getting into the registry editor by making a vbs script in notepad: Open Notepad and copy this script into it. And save it as regtool.vbs on your desktop. VBS SCRIPT(select everything and copy into notepad and save as regtool.vbs): Code: Option Explicit Open regtool.vbs And there you go! I hope i helped! RE: How to enable regedit - Codebreaker - 06-13-2011 Nice Thread!!! Good Job.. RE: How to enable regedit - Dido - 06-13-2011 Good work! Do this methods work without admin privilege?? RE: How to enable regedit - JuiceKing - 06-14-2011 (06-13-2011, 10:17 PM)Codebreaker Wrote: Nice Thread!!! Thanks... :thumbs: (06-13-2011, 11:24 PM)Dido Wrote: Good work! I don't know...I'm try this methods and it's work with admin privilege...without admin privilege i don't know... |