This tutorial will show you how to enable or disable Task Manager for all or specific users in Windows 10 and Windows 11.
Task Manager is enabled by default and can be used to view and manage processes, performance statistics, app history, startup apps, users, processes details, and services in Windows.
You must be signed in as an administrator to enable or disable Task Manager.
Contents
- Option One: Enable or Disable Task Manager for All or Specific Users in Local Group Policy Editor
- Option Two: Enable or Disable Task Manager for All Users using REG file
EXAMPLE: Task Manager disabled
The Local Group Policy Editor is only available in the Windows 10/11 Pro, Enterprise, and Education editions.
All editions can use Option Two to configure the same policy.
1 Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.
2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below)
User Configuration > Administrative Templates > Ctrl+Alt+Del Options
3 In the right pane of Ctrl+Alt+Del Options in the Local Group Policy Editor, double click/tap on the Remove Task Manager policy to edit it. (see screenshot above)
4 Do step 5 (enable) or step 6 (disable) below for what you want.
5 Enable Task Manager
This is the default setting.
A) Select (dot) Not Configured. (see screenshot below)
B) Click/tap on OK, and go to step 7.
6 Disable Task Manager
A) Select (dot) Enabled. (see screenshot below)
B) Click/tap on OK, and go to step 7.
7 You can now close the Local Group Policy Editor if you like.
1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.
2 Enable Task Manager for All Users
This is the default setting
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Enable_Task_Manager_for_all_users.reg
(Contents of REG file for reference)
Code:
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"=-
3 Disable Task Manager for All Users
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Disable_Task_Manager_for_all_users.reg
(Contents of REG file for reference)
Code:
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"=dword:00000001
4 Save the REG file to your desktop.
5 Double click/tap on the downloaded REG file to merge it.
6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
7 You can now delete the downloaded REG file if you like.
That's it,
Shawn Brink
Related Tutorials
- Open Task Manager in Windows 11
- Open and Close Navigation Bar in Task Manager in Windows 11
- Change Default Start Page for Task Manager in Windows 11
- Add or Remove Columns in Task Manager in Windows 11
- Change Task Manager Real Time Update Speed in Windows 11
- Turn On or Off Always On Top for Task Manager in Windows 11
- Turn On or Off Minimize on Use for Task Manager in Windows 11
- Turn On or Off Hide when Minimized for Task Manager in Windows 11
- Turn On or Off Show Full Account Name for Task Manager in Windows 11
- Turn On or Off Show History for All Processes in Task Manager in Windows 11
- Change Task Manager Theme in Windows 11