x260 win7怎么加USB3.0驱动
发布网友
发布时间:2022-04-30 04:42
我来回答
共2个回答
热心网友
时间:2023-10-13 13:36
在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系统
热心网友
时间:2023-10-13 13:37
你好,解决方案:注:此方案仅适用于Intel芯片组的机型,AMD芯片组的机型将无法使用。步骤一:从Intel官网下载Windows7USB3.0Creator实用程序>>步骤二:使用Windows7USBDVDDownloadTool或者软碟通(UltraISO)制作Win7原版安装盘。(不要使用ghost镜像制作,否则后续会有报错)步骤三:解压缩之前下载的软件,在解压缩路径下右键以管理员方式运行Installer_Creator.exe。步骤四:在弹出界面中点击右侧的选择按钮,选中U盘所在分区。步骤五:点击CreateImage开始往U盘中添加程序,过程会比较长,Intel官方数据是15分钟,实测超过20分钟。步骤六:在出现Upadtefinished!后创建结束,现在就可以使用这个U盘在USB3.0接口上安装系统了。使用安装完补丁的U盘安装完系统USB3.0驱动会自动安装上。
热心网友
时间:2023-10-13 13:36
在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系统
热心网友
时间:2023-10-13 13:37
你好,解决方案:注:此方案仅适用于Intel芯片组的机型,AMD芯片组的机型将无法使用。步骤一:从Intel官网下载Windows7USB3.0Creator实用程序>>步骤二:使用Windows7USBDVDDownloadTool或者软碟通(UltraISO)制作Win7原版安装盘。(不要使用ghost镜像制作,否则后续会有报错)步骤三:解压缩之前下载的软件,在解压缩路径下右键以管理员方式运行Installer_Creator.exe。步骤四:在弹出界面中点击右侧的选择按钮,选中U盘所在分区。步骤五:点击CreateImage开始往U盘中添加程序,过程会比较长,Intel官方数据是15分钟,实测超过20分钟。步骤六:在出现Upadtefinished!后创建结束,现在就可以使用这个U盘在USB3.0接口上安装系统了。使用安装完补丁的U盘安装完系统USB3.0驱动会自动安装上。