解决华为手机驱动与Win11的内核隔离冲突问题

问题:

将华为手机通过USB数据线连接电脑时,会安装相应的驱动,这部分驱动会引起Win11提示内存隔离冲突,可能会影响系统更新或一些软件更新安装。

解决方案:

通过Win11系统自带的pnputil工具写在相应的区间,指令范例:

shell 复制代码
pnputil /delete-driver 驱动文件路径 /uninstall

解决步骤

以管理员身份运行命令提示符

1、通过win+R运行cmd

2、以管理员身份运行命令提示符

卸载驱动

执行下述指令,基本就可以把驱动清理干净了。
pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_cdcacm.inf_amd64_3bc77d1a7c89b48d\hw_cdcacm.inf /uninstall

pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\ew_usbccgpfilter.inf_amd64_e0a5af3fcbca936a\ew_usbccgpfilter.inf /uninstall

pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_usbdev.inf_amd64_61f3379efae54146\hw_usbdev.inf /uninstall

pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_quusbnet.inf_amd64_6556c2bfaa193697\hw_quusbnet.inf /uninstall

pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_qumdm.inf_amd64_381f1dbf710aa60f\hw_qumdm.inf /uninstall

pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_cdcmdm.inf_amd64_459020fbbead4b98\hw_cdcmdm.inf /uninstall

pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_goadb.inf_amd64_ff1778e8038dd8e6\hw_goadb.inf /uninstall

pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_quser.inf_amd64_6809606b1800173d\hw_quser.inf /uninstall

pnputil /delete-driver C:\Windows\System32\DriverStore\FileRepository\hw_gohdb.inf_amd64_d6df4e4355f7c3f7\hw_gohdb.inf /uninstall

卸载驱动

卸载完重新检测冲突即可。如果还有冲突,可以到C:\Windows\System32\DriverStore\FileRepository\查看是否还有hw_开头的驱动文件,按照上述指令进行删除

相关推荐
babytiger4 小时前
为 Windows 和 Ubuntu 中设定代理服务器的详细方法
linux·windows·ubuntu
大数据魔法师8 小时前
Neo4j(一) - Neo4j安装教程(Windows)
windows·neo4j
扛枪的书生9 小时前
AD 侦查-AS-REP 烘烤攻击
windows·渗透·kali·提权·域渗透
我不是程序猿儿10 小时前
【C#】用 DevExpress 创建带“下拉子表”的参数表格视图
linux·windows·c#
flex888810 小时前
一个专为 Windows 用户设计的配置文件集合提供类似 Unix 环境的美化和功能增强。
服务器·windows·unix
kyy_studydiary11 小时前
Java知识点-Stream流
windows
ganjiee000712 小时前
leetcode 每日一题 1931. 用三种不同颜色为网格涂色
windows·python·leetcode
0xCC说逆向13 小时前
Windows逆向工程提升之二进制分析工具:HEX查看与对比技术
汇编·windows·单片机·嵌入式硬件·安全·pe结构·pe文件
正经教主14 小时前
【基础】Windows开发设置入门3:在 Windows 11 上设置开发驱动器,提升性能速度
windows·开发环境·开发驱动器
Xam_d_LM14 小时前
【Linux】如何清除 Ubuntu 留下的 EFI 分区,Windows 磁盘管理器右键删除卷是灰色
linux·运维·windows·ubuntu·重装系统·磁盘管理器