Advertisement
ot_inc

XIG02 Bloatware Remover & Disabler

Aug 19th, 2022 (edited)
2,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Winbatch 1.28 KB | Software | 0 0
  1. @echo off
  2. title XIG02 Bloatware Remover and Disabler
  3. :choice
  4. set /P c=Remove Bloatware and Disable System apps[Y to Continue]
  5. if /I "%c%" EQU "Y" goto :continue
  6. goto :continue
  7. :continue
  8. adb shell pm disable-user --user 0 com.aura.oobe.kddi
  9. adb shell pm disable-user --user 0 com.facebook.system
  10. adb shell pm disable-user --user 0 com.facebook.appmanager
  11. adb shell pm disable-user --user 0 com.facebook.services
  12. adb shell pm disable-user --user 0 com.xiaomi.payment
  13. adb shell pm disable-user --user 0 org.mipay.android.manager
  14. adb shell pm disable-user --user 0 com.miui.msa.global
  15. adb shell pm disable-user --user 0 com.xiaomi.simactivate.service
  16. adb shell pm disable-user --user 0 com.miui.miservice
  17. adb shell pm disable-user --user 0 com.miui.bugreport
  18. adb shell pm disable-user --user 0 com.android.protips
  19. adb shell pm disable-user --user 0 com.miui.carrierinstructions
  20. adb shell pm uninstall --user 0 com.block.puzzle.game.hippo.mi
  21. adb shell pm uninstall --user 0 com.sukhavati.gotoplaying.bubble.BubbleShooter.mint
  22. adb shell pm uninstall --user 0 com.logame.eliminateintruder3d
  23. adb shell pm uninstall --user 0 com.jewelsblast.ivygames.Adventure.free
  24. adb shell pm uninstall --user 0 com.tencent.igxiaomi
  25. adb shell pm uninstall --user 0 com.mintgames.triplecrush.tile.fun
  26. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement