华为手机USB连接WIN11--ew_usbccgpfilter.sys驱动无法加载
一、问题&原因
- 问题:USB数据线将
华为手机
连接至win11
出现以下弹窗
- 原因:
华为手机驱动
与win11内核隔离
不兼容
二、解决办法
解压.zip
文件后,cd /home/xxx/xmind-8-update9-linux
(进入该文件夹),运行sudo ./setup.sh
,安装一些组件。
1. 管理员权限打开cmd
Step 1:搜索框输入cmd
;
Step 2:点击Run as administrator(以管理员身份运行)
2. 删除驱动程序包
PnPUtil.exe
:一个命令行工具,用于从 Windows 驱动程序存储中安装或删除驱动程序包
;需要以管理员身份运行
打开命令提示符窗口
运行。
- 命令/delete-driver:从驱动程序存储中删除驱动程序包
- 标志/uninstall - 从使用它的任何设备卸载驱动程序包
- 标志/force - 删除驱动程序包,即使设备正在使用它
- 标志/reboot - 如果需要完成操作,请重新启动系统
pnputil /delete-driver 驱动程序包绝对路径 /uninstall
删除以下9个驱动程序包,检查是否还有hw_
开头,若有,使用pnputil
继续删除。
驱动包删除成功
(1)
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_cdcacm.inf_amd64_3bc77d1a7c89b48d\hw_cdcacm.inf /uninstall
(2)
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\ew_usbccgpfilter.inf_amd64_e0a5af3fcbca936a\ew_usbccgpfilter.inf /uninstall
(3)
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_usbdev.inf_amd64_61f3379efae54146\hw_usbdev.inf /uninstall
(4)
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_quusbnet.inf_amd64_6556c2bfaa193697\hw_quusbnet.inf /uninstall
(5)
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_qumdm.inf_amd64_381f1dbf710aa60f\hw_qumdm.inf /uninstall
(6)
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_cdcmdm.inf_amd64_459020fbbead4b98\hw_cdcmdm.inf /uninstall
(7)
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_goadb.inf_amd64_ff1778e8038dd8e6\hw_goadb.inf /uninstall
(8)
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_quser.inf_amd64_6809606b1800173d\hw_quser.inf /uninstall
(9)
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_gohdb.inf_amd64_d6df4e4355f7c3f7\hw_gohdb.inf /uninstall
三、参考文章
感谢以下作者的贡献!