guru
Joined: 22 Aug 2006 Posts: 6
|
Tue Aug 22, 2006 4:15 pm Subject : Task Manager has been disabled by your administrator |
|
|
When you try to open Task Manager, the following error may occur:
Task Manager has been disabled by your administrator
This error is caused by restrictions placed in Registry. There are two methods to fix this problem:
Method 1
Click Start, Run and type this command exactly as given below: (better - Copy and paste)
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
Method 2
1. Open Registry Editor (Regedit.exe) and navigate to:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System
2. In the right-pane, double-click DisableTaskMgr and set it's data to 0
 |
|