
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,
More Posts:
- The authenticated user is not authorized to access this resource - Stream/SharePoint/Teams/OneNote - Microsoft
- PowerShell - How to use Try Catch Finally blocks for error exception handling (Windows/SharePoint) - SharePoint
- Redirect page using jQuery - jQuery
- Simple Struts 2 Tutorial in eclipse with tomcat 7 server - Java
- Android : Unable to load VM from snapshot : Mac OS X Error - Android
- Android : Accidental Octal Lint Warning - Android
- How to reset eclipse layout - Android
- Examples: Convert String to int in JavaScript - JavaScript