A PowerShell tool to debloat Android devices with ADB
Dark theme, blue accent, blue wallpaper | Light theme, green accent, green wallpaper |
---|---|
- Options to: uninstall, disable and enable apps
- WPF GUI in the WinUI 3 style
- Localized interface, app names and tooltips
- Automatic ADB downloading if it is not found in the PATH
-
Launch PowerShell in any terminal
-
Download this repo:
iwr 'https://codeload.github.com/SunsetTechuila/ADB-Debloater/zip/refs/heads/master' -useb -out 'ADB-Debloater.zip'; Expand-Archive 'ADB-Debloater.zip'; cd 'ADB-Debloater'
-
Enable debugging on your mobile device
ℹ️
-
Connect your mobile device to your PC
-
Run the script:
./start
Next time you can run the script by double clicking the "start" file in the "ADB-Debloater" folder.
- Windows 10 or higher
- PowerShell 5.1 or higher