
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!
- Fix PowerShell - .ps1 cannot be loaded because running scripts is disabled on this system
- How to Open PowerShell on Mac?
- Download Google Chrome setup exe file using PowerShell
- Connect Azure AD (Active Directory) for PowerShell
- How to check PowerShell version
- Update Powershell Using Command Line
- How to add sleep in Powershell Script
- How to switch to Powershell on Mac Terminal
- Know installed PowerShell Version on Mac
- How to install powershell on macOS
- PowerShell ps1 script is not digitally signed, you cannot run this script on the current system
- How to upgrade PowerShell on Mac
- How to Identify installed PowerShell version
- PowerShell on Mac: The term get-service is not recognized as a name of a cmdlet, function, script file, or executable program
- Run JumpCloud Commands in Powershell
- [Fix] Powershell - Term winget is not recognized as the name of a cmdlet function or script file
- How to enable Do Not Disturb (DND) mode in Microsoft Teams - Teams
- JSON Syntax : JSON Tutorial - Json-Tutorial
- 9 Mac Keyboard Shortcuts for Taking Screenshots (covers macOS Ventura 13) - MacOS
- Enable JSON Pretty Print in Java Jackson - Java
- List of jar files for Jax-ws (SOAP) based Java Web Services - Java
- Make a list bullet and numbering in TextEdit on Mac - MacOS
- Get Current Local Date and Time using Java 8 DateTime API - Java
- Program 6: Find Sum of Two Floating Numbers - 1000+ Python Programs - Python-Programs