PC Dekstop, Notebook, Point of Sale

Breaking

9.08.2009

How to restore the Locked Registry and Task Manager

Click Start -> Run, type cmd and press Enter.

At the prompt, type "REG DELETE HKCU \Software\Microsoft\Windows\CurrentVersion\Policies\System/v" DisableRegistryTools and press Enter.

Restore task manager locked

1. Open a text editor program

2. Type the following code:
"Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]"
"DisableTaskMgr" = dword: 00000000

3. Save with the name taskmanager.reg

4. Run the program taskmanager.reg, as appears to confirm select yes.

5. Restart the computer to see the results.

Restores registry locked

1. Open a text editor program.

2. Type the following code:
"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]"
"DisableRegistryTools" = dword: 00000000

3. Save with the name regedit.reg

4. Run the program regedit.reg, as appears to confirm select yes

5. Restart the computer to see the results

1 comment: