首页 > 系统教程 > Windows系列 > 安装Windows 7时无法检测到设备驱动程序,怎么办

安装Windows 7时无法检测到设备驱动程序,怎么办

PHPz
发布: 2024-08-05 21:30:12
原创
977 人浏览过

安装Windows 7时,可能会提醒你“没有找到Windows 7安装的设备驱动程序”。这是由于原版Windows 7无法集成USB 3.0驱动,而现在的电脑主板基本都是XHCI主控。所以我们需要将驱动程序添加到Windows 7光盘映像中。在本指南中,我们将告诉您如何使安装Windows 7时可以检测到设备驱动程序。

Cannot Detect Device Drivers When Installing Windows 7, How to do

将驱动程序添加到Windows 7光盘映像中,使设备驱动程序能够被检测到

第1步:将Windows 7光盘映像刻录到USB磁盘。

如果您不知道该怎么做,您可以阅读如何以简单的方式全新安装 Windows 7 来逐步学习。

步骤2:在e:上创建文件夹win7,并在e:win7上创建文件夹windowsdrivers

然后打开USB中的

sources文件夹。

Cannot Detect Device Drivers When Installing Windows 7, How to do

复制

boot.viminstall.vim文件到你创建的win7文件夹中。

Cannot Detect Device Drivers When Installing Windows 7, How to do

下载

Intel USB 3.0驱动,然后解压。将Drivers文件夹下的文件夹复制到e:win7drivers.

Cannot Detect Device Drivers When Installing Windows 7, How to do

步骤3:以管理员身份运行

cmd.exe

Cannot Detect Device Drivers When Installing Windows 7, How to do

切换到e:,然后输入

cd win7.

Cannot Detect Device Drivers When Installing Windows 7, How to do

第四步:将

boot.wim文件挂载到e:win7windows。运行命令:

dism /mount-wim /wimfile:boot.wim /index:2 /mountdir:windows

Cannot Detect Device Drivers When Installing Windows 7, How to do

然后输入

dism /image:windows /add-driver:drivers /recursedrivers 目录下的所有驱动添加到 windows 文件中的镜像中。

Cannot Detect Device Drivers When Installing Windows 7, How to do完成后,输入以下命令保存并卸载我们刚才挂载到windows文件中的文件:

dism /unmount-wim /mountdir:windows /commit

.

Cannot Detect Device Drivers When Installing Windows 7, How to do现在,我们已经完成将驱动程序安装到

boot.vim

. 第5步:通过运行以下命令将

install.wim

文件挂载到e:win7windows: dism /mount-wim /wimfile:install.wim /index:3 /mountdir:windows

Cannot Detect Device Drivers When Installing Windows 7, How to do注意:这里要注意

index:3

这个命令,因为Windows 7专业版的版本号是3,如果镜像文件与Win7其他版本不一样,可以去微软官网检查并根据实际情况输入。 然后输入命令:

dism /image:windows /add-driver:drivers /recurse

.

Cannot Detect Device Drivers When Installing Windows 7, How to do类型:

dism /unmount-wim /mountdir:windows /commit

.

Cannot Detect Device Drivers When Installing Windows 7, How to do提示:如果您犯了一些错误,必须再次运行所有命令,请先运行此命令:

Dism /Cleanup-Wim

.

ステップ 6: 最後に、ファイル e:win7boot.vim と e:win7install.vim を USB フラッシュ ドライブにコピーして、古いファイルを置き換えるだけです。その後、Windows 7 のインストールを続行できるようになります。

以上是安装Windows 7时无法检测到设备驱动程序,怎么办的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:isumsoft.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板