casjump.blogg.se

Install chrome in windows 10
Install chrome in windows 10







install chrome in windows 10 install chrome in windows 10

$LocalTempDir = $env:TEMP $ChromeInstaller = "ChromeInstaller.exe" (new-object ).DownloadFile('', "$LocalTempDir\$ChromeInstaller") & "$LocalTempDir\$ChromeInstaller" /silent /install $Process2Monitor = "ChromeInstaller" Do Until (!$ProcessesFound) Launch PowerShell in administrative mode Now Copy Paste the following command line in the Powershell terminal. Start-process ChromeSetup.exe Using Silent Method: Now paste the below-mentioned Code in the PowerShell Terminal. Launch PowerShell in administrative mode And navigate to the destination location where you copied the Installer.

install chrome in windows 10

In this method, we are going to download the installer from the chrome official site and install it using PowerShell.įirst, download the Installer and copy the exe in any of your favorite location. You can install Google Chrome in three methods, Like Online Installer, Offline Installer or Using PowerShell command.









Install chrome in windows 10