Skip to content

Instantly share code, notes, and snippets.

@radiumsoup
radiumsoup / install-chrome.ps1
Last active September 25, 2023 20:21 — forked from timothywarner/install-chrome.ps1
Install Chrome browser with a PowerShell one-liner
# Installes the latest version of Chrome for Windows
$Path = $env:TEMP; $Installer = 'chrome_installer.exe'; Invoke-WebRequest -Uri 'http://dl.google.com/chrome/install/latest/chrome_installer.exe' -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args '/silent /install' -Verb RunAs -Wait; Remove-Item -Path $Path\$Installer
# Thank you, nicolaigj!

Keybase proof

I hereby claim:

  • I am radiumsoup on github.
  • I am radiumsoup (https://keybase.io/radiumsoup) on keybase.
  • I have a public key ASDMCNH7JduNREM71OnMAvjJwjhXNR-6qhjPL4HYsYLeowo

To claim this, I am signing this object:

@echo off
setlocal
setlocal EnableDelayedExpansion
echo #####################################################
echo # #
echo # VIPRE Business Removal Tool v0.2.3 #
echo # #
echo # Last update: Jan 24, 2020 #
echo # Source Instructions: https://bit.ly/2R4ekIi #