Re-Enable Task manager & Registry Tools - if Disabled

When this happens both the registry editor and task manager are locked. You need to run the following commands from Start->Run to first unlock them.

1. Unlock Task Manager

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

2. Unlock Registry Editor

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

Remove Internet Explorer Title :

3. Using Registry Editor, delete the following value in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title

No comments: