怎么将USB3.0驱动集成到win7安装程序上?

怎么将USB3.0驱动集成到win7安装程序上?,第1张

在D盘下建立DRV目录,在DRV目录里面建立USB3文件夹、wim文件夹、mount文件夹

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

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

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

d:\

cd \drv\wim

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

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

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

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

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

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

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

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

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

注释:卸载镜像

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

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

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

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

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

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

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

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

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

注释:卸载镜像

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

步骤一:从Intel官网下载Windows7 USB3.0 Creator 实用程序>>

步骤二:使用Windows 7 USB DVD Download Tool或者软碟通(UltraISO)制作Win7原版安装盘。(不要使用ghost镜像制作,否则后续会有报错)

步骤三:解压缩之前下载的软件,在解压缩路径下右键以管理员方式运行Installer_Creator.exe;

步骤四:在d出界面中点击右侧的选择按钮,选中U盘所在分区;

步骤五:点击Create Image开始往U盘中添加程序,过程会比较长,Intel官方数据是15分钟,实测超过20分钟;

步骤六:在出现Upadte fiished!后创建结束,现在就可以使用这个U盘在USB 3.0接口上安装系统了。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/6550779.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-24
下一篇 2023-03-24

发表评论

登录后才能评论

评论列表(0条)

保存