Microsoft will let users uninstall Edge, Bing, and disable ads on Windows 11 as it complies with the Digital Markets Act
Microsoft will let users uninstall Edge, Bing, and disable ads on Windows 11 as it complies with the Digital Markets Act
Microsoft ensures Windows 11 is compliant with the Digital Markets Act in the European Economic Area.
First RCS now this, today has been wild
You're viewing a single thread.
What happens if you uninstall edge and you don't have any other browsers?
How do you reinstall it or install a different one without a secondary computer?
8 0 ReplyI imagine you can install it through the Microsoft Store or via the add/remove Windows features function
26 0 ReplyBack in my days we had windows versions that didn't come with ethernet driver
25 0 ReplyUSB stick with a browser installer or a portable installation.
Windows will probably gladly reinstall Edge via some update service.
15 0 ReplyI remember installing Netscape Navigator and Mozilla like this across some years. But it was CD-Rs.
5 0 Reply
Download file from another system.
Use wget in powershell to download it in same system.
Use winget to install browser.
9 0 Replywsl --install
sudo apt update
sudo apt install firefox -y
10 3 ReplyYou can install a browser with CLI
5 1 ReplyI'm super tired and thought for a millisecond that was going to say CLIPPY.
5 0 Reply
You can use winget via powershell winget install firefox
Or you use the Microsoft store to install another browser
4 0 ReplyFrom shell
winget install --id=Mozilla.Firefox -e
For example
3 0 Replycurl
4 1 Replyinto a ball and cry?
5 1 Reply
Hopefully you'd be able to do so from the Microsoft store
2 0 ReplyWinget like everyone said. But you can also download the exe with powershell if you know the url (otherwise just download the page and have fun finding the link haha)
1 0 Reply