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:
| # 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! |
I hereby claim:
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 # |