• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

How to stop edge completely from running in background (taskmanager) once you closed it

Joined
Jan 5, 2006
Messages
18,584 (2.63/day)
System Name AlderLake
Processor Intel i7 12700K P-Cores @ 5Ghz
Motherboard Gigabyte Z690 Aorus Master
Cooling Noctua NH-U12A 2 fans + Thermal Grizzly Kryonaut Extreme + 5 case fans
Memory 32GB DDR5 Corsair Dominator Platinum RGB 6000MT/s CL36
Video Card(s) MSI RTX 2070 Super Gaming X Trio
Storage Samsung 980 Pro 1TB + 970 Evo 500GB + 850 Pro 512GB + 860 Evo 1TB x2
Display(s) 23.8" Dell S2417DG 165Hz G-Sync 1440p
Case Be quiet! Silent Base 600 - Window
Audio Device(s) Panasonic SA-PMX94 / Realtek onboard + B&O speaker system / Harman Kardon Go + Play / Logitech G533
Power Supply Seasonic Focus Plus Gold 750W
Mouse Logitech MX Anywhere 2 Laser wireless
Keyboard RAPOO E9270P Black 5GHz wireless
Software Windows 11
Benchmark Scores Cinebench R23 (Single Core) 1936 @ stock Cinebench R23 (Multi Core) 23006 @ stock
I've tried this:

Screenshot 2024-03-01 120152.png



It just keeps running in the background....

I know I can shut it down in the taskmanager, but is this the only way?....:banghead:
 
Last edited:
geek uninstaller, force remove.
 
I use it sometimes, so I don't want to uninstall it completely....
 
I use it sometimes, so I don't want to uninstall it completely....
You could try from the services. I think this was my solution IIRC
 
I have a taskkill shortcut on the desktop

C:\Windows\System32\taskkill.exe /F /IM MSEdge.exe /T

Sometimes with the release of a new version of Edge , the name of the .exe gets changed by MS.
 
you can indeed stop it in services
 
Hi,
Here's what I use

Code:
Windows Registry Editor Version 5.00

; Created by: Shawn Brink
; Created on: August 7th 2018
; Tutorial: https://www.tenforums.com/tutorials/115545-enable-disable-pre-launch-microsoft-edge-windows-10-a.html


[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main]
"AllowPrelaunch"=dword:00000000

Looks to be the same for win-11
Code:
Windows Registry Editor Version 5.00

; Created by: Shawn Brink
; Created on: December 12. 2022
; Tutorial: https://www.elevenforum.com/t/enable-or-disable-startup-boost-in-microsoft-edge.11116/


[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
"StartupBoostEnabled"=dword:00000000
 
I have a taskkill shortcut on the desktop
This is what I have too. I also have a similar one for Chrome as I find it even more offensive.

The only difference in my syntax is the order for the switches. Mine looks like this:

Code:
C:\Windows\System32\taskkill.exe /F /T /IM MsEdge.exe

That said, pretty sure the order does not matter in this case. To make one for Chrome, just replace MsEdge.exe with chrome.exe.

Sometimes with the release of a new version of Edge , the name of the .exe gets changed by MS.
Not sure what to say about that. I created my shortcut in January 2020 and the name has not changed since then. I suspect it might have changed when MS dumped the original catastrophic and unfinished browser named Edge they pushed out with the initial release of W10. Note the current browser named Edge is based on Chromium, and is a totally different program than the first Edge. It just happens to have the same name thanks to Microsoft's long history of confusing naming conventions and use of the same or similar names for different product like "Windows Defender" (anti-spyware in W7) and "Windows Defender" (anti-malware in W8 and later), 4 different "Outlooks", and who knows how many different "Explorers"?

But, since it could happen, I guess if the shortcut suddenly stops working, that is something to look into.
 
So the above settings worked after a system restart....

Edge is shut down completely as I want it to after using it.
Restart was probably required to delete remaining browser's cache, it's in RAM anyway.
 
Back
Top