|
3#

楼主 |
发表于 2025-8-4 08:43:54
|
只看该作者
本帖最后由 freesoft00 于 2025-8-4 09:11 编辑
另外,附一下小米手机通过adb卸载预装app的批处理,也是通过网上收集的。一些感觉没有必要卸载的app添加了rem注释掉了。
大家谁有更好的也可以分享一下,或者下表有问题的也可以指出来改进一下。
下面批处理运行后按几次回车后,会卡在cmd窗口不动了,没有卸载进度,我直接关闭程序了。不知道是卸载哪个的原因。
@echo off
echo ...
ECHO. 正在尝试重启ADB服务~
ECHO.
ECHO. ====================================================
ECHO.
echo.
adb kill-server
ping 127.0.0.1 /n 2 >nul
adb start-server
cls
ECHO.
ECHO ==============================================================
ECHO.
echo 重启服务完毕,请确保下方设备列表中有你的设备。按任意键继续……
ECHO.
ECHO ==============================================================
ECHO.
echo 设备列表:
adb devices
echo.
PAUSE >nul
::goto next
rem 小米系统广告解决方案,必删
adb shell pm uninstall --user 0 com.miui.systemAdSolution
rem 小米广告分析,必删
adb shell pm uninstall --user 0 com.miui.analytics
pause
rem 小米游戏中心服务
adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service
rem 小米游戏中心
adb shell pm uninstall --user 0 com.xiaomi.gamecenter
rem 游戏加速,卸载不影响VPN使用
adb shell pm uninstall --user 0 com.miui.vpnsdkmanager
rem 游戏高能时刻
adb shell pm uninstall --user 0 com.xiaomi.migameservice
rem 自动连招
adb shell pm uninstall --user 0 com.xiaomi.macro
rem 弹幕通知 游戏服务里面的功能
adb shell pm uninstall --user 0 com.xiaomi.barrage
pause
rem 搜狗输入法
rem adb shell pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi
rem 百度输入法小米版
adb shell pm uninstall --user 0 com.baidu.input_mi
pause
rem 电商助手, 无用 小米商城系统组件
adb shell pm uninstall --user 0 com.xiaomi.ab
rem 智慧生活 跟快应用有关,快应用已经演化成 广告启动器
adb shell pm uninstall --user 0 com.miui.hybrid.accessory
pause
rem 小米音乐
adb shell pm uninstall --user 0 com.miui.player
rem 小米视频 不建议,卸载之后相册内视频加载失败
rem adb shell pm uninstall --user 0 com.miui.video
rem 小米便签
adb shell pm uninstall --user 0 com.miui.notes
rem 有道翻译
adb shell pm uninstall --user 0 com.miui.translation.youdao
rem 金山翻译
adb shell pm uninstall --user 0 com.miui.translation.kingsoft
rem 小米云翻译
adb shell pm uninstall --user 0 com.miui.translation.xmcloud
rem 邮件
adb shell pm uninstall --user 0 com.android.email
rem 小米扫描
adb shell pm uninstall --user 0 com.xiaomi.scanner
rem 混合器 快应用服务框架 小米社区
adb shell pm uninstall --user 0 com.miui.hybrid
rem bug 反馈
adb shell pm uninstall --user 0 com.miui.bugreport
rem 米连服务
adb shell pm uninstall --user 0 com.milink.service
rem 浏览器
adb shell pm uninstall --user 0 com.android.browser
rem 相册
rem adb shell pm uninstall --user 0 com.miui.gallery
rem 黄页,来电骚扰诈骗标记功能
rem adb shell pm uninstall --user 0 com.miui.yellowpage
rem 小米快传
adb shell pm uninstall --user 0 com.xiaomi.midrop
rem 小米互传
adb shell pm uninstall --user 0 com.miui.mishare.connectivity
rem 小米虚拟器
rem adb shell pm uninstall --user 0 com.miui.virtualsim
rem #RemoteProvisioner 远程协助功能
adb shell pm uninstall --user 0 com.android.remoteprovisioner
rem MIUI质量服务 服务与反馈,系统出现bug可以通过这个反馈给官方
adb shell pm uninstall --user 0 com.miui.daemon
rem 诊断服务
adb shell pm uninstall --user 0 com.qti.diagservices
:next
rem 米币支付
adb shell pm uninstall --user 0 com.xiaomi.payment
rem 小米支付
adb shell pm uninstall --user 0 com.miui.nextpay
rem 小米钱包
adb shell pm uninstall --user 0 com.mipay.wallet
rem 小米卡包
adb shell pm uninstall --user 0 com.xiaomi.pass
rem #MipayService 小米支付相关服务
adb shell pm uninstall --user 0 org.mipay.android.manager
pause
rem 录音机
rem adb shell pm uninstall --user 0 com.android.soundrecorder
rem 屏幕录制
rem adb shell pm uninstall --user 0 com.miui.screenrecorder
rem 小爱同学
adb shell pm uninstall --user 0 com.miui.voiceassist
rem #AI通话小爱通话
adb shell pm uninstall --user 0 com.xiaomi.aiasst.service
rem 小爱翻译
adb shell pm uninstall --user 0 com.xiaomi.aiasst.vision
rem 语音唤醒 息屏的时候,小爱同学
adb shell pm uninstall --user 0 com.miui.voicetrigger
rem 小爱语音助手相关资源
adb shell pm uninstall --user 0 com.miui.voiceassistoverlay
rem #小爱离线引擎
adb shell pm uninstall --user 0 com.xiaomi.xaee
rem #小爱建议
adb shell pm uninstall --user 0 com.xiaomi.aireco
pause
rem 收音机
adb shell pm uninstall --user 0 com.miui.fm
rem 悬浮球
rem adb shell pm uninstall --user 0 com.miui.touchassistant
rem 小米广播
adb shell pm uninstall --user 0 com.android.cellbroadcastreceiver
rem 小米助手
adb shell pm uninstall --user 0 com.xiaomi.mitunes
pause
rem 个性主题管理
rem adb shell pm uninstall --user 0 com.android.thememanager
rem 动态壁纸
rem adb shell pm uninstall --user 0 com.android.wallpaper
rem 动态壁纸获取
adb shell pm uninstall --user 0 com.android.wallpaper.livepicker
rem 服务与反馈
adb shell pm uninstall --user 0 com.miui.miservice
rem 健康
adb shell pm uninstall --user 0 com.mi.health
rem 小米换机
adb shell pm uninstall --user 0 com.miui.huanji
rem 小米云盘
adb shell pm uninstall --user 0 com.miui.newmidrive
rem 智能助理
adb shell pm uninstall --user 0 com.miui.personalassistant
rem 搜索
adb shell pm uninstall --user 0 com.android.quicksearchbox
rem 传送门
adb shell pm uninstall --user 0 com.miui.contentextension
pause
echo 完成
pause
|
|