[Registry] Disable/Enable taskmgr 12-03-2010, 02:50 AM
#1
Disable:
Enable:
Code:
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1
Enable:
Code:
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0
(This post was last modified: 03-23-2011, 01:37 PM by Skullmeat.)
Pierce the life fibers with your drill.