Como instalar Google Chrome no Windows Server
Após várias tentativas de instalar o Google Chrome sem sucesso pelo navegador Internet Explorer ou Firefox, busquei outra alternativa.
Siga os passos abaixo:
Abra o prompt de comando do windowsdigite: powershell e execute o comando abaixo:$Path = $env:TEMP; $Installer = “chrome_installer.exe”; Invoke-WebRequest “http://dl.google.com/chrome/chrome_installer.exe" -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args “/silent /install” -Verb RunAs -Wait; Remove-Item $Path\$InstallerProcure o Google Chrome no menu iniciar e divirta-se.
#google #googlechrome #windowsserver #navegador


Comentários