Skip to content

Instantly share code, notes, and snippets.

@suberb
suberb / Remove_MIUI_Bloatware.bat
Created March 14, 2019 17:56 — forked from asif-mistry/Remove_MIUI_Bloatware.bat
Batch file to remove preinstalled bloated apps in MIUI devices with ADB
@echo off
set /p Y=Enter adb.exe folder path:
cd %Y%
adb devices
pause
for %%X in (
"com.android.browser"
"com.android.chrome"
"com.android.email"
"com.android.thememanager"