Como instalar Google Chrome en un Windows Server por consola
Pasos:
Copiar$LocalTempDir = $env:TEMP; $ChromeInstaller = "ChromeInstaller.exe"; (new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/375.126/chrome_installer.exe', "$LocalTempDir\$ChromeInstaller"); & "$LocalTempD...
cambutnotnewton.hashnode.dev1 min read