windows端usb驱动无法安装问题

现象:windows端无法安装正确的usb驱动,提示遇到一个严重问题。

原因:之前有装过类似软件的驱动,或者有安装过错误的版本且无法卸载,导致新的驱动无法安装成功。

解决方法:增加注册表项

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Wdf01005]
"DisplayName"="Microsoft Kernel-Mode Driver Framework Feature Pack 1.5"
"UninstallString"="\"E:\\WINDOWS\\$NtUninstallWdf01005$\\spuninst\\spuninst.exe\""
"TSAware"=dword:00000001
"NoModify"=dword:00000001
"InstallDate"="20091208"
"Publisher"="Microsoft Corporation"
"NoRepair"=dword:00000001
"URLInfoAbout"="http:"
"SystemComponent"=dword:00000001

 

 

 

posted on 2010-09-28 17:52  SeanLin  阅读(1207)  评论(0编辑  收藏  举报

导航