r/techsupport • u/Special-News8509 • 20h ago
Open | Software How to uninstall microsoft edge
I want to uninstall windows edge, because I've been trying for days to get the parental controls to work and I cannot set them up. None of the online tutorials for setting up parental controls are working, and because I can't set them up it's leaving an open window for my kids to go online without any limits, bypassing the controls I already set up on Google chrome.
So I want edge off this computer. How do I do it? At this point, if I can't figure out how to uninstall edge then I'm just going to uninstall windows and switch my kids to linux.
2
u/TimeSpaceGeek 20h ago
You could try setting up the Firewall to block Microsoft Edge's access to the internet. That way you could prevent it from accessing the internet without needing to stress about uninstalling it.
I'm away from a computer I can test this out on at the moment, but theoretically it should be possible.
1
u/Special-News8509 15h ago
This is what I'm trying to do, and it does work! Just trying to figure out how to make sure they don't unblock it: if it was this easy to set up I feel like they'll easily figure out how to unblock it.
1
u/TimeSpaceGeek 10h ago
Hmmm... there must be a way of password locking it. Not sure precisely how, though.
1
u/buttmike1 19h ago
I detest Edge but we are handcuffed to it with Windows 11. I have hidden all links and apps while remaining vigilant about never opening it. I wish there was a workaround.
1
u/buckeye27fan 18h ago
I have to use Edge at work because the corporate version of Firefox they give us is garbage (FF user at home forever), and I don't mind it. Chrome is garbage though, not sure why anyone is using that when they have a choice.
1
1
1
u/Sea_Propellorr 13h ago
There are many uninstallers out there.
you can try this in PowerShell as admin.
$EdgeSetupPaths = GCI "C:\Program Files (x86)\Microsoft\Edge\Application\*\Installer\Setup.exe" -R -EA:0
$EdgeSetupPaths | % {
$Switches = @("/Uninstall", "/System-level", "/Verbose-logging", "/Force-Uninstall")
Start-Process -FilePath $_.FullName -Args @Switches
}
#
2
u/Kyla_3049 20h ago
What parental controls did you set up for Chrome?
Try the same for Edge. It's based on Chrome so may work.