17 August 2011

Enable Windows Task Manager via Command Line


Have you ever experienced that Task Manager menu is dissapeared when you right-click the Taskbar?


To enable it again, type this command on Command Prompt :

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

Or  click START - RUN (Or Windows Key+R) and paste that command on Open prompt.


No comments: