13 points | by tech234a 16 hours ago ago
5 comments
I've been using MSEdgeRedirect for years. It intercepts calls to Edge and sends them to whatever browser you want. It's for when Windows ignores your default browser and opens Edge w/o your consent.
https://github.com/rcmaehl/MSEdgeRedirect
This command creates a registry entry that prevents Edge from running. It redirects output of msedge.exe to rundll32 (which does nothing).
The command is all one line. It'll work with any .exe
reg add "hklm\software\microsoft\windows nt\currentversion\image file execution options\msedge.exe" /v Debugger /d rundll32
Weren't they announced that they would make Windows more user-friendly just a few days ago? Did they break their premises already?
I mean open the most used software automatically can be user friendly. It's like a Chromebook. ;)
Kids those days. "Prefetch" folder in XP anyone ?
I've been using MSEdgeRedirect for years. It intercepts calls to Edge and sends them to whatever browser you want. It's for when Windows ignores your default browser and opens Edge w/o your consent.
https://github.com/rcmaehl/MSEdgeRedirect
This command creates a registry entry that prevents Edge from running. It redirects output of msedge.exe to rundll32 (which does nothing).
The command is all one line. It'll work with any .exe
reg add "hklm\software\microsoft\windows nt\currentversion\image file execution options\msedge.exe" /v Debugger /d rundll32
Weren't they announced that they would make Windows more user-friendly just a few days ago? Did they break their premises already?
I mean open the most used software automatically can be user friendly. It's like a Chromebook. ;)
Kids those days. "Prefetch" folder in XP anyone ?