2390
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 16 Nov 2023
2390 points (99.3% liked)
Technology
59147 readers
2263 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
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?
I imagine you can install it through the Microsoft Store or via the add/remove Windows features function
Back in my days we had windows versions that didn't come with ethernet driver
USB stick with a browser installer or a portable installation.
Windows will probably gladly reinstall Edge via some update service.
I remember installing Netscape Navigator and Mozilla like this across some years. But it was CD-Rs.
Download file from another system.
Use wget in powershell to download it in same system.
Use winget to install browser.
wsl --install
sudo apt update
sudo apt install firefox -y
You can use winget via powershell winget install firefox
Or you use the Microsoft store to install another browser
I'm super tired and thought for a millisecond that was going to say CLIPPY.
From shell
For example
curl
into a ball and cry?
Hopefully you'd be able to do so from the Microsoft store
Winget 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)