Windows Task Manager is a great utility. It not only shows us all the apps and processes running in the background but also lets us force-close them.

However, if you often share your laptop with others, you may want to hide specific processes from appearing on the Task Manager.

So, is it possible to hide background processes on Windows 11? Yes, but you will have to edit the Registry file. Here’s what you need to do.

1. Hide Specific Processes

Since we will be editing the Registry file, it’s essential to follow the steps carefully. Before making the changes, make sure to back up the registry.

1. Launch Registry Editor on your PC. You can launch it from the Windows 11 Search.

Registry Editor

2. When the Registry Editor opens, navigate to this path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options

navigate to this path

3. Right click the Image File Execution Options folder and select New > Key.

New > Key

4. Name this new key exactly as the process you want to hide. For example: chrome.exe.

Name this new key

5. Right-click the newly created key and select New > String Value. Name this new value Debugger.

Debugger

6. Double click the Debugger Value and set its data to:

C:\Windows\System32\systray.exe

Debugger Value

7. After making the changes, close the Registry editor and restart your PC/Laptop.

The process you have hidden will no longer appear on the Task Manager, but it will still run in the background.

2. How to Hide Multiple Processes

On Windows 11, you can also hide multiple processes using a Single Key. To do so, follow these steps instead.

1. Launch the Registry Editor and navigate to this path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options

navigate to this path

2. Right click the Image File Execution Options and select New > Key. Name this new key as ‘Hideprocesses’

Hideprocesses

3. Right click the HideProcesses key and select New > String Value. Name this Value ‘Debugger’.

Debugger

4. Double click the Debugger value and set its data to:

C:\Windows\System32\systray.exe

Value Data

5. To hide processes, you must create a new String Value under the ‘HideProcesses’ key. Name each value exactly as the process executable like chrome.exe, spotity.exe, etc.

process executable

6. After adding the processes, close the Registry Editor and restart your PC.

How to Roll Back the Changes?

To reverse the changes, you must delete the new keys and values you created in the Registry Editor.

Or else, if you have the backup of the old registry, you can restore it.

This article explains how to hide background processes in Windows 11. If you need more help in this topic, let us know in the comments. Also, if you find this guide helpful, don’t forget to share it with your friends.

LEAVE A REPLY

Please enter your comment!
Please enter your name here