
You may come across a case where you have a very sluggish or old computer that has Internet Explorer does not let you download any exe files and you desperately want to download the Google Chrome Web Browser, well you can make use of wget command on Powershell,
> wget http://dl.google.com/chrome/install/375.126/chrome_installer.exe -O chrome_installer.exe
This command will the chrome installer.exe file at the location where you run this command. Once the file is downloaded you can double-click and get Chrome installed.
Hope this was helpful!
More Posts related to Powershell,
- [Fix] Powershell - Term winget is not recognized as the name of a cmdlet function or script file
- Download Google Chrome setup exe file using PowerShell
- Run JumpCloud Commands in Powershell
- How to check PowerShell version
- How to upgrade PowerShell on Mac
- How to Open PowerShell on Mac?
- How to add sleep in Powershell Script
- How to switch to Powershell on Mac Terminal
- Update Powershell Using Command Line
- How to install powershell on macOS
- PowerShell ps1 script is not digitally signed, you cannot run this script on the current system
- How to Identify installed PowerShell version
More Posts:
- How to display Toast in a thread : Android - Android
- How to exit from nano command - Linux
- How to remove Siri from Menu Bar [macOS Big Sur] - MacOS
- Change Max and Min Value of Android Seekbar Programmatically - Android
- Java 8 Format Date and Time Examples - Java
- Read Java JDBC Connection Details from Properties File - Java
- The declared package does not match the expected package Eclipse - Android
- Remove duplicate lines using Notepad++ - NotepadPlusPlus