Hi folks,
I've created a PowerShell script which will install or update Android Platform Tools to the latest version. It will also add the install path to Windows Environment Variables, which will make you able to type "adb" or "fastboot" in CMD from anywhere in Windows.
ADB and Fastboot from anywhere.
Warning / Disclaimer
License
Features
Issues of Feature Request
Usage
Download
I've created a PowerShell script which will install or update Android Platform Tools to the latest version. It will also add the install path to Windows Environment Variables, which will make you able to type "adb" or "fastboot" in CMD from anywhere in Windows.

ADB and Fastboot from anywhere.
Warning / Disclaimer
- If this script does any harm or damage, I'm not responsible.
- This project is very much a hobby project.
- No guarantees are made.
- You are responsible for what you do to your system.
License
- I chose MIT license. You are free to use and reuse this code, but please point to the source (me) if you redestribute it.
Features
- Installs latest Android Platform Tools (ADB & Fastboot).
- Updates currently installed Android Platform Tools if newer version is available.
- Adds Install Path to Windows Environment Variables, System Wide or Current User (controllable by boolean).
Issues of Feature Request
- Please comment in the thread if you find any issues or have feature requests.
- I won't guarantee fixes or new features implemented in any timely manner.
Usage
- Download script from GitHub.
- View as RAW.
- Copy everything over to PowerShell ISE, Notepad++ or similar.
- Save as "AndroidPlatformToolsUpdater.ps1".
- Edit settings to your liking.
- Run script as administrator.
Download
Last edited: