添加Usb3.0驱动到win7/8/10的usb安装光盘
文章中所有需要使用到的软件和资源在文章末尾的网盘连接中有下载
Run the DISM GUI Tool
Right-click on DISM GUI.exe and select Run as Administrator. Follow these steps:
1. Mount install.wim Image
a) On the Mount Control tab, click the Choose WIM button.
b) Navigate to where you copied install.wim (C:\WIM, for example) and click Open.
c) Choose the index number for the version of Windows 7 you have from the drop-down list under Index.
1 = Home Basic
2 = Home Premium
3 = Professional
4 = Ultimate
(ps:windows这部分的索引可以无视)
d) Click the Choose Folder button for the Mount Location. Browse to the proper folder (C:\WIM\MOUNT, for example) and click OK.
e) Verify the Read Only checkbox is clear and click the Mount WIM button.(ps:注意Read Only按钮需要取消勾选)
The mounting process may take a few minutes, depending upon the speed of the Admin system and the size of the install.wim file.
2. Add USB 3.0 Drivers to install.wim Image
a) On the Driver Management tab, click the Choose Driver Folder button.
b) Select the location of your USB 3.0 drivers and click OK.
c) Verify the Recurse checkbox is selected.
d) If your drivers are unsigned or reported to be unsigned, select the Force Unsigned checkbox.(如果不是第三方未签名的驱动Force Unsigned按钮不需要勾选)
e) Click the Add Drivers button.
3. Commit Changes to install.wim Image and Unmount
a) On the Mount Control tab, click the Dismount WIM button.
b) Select Yes to commit the changes. This may take a few minutes.
4. Mount boot.wim Image Index 1 (Windows PE)
a) On the Mount Control tab, click the Choose WIM button.
b) Navigate to where you copied boot.wim (C:\WIM in the example) and click Open.
c) Choose index number 1 (for Windows PE) from the drop-down list under Index.
d) The Mount Location should still contain the appropriate folder. If not, click the Choose Folder button for the Mount Location. Browse to the proper folder (C:\WIM\MOUNT, for example) and click OK.
e) Verify the Read Only checkbox is clear and click the Mount WIM button.
5. Add USB 3.0 Drivers to boot.wim Image
a) On the Driver Management tab, all options should still be set up from adding them to the previous image. If not, click the Choose Driver Folder button. Select the location of your USB 3.0 drivers and click OK.
b) Verify the Recurse checkbox is selected.
c) If your drivers are unsigned or reported to be unsigned, select the Force Unsigned checkbox.
d) Click the Add Drivers button.
6. Commit Changes to boot.wim Image and Unmount
a) On the Mount Control tab, click the Dismount WIM button.
b) Select Yes to commit the changes. This will take about 30 seconds to finish.
7. Mount boot.wim Image Index 2 (Windows Setup)
a) On the Mount Control tab, you should see boot.wim still listed as the WIM file from the previous step. If not, click the Choose WIM button. Navigate to where you copied boot.wim (C:\WIM, for example) and click Open.
b) Choose index number 2 (for Windows Setup) from the drop-down list under Index.
c) The Mount Location should still contain the appropriate folder. If not, click the Choose Folder button for the Mount Location. Browse to the proper folder (C:\WIM\MOUNT, for example) and click OK.
d) Verify the Read Only checkbox is clear and click the Mount WIM button.
8. Add USB 3.0 Drivers to boot.wim Image
a) On the Driver Management tab, all options should still be set up from adding them to the previous image. If not, click the Choose Driver Folder button. Select the location of your USB 3.0 drivers and click OK.
b) Verify the Recurse checkbox is selected.
c) If your drivers are unsigned or reported to be unsigned, select the Force Unsigned checkbox.
d) Click the Add Drivers button.
9. Commit Changes to boot.wim Image and Unmount
a) On the Mount Control tab, click the Dismount WIM button.
b) Select Yes to commit the changes. This will take about 30 seconds to finish.
10. Copy Modified WIM files Back to the USB Flash Drive Installer
a) Copy the newly-modified install.wim and boot.wim files back to the \sources directory of the Windows 7 USB Flash Drive Installer, overwriting the original files.
b) Eject and remove the USB Flash Drive from the Admin system.
链接:https://pan.baidu.com/s/1ZASrZC0AykafdrrMUnb50g 密码:1xoz
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 通过 API 将Deepseek响应流式内容输出到前端
· AI Agent开发,如何调用三方的API Function,是通过提示词来发起调用的吗