4 Ways to Download a Browser on Windows Without a Browser

Even though using Edge to download another browser on your Windows PC is still the easiest method, there are a few other way to grab Chrome, Firefox, or another browser of your choice.



Browser Download links:
Google Chrome (64-bit): https://dl.google.com/chrome/install/standalonesetup64.exe

Mozilla Firefox (64-bit): https://download.mozilla.org/?product=firefox-latest&os=win64

Mozilla Firefox (32-bit): https://download.mozilla.org/?product=firefox-latest&os=win

Opera (64-bit): https://net.geo.opera.com/opera/stable/windows





Commands:
Invoke-WebRequest http://yourlinkgoeshere.com -o download.exe
Set-ExecutionPolicy AllSigned
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://community.chocolatey.org/install.ps1’))




Chapters:
0:00 Intro
0:23 The Microsoft Store
0:58 PowerShell Scripting
2:33 Curl Command
4:01 Chocolatey
5:30 End screen



What you will learn:
1. The Microsoft Store
a. How to download Mozilla Firefox, Opera, Opera GX, Brave Browser, and a few less-popular alternatives from the Microsoft Store
2. PowerShell Scripting
a. How to directly download files from the web without a web browser
b. How to use the Invoke-WebRequest command
3. Curl Command
a. How to directly download files from the internet on Windows using Curl
4. Chocolatey
a. How to allow executable scripts like Chocolatey to run
b. How to install Chocolatey
c. How to install web browsers with simple commands















Song: Joakim Karud – Milky Way (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: https://youtu.be/DWzVjabHQ5g

Song: Ehrling – Typhoon (Vlog No Copyright Music)
Music promoted by Vlog No Copyright Music.
Video Link: https://youtu.be/nUcxe6IrB0k

#computereverywhere #4ways #download #browser #windows #without

Leave a Reply

Your email address will not be published. Required fields are marked *