Download Google Chrome setup exe file using PowerShell


WGET command to download Google Chrome Setup file

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!




















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap