
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,
- PowerShell: How to Check if a Module is Already Installed
- PowerShell: How to Write Output to a File
- PowerShell: Steps to Connect to connect to Exchange Online
- PowerShell Fix: Get-Help cannot find the Help files for this cmdlet on this computer
- PowerShell Traditional For Loop Example
- How to Run PowerShell Script as Administrator (Elevate)
- Update Powershell Using Command Line
- How to delete a file using PowerShell [Windows/macOS]
- PowerShell: Grep Command Alternative - Select-String
- PowerShell Concatenate String Examples
- How to add Sleep to PowerShell Script
- Connect Azure AD (Active Directory) for PowerShell
- How to Open PowerShell on Mac?
- List of PowerShell Function Commands for Mac
- How to Connect to Azure AD Account using PowerShell on Mac
- Download Google Chrome setup exe file using PowerShell
- Set Environment Variable in PowerShell for Mac
- How to switch to Powershell on Mac Terminal
- How to add sleep in Powershell Script
- PowerShell on Mac: The term get-service is not recognized as a name of a cmdlet, function, script file, or executable program
- How to Identify installed PowerShell version
- How to check PowerShell version
- How to install PowerShell on Mac using Brew
- PowerShell Switch Statement with Examples
- PowerShell ISE Alternative for Mac
More Posts:
- Fix: Python IndentationError: unexpected indent - Python
- Android Emulator Soft Back button action using Computer keyboard - Android
- Fix: ModuleNotFoundError: No module named requests - Python
- [fix] Java NullPointerException ComparableTimSort countRunAndMakeAscending when sorting a List - Java
- Add scroll to div element in HTML Css - CSS
- Best free Decompiler for Java - Java
- Add or remove users from sudo group - Ubuntu - Ubuntu
- Add Blank Lines Between Each Lines in Notepad++ - NotepadPlusPlus