华为鸿蒙关闭“智慧助手“及其他内置应用方法

用了几年的华为P40手机,自带东西都可删除或关闭,前不久换P70,使用的“harmonyOS4.0”系统,删除多余东西后,左滑还有“智慧助手-今天”,查找了资料后,找到了彻底删除和关闭的方法,亲测有效,方法如下。

一、下载ADB工具

永久下载链接地址:
https://googledownloads.cn/android/repository/platform-tools-latest-windows.zip

手机、电脑、ADB工具包(下载地址:https://tatsuko.lanzouy.com/iUMzmxtp3di)

下载后解压:

华为鸿蒙关闭“智慧助手“及其他内置应用方法插图

双击当前路径打开命令行:

##输入命令可查看当前的adb版本

adb --version

如图:

华为鸿蒙关闭“智慧助手“及其他内置应用方法插图1

也可以使用其它工具打开,例如xshell,不过要切换到解压的目录:

##移动到自己解压的目录
cd D:\mysoft\ADB\platform-tools
##查看adb版本
adb --version

华为鸿蒙关闭“智慧助手“及其他内置应用方法插图2

工具安装好后,进入下一步。

二、清理程序

1.手机操作

a.打开调试模式

设置–>关于手机–>多次点击"HarmonryOS版本"–>进入开发者模式

华为鸿蒙关闭“智慧助手“及其他内置应用方法插图3

b.打开USB调试

手机接数据线到电脑USB

设置–>系统和更新–>开发人员选项–>USB调试(打开)

华为鸿蒙关闭“智慧助手“及其他内置应用方法插图4
需要确定的地方:
接USB后手机选择 “文件传输模式”
启用USB调试时候:是否允许 USB 调试? “确定” “确定”

华为鸿蒙关闭“智慧助手“及其他内置应用方法插图5

2.电脑操作
检查连接

[D:\mysoft\ADB\platform-tools]$ adb shell getprop ro.product.model
error: no devices/emulators found
##无error说明已经正常连接USB调试模式
[D:\mysoft\ADB\platform-tools]$ adb shell getprop ro.product.model
FIN-AL60

关闭智慧助手

#关闭命令:
adb shell pm disable-user com.huawei.intelligent
#启动命令:
adb shell pm enable com.huawei.intelligent

图:

华为鸿蒙关闭“智慧助手“及其他内置应用方法插图6

到此,再看手机左滑烦人的负一屏消失了。。

附卸载相关应用命令:

其它系统APP的卸载命令,请谨慎操作!!

adb shell pm uninstall -k --user 0 com.huawei.search (智慧搜索)

adb shell pm uninstall -k --user 0 com.huawei.intelligent (智慧助手)

adb shell pm uninstall -k --user 0 com.huawei.fastapp (快应用中心)

adb.exe shell pm uninstall --user 0 com.huawei.magazine(杂志锁屏)

adb shell pm uninstall -k --user 0 com.huawei.intelligent (智慧助手)

adb shell pm uninstall -k --user 0 com.iflytek.speechsuite (讯飞语音引擎)

adb shell pm uninstall -k --user 0 com.huawei.wallet (华为钱包)

adb shell pm uninstall -k --user 0 com.hihonor.phoneservice (我的荣耀)

adb shell pm uninstall -k --user 0 com.huawei.music (音乐)

adb shell pm uninstall -k --user 0 com.huawei.browser (浏览器)

adb shell pm uninstall -k --user 0 com.huawei.vassistant (智慧语音)

adb shell pm uninstall -k --user 0 com.huawei.himovie (视频)

adb shell pm uninstall -k --user 0 com.tencent.qqlivehuawei

adb shell pm uninstall -k --user 0 com.hihonor.awareness (情景感知)

adb shell pm uninstall -k --user 0 com.hihonor.videoeditor (视频编辑)

adb shell pm uninstall -k --user 0 com.huawei.pcassistant (荣耀分享)

adb shell pm uninstall -k --user 0 com.huawei.scanner (智慧视觉)

adb shell pm uninstall -k --user 0 com.huawei.hwvoipservice (畅联服务)

adb shell pm uninstall -k --user 0 com.huawei.gameassistant (应用助手)

手机、电脑、ADB工具包
下载地址
蓝奏云
密码:无
百度云盘
密码:gzza
THE END