您的位置:首页 > 其它

如何从操作系统安装文件提取驱动文件/ How to extract driver files from setup files (win 7)

2012-12-05 14:47 609 查看
在部署 OS 过程中遇到一个问题,需要找到操作系统对于的驱动文件。由于OS都是直接从微软服务器上面copy下来的,所以,要找到对应的 Device Drivers很困难。好不容易找到一个Drivers的文件夹,发现各种驱动啊,估计也只有当时创建的人知道。。(吐槽一下)

怎么样才能找到当前系统的驱动文件呢??网上转了好大一圈发下下面的方法很靠谱,于是就有了这篇帖子:

1. Download 7Zip file from http://www.7zip.org

2. open OS file and open ..\sources\install.wim\Windows\System32

3. you can see two folders: Drivers and DriveStore



4. Now, extract them both two folders to your path, open Driverstore folder and delete Temp folder you don't need it.



5. Rename all files in folder "en-US" which end with .inf_loc to .inf, you can also create a cmd file as

ren *.inf_loc *.inf


6. Go through Device Manager to installation the driver.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐