View Single Post

  #13  
Old 10-03-2007, 07:34 AM
Queztion Offline
Registered User
 
Join Date: Oct 2007
Posts: 1
quick fix for disabled task manager

Quote:
Originally Posted by kenk
Hi all,
On my Windows XP task manager(taskmgr.exe) is disabled (when I press Alt+Ctrl+Del opition "Task Manager" is greyed; when I try to start taskmgr.exe manually system display message "Task Manager is disabled by administrator". I have administrator right on my comuter.
Can anybody tell me how can I enable task manager again ?

Thank you in advance!
M.

Click [start] then [run]

copy and paste this line and hit [enter]

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


done
Reply With Quote