Difference between revisions of "Google Chrome"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
[[Windows]] [[command line]] installation:
 
[[Windows]] [[command line]] installation:
 
  $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\$Installer
 
  $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\$Installer
 +
 +
== Related terms ==
 +
* Manage [[search engines]]
  
  

Revision as of 15:04, 27 November 2020

This article is a Draft. Help us to complete it.

wikipedia:Google Chrome (2008)


Extensions:

  • Tab Resize - split screen layouts



Windows command line installation:

$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\$Installer

Related terms


See also

Advertising: