Windows7添加usb3.0驱动

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows7添加usb3.0驱动相关的知识,希望对你有一定的参考价值。

最近买了一台戴尔vostro 3459 自代windows8感觉不好用,于是更换windows7系统。安装系统一直装不上,通过百度、谷歌说是需要下载USB3.0驱动。

下载windows7  USB3.0驱动

https://downloadcenter.intel.com/zh-cn/download/25476/Windows7-USB3-0Creator

 

D盘下建立dev目录,dev目录里面建立USB3wimmount3个文件夹USB3.0驱动里面的IntelxHCISetup\Drivers\HCSwitch\Win7\x64\ 以及IntelxHCISetup\Drivers\xHCI\Win7\x64\ 里的12个文件,复制到D:\dev\usb3文件夹内(如果要安装32位系统,则选择对应的x86文件夹里的文件,也是12个)。


Windows7安装盘里的 sources 文件夹中的 boot.wim install.wim 两个文件拷贝到D:\dev\wim子文件夹下面。


最后给 boot.wim install.wim 添加驱动。在 Windows下,以管理员模式运行cmd。然后在 cmd 中输入:

d:\

cd \dev\wim

dism /Mount-Wim /WimFile:d:\dev\wim\boot.wim/index:2 /MountDir:d:\dev\mount

注释:挂载 boot.wim 的索引2,到 d:\dev\mount

 

dism /image:d:\dev\mount /add-driver/driver:d:\dev\usb3\iusb3hub.inf

注释:将 iusb3hub.inf 驱动加入 boot.wim 的镜像中

 

dism /image:d:\dev\mount /add-driver/driver:d:\dev\usb3\iusb3xhc.inf

注释:将 iusb3xhc.inf 驱动加入 boot.wim 的镜像中

 

dism /image:d:\dev\mount /add-driver/driver:d:\dev\usb3\iusb3hcs.inf

注释:将 iusb3hcs.inf 驱动加入 boot.wim 的镜像中

 

dism /unmount-wim /mountdir:d:\dev\mount/commit

注释:卸载镜像

 

dism /Mount-Wim /WimFile:d:\dev\wim\install.wim/index:4 /MountDir:d:\dev\mount

注释:挂载 install.wim 的索引4,到 d:\dev\mount

 

dism /image:d:\dev\mount /add-driver/driver:d:\dev\usb3\iusb3hub.inf

注释:将 iusb3hub.inf 驱动加入 install.wim 的镜像中

 

dism /image:d:\dev\mount /add-driver/driver:d:\dev\usb3\iusb3xhc.inf

注释:将 iusb3xhc.inf 驱动加入 install.wim 的镜像中

 

dism /image:d:\dev\mount /add-driver/driver:d:\dev\usb3\iusb3hcs.inf

注释:将 iusb3hcs.inf 驱动加入 install.wim 的镜像中

 

dism /unmount-wim /mountdir:d:\dev\mount/commit

注释:卸载镜像

 

最后,把集成好USB 3.0驱动的boot.wim install.wim 覆盖回Windows7安装盘里的 sources 文件夹中,然后把ISO文件刻录到UWIN7,即可顺利安装WIN7系统。


本文出自 “在路上” 博客,请务必保留此出处http://zailushang.blog.51cto.com/1199537/1792667

以上是关于Windows7添加usb3.0驱动的主要内容,如果未能解决你的问题,请参考以下文章

Windows7添加usb3.0驱动

如何向 Windows 7 镜像中添加 USB3.0 驱动

windows7怎么看usb3.0驱动

新机型安装WIN7问题

如何将usb3.0驱动封装到win7 ios

纯净的 Windows 7 PE 中如何添加USB3.0驱动