Up 0 Down 0

Silently download and install ADB

PowerShell:

$ProgressPreference = "SilentlyContinue"
New-Item -ItemType directory -Path C:\adb
Invoke-WebRequest -Uri https://kbhost.nl/wp-content/uploads/2022/05/Minimal-ADB-Fastboot-v1.4.3.zip -OutFile C:\adb\Minimal-ADB-Fastboot-v1.4.3.zip -UseBasicParsing
Expand-Archive C:\adb\Minimal-ADB-Fastboot-v1.4.3.zip C:\adb
cd C:\adb
.\"Minimal ADB Fastboot v1.4.3.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /DIR="C:\adb"