Debloat your Android environment via ADB (no-root) How-to.mp4 How-to Enable USB debugging in developer settings page Connect your phone to PC via USB cable Download latest release Open PowerShell as admin and run Set-ExecutionPolicy -ExecutionPolicy Bypass -Force Right-click on Download_ADB.ps1 to download the latest ADB provided Right-click on Run_Debloater.ps1 to choose which application to remove Links Google USB Driver Official all OEMs drivers Download ADB App Inspector ADB AppControl Get apps packages list adb.exe shell pm list packages -f > D:\packages.txt Copy folder to local drive # /storage/emulated/0 # /sdcard # Check the whole filesystem adb shell ls /data adb pull /storage/3039-3538/dcim/camera D:\folder adb pull sdcard/DCIM/Camera D:\folder