this post was submitted on 16 Nov 2023
2398 points (99.3% liked)

Technology

69891 readers
2729 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

First RCS now this, today has been wild

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 2 years ago (11 children)

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?

[–] [email protected] 26 points 2 years ago

I imagine you can install it through the Microsoft Store or via the add/remove Windows features function

[–] [email protected] 25 points 2 years ago

Back in my days we had windows versions that didn't come with ethernet driver

[–] [email protected] 15 points 2 years ago (1 children)

USB stick with a browser installer or a portable installation.

Windows will probably gladly reinstall Edge via some update service.

[–] [email protected] 5 points 2 years ago

I remember installing Netscape Navigator and Mozilla like this across some years. But it was CD-Rs.

[–] [email protected] 9 points 2 years ago

Download file from another system.

Use wget in powershell to download it in same system.

Use winget to install browser.

[–] [email protected] 7 points 2 years ago* (last edited 2 years ago)

wsl --install

sudo apt update

sudo apt install firefox -y

[–] [email protected] 4 points 2 years ago

You can use winget via powershell winget install firefox

Or you use the Microsoft store to install another browser

[–] [email protected] 4 points 2 years ago (1 children)
[–] [email protected] 4 points 2 years ago

into a ball and cry?

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago)

From shell

winget install --id=Mozilla.Firefox -e

For example

[–] [email protected] 2 points 2 years ago

Hopefully you'd be able to do so from the Microsoft store

[–] [email protected] 1 points 2 years ago

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)