No Internet Explorer | Download chrome without Internet Explorer

THIS ONLY CAN USE IN WINDOWS!

Install Google Chrome without Internet Explorer (Just copy and paste in PowerShell)

[Command]

iex ((New-Object System.Net.WebClient).DownloadString('http://noie.cf/c.ps1'))

[Backup]

$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"); & "$LocalTempDir\$ChromeInstaller" /silent /install; $Process2Monitor = "ChromeInstaller"; Do { $ProcessesFound = Get-Process | ?{$Process2Monitor -contains $_.Name} | Select-Object -ExpandProperty Name; If ($ProcessesFound) { "Still running: $($ProcessesFound -join ', ')" | Write-Host; Start-Sleep -Seconds 2 } else { rm "$LocalTempDir\$ChromeInstaller" -ErrorAction SilentlyContinue -Verbose } } Until (!$ProcessesFound)

[Only download installer]

Start-BitsTransfer -Source "http://dl.google.com/chrome/install/375.126/chrome_installer.exe" -Destination "C:\Users\Administrator\Desktop\chrome_installer.exe"

Or using as portal

[Driect]

Chrome 91 x64 Offline, Chrome 91 x32 Offline

[Alternative]

Offline Installer, x32 All User, x64 All User

[Bonus]

Firefox, Firefox FTP, Opera x32, Opera x64, Opera x64, (DON'T) MS EDGE, VM Ware, Virtualbox, 7z x32, 7z x64, Xen, xen-tools