How To Enable And Disable Task Manager In Windows
Disable task manager,
Copy and Paste the following Windows registry code in the opened editor.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=-
Save as disable.reg
Double-click to open, click Yes\OK to confirm when prompted
Open the Notepad editor from the Windows start menu.
Copy and Paste the following Windows registry code in the opened editor.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=-
Save as disable.reg
Double-click to open, click Yes\OK to confirm when prompted
Comments
Post a Comment