> 技术文档 > 华为手机USB连接WIN11--ew_usbccgpfilter.sys驱动无法加载_ewusbccgpfilter.sys怎么删除

华为手机USB连接WIN11--ew_usbccgpfilter.sys驱动无法加载_ewusbccgpfilter.sys怎么删除


华为手机USB连接WIN11--ew_usbccgpfilter.sys驱动无法加载

  • 一、问题&原因
  • 二、解决办法
    • 1. 管理员权限打开`cmd`
    • 2. 删除驱动程序包
  • 三、参考文章

一、问题&原因

  • 问题: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继续删除。

驱动包删除成功
华为手机USB连接WIN11--ew_usbccgpfilter.sys驱动无法加载_ewusbccgpfilter.sys怎么删除
(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

三、参考文章

感谢以下作者的贡献!

  1. 解决华为手机驱动与Win11的内核隔离冲突问题
  2. PnPUtil 命令语法