Block Microsoft Edge from running in the background on Windows 10

If you run a device that is powered by Microsoft’s Windows 10 operating system, you may have noticed Microsoft Edge processes in the Task Manager or another program even if you don’t run the program.

These processes, MicrosoftEdge.exe, MicrosoftEdgeCP.exe, and MicrosoftEdgeSH.exe, show up as suspended in the task manager.

The processes use no CPU or memory in suspended state; some users may prefer to block Microsoft Edge from running in the background even in suspended state. If you never use Edge, there is virtually no reason why it should launch in the background.

Note that the process works fine on recent versions of Windows 10. It may not work with the not-yet-released Chromium-based version of Microsoft Edge; we will see.

The process requires editing of the Windows Registry and a Settings change. Note that you can still run Microsoft Edge on the device.

Here we go:

Settings app

microsoft edge background

The very first thing you want to do is prevent Edge from running in the background:

  1. Use the shortcut Windows-I to open the Settings application on the Windows 10 device.
  2. Go to Privacy > Background Apps.
  3. Toggle Microsoft Edge on the page so that its status reads off.

Windows Registry

microsoft edge background stop

You need elevated privileges to edit the Registry. I recommend that you create a backup of the Windows Registry before you make the changes.

You can download Registry files from Majorgeeks to make the changes without editing the Registry manually. It is usually better if you make the changes manually to better understand what is being changed.

  1. Tap on the Windows-key, type regedit, and hit the Enter-key on the keyboard to launch the Registry Editor.
  2. Confirm the UAC prompt that is displayed.
  3. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main
    • If Main does not exist, right-click on MicrosoftEdge and select New > Key, and name it Main.
    • Tip: if you make a mistake naming something, right-click on it and select rename to change the name.
  4. Right-click on Main and select New > Dword (32-bit) Value.
  5. Name it SyncFavoritesBetweenIEAndMicrosoftEdge
  6. Double-click on it and set its value to 1.
  7. Right-click on Main and select New > Dword (32-bit) Value.
  8. Name it PreventLiveTileDataCollection.
  9. Double-click on it and set its value to 1.
  10. Right-click on Main and select New > Dword (32-bit) Value.
  11. Name it AllowPrelaunch.
  12. Make sure the value is set to 0 (it is the default).
  13. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\TabPreloader
    1. If TabPreloader does not exist, right-click on MicrosoftEdge and select New > Key, and name it TabPreloader.
  14. Right-click on TabPreloader and select New > Dword (32-bit) Value.
  15. Name it PreventTabPreloading.
  16. Double-click on the new value and set it to 1.
  17. Right-click on TabPreloader and select New > Dword (32-bit) Value.
  18. Name it AllowTabPreloading.
  19. Make sure its value is set to 0.
  20. Restart the computer.

 

 

[“source=ghacks”]

Loknath Das