华为手🐔进入设置 => 关于 => 猛戳五次版本号 => 进入开发者模式 => 开启USB调试

windows安装ADB => 终端 => 手机连接电脑

终端操作中...

adb devices

手机端授权


开始卸载,根据需要卸载对应的应用

adb shell pm uninstall --user 0 com.huawei.ohos.inputmethod

com.iflytek.speechsuite //讯飞语音套件
com.baidu.input_huawei //百度输入法华为定制版
com.huawei.hicloud //华为云服务
com.huawei.gameassistant //游戏助手
com.huawei.parentcontrol //家长控制
com.huawei.compass //指南针
com.huawei.android.FMRadio //FM收音机
com.android.browser //自带浏览器
com.android.emai //自带邮件应用
com.android.calculator2 //计算器应用
com.android.htmlviewer //HTML查看器
com.android.soundrecorder //录音机
com.android.stk //SIM卡工具包
com.huawei.search //智慧搜索
com.huawei.intelligent //智慧助手
com.iflytek.speechsuite //讯飞语音引擎
com.huawei.wallet //华为钱包
com.huawei.fastapp //快应用中心
com.hihonor.phoneservice //我的荣耀
com.android.mediacenter //音乐
com.huawei.vassistant //智慧语音
com.huawei.himovie //视频
com.hihonor.awareness //情景感知
com.hihonor.videoeditor //视频编辑
com.huawei.pcassistant //荣耀分享
com.huawei.scanner //智慧视觉
com.huawei.ohos.inputmethod //小艺输入法
com.huawei.skytone //天际通数据服务
com.huawei.magazine //杂志锁屏
com.huawei.android.thememanager //主题
com.huawei.ohos.famanager //服务中心
com.huawei.appmarket //华为应用市场

列出所有应用

adb shell pm list packages > all.txt