Windows 7 USB 3.0 드라이버 통합

 

준비물

순정 boot.wim 정보

Windows 7 Enterprise K SP1 x64 한글판    181,906,653 바이트

Windows 7 Enterprise K SP1 x86 한글판    157,783,257 바이트

Windows 7 Ultimate K SP1 x64 한글판    181,906,655 바이트

Windows 7 Ultimate K SP1 x86 한글판    157,786,112 바이트

 

Windows 7 Enterprise KN SP1 x64 한글판    181,906,661 바이트

Windows 7 Enterprise KN SP1 x86 한글판    157,783,253 바이트

Windows 7 Ultimate KN SP1 x64 한글판    181,906,655 바이트

Windows 7 Ultimate KN SP1 x86 한글판    157,783,255 바이트

 


 

USB 3.0 드라이버 다운로드

AMD                     http://www.amd.co.kr

Etron                    http://www.etron.com/en/products/u3hc_detial.php?Product_ID=1

Fresco                  http://www.frescologic.com/support.php

Intel                      https://downloadcenter.intel.com/SearchResult.aspx?lang=kor&ProdId=3467

Texas Instruments  http://www.ti.com/product/TUSB7340/toolssoftware

VIA                       http://www.via-labs.com/driver.php

 

ASMedia, Renesas(NEC)는 별도로 배포하지 않고 벤더사들에게만 별도로 공급하므로 아래 사이트에서 구합니다.

http://www.usb3-drivers.com/
http://www.station-drivers.com/

 

 


 

1. 윈도7  boot.wim 을 원하는 폴더에 복사 합니다. 최대한 루트에 가깝고 같은 폴더에 저장하시면 작업이 편리해집니다.

2. 스크립트 실행시키면 자동으로 통합 합니다.

3. 완성된 boot.wim 을 원래의 boot.wim 과 교체해 줍니다.


 

스크립트 내용

md mount

dism /mount-wim /wimfile:파일경로\boot.wim /index:2 /mountdir:mount
dism /image:mount /add-driver /driver:USB 3.0 드라이버 inf 파일을 포함한 폴더 경로
dism /unmount-wim /mountdir:mount /commit

rd mount

 

 

예제

boot.wim 파일 위치          D:\Integration\boot.wim

intel 드라이버 파일 위치   D:\Integration\USB3Driver\Intel\iusb3xhc.inf

                                    D:\Integration\USB3Driver\Intel\iusb3xhc.cat

                                    D:\Integration\USB3Driver\Intel\iusb3xhc.sys

----------------------------------------------------------------------------------------

@echo off
cd /d %~dp0

 

md mount

dism /mount-wim /wimfile:"D:\Integration\boot.wim" /index:2 /mountdir:mount
dism /image:mount /add-driver /driver:"D:\Integration\USB3Driver\AMD"

dism /image:mount /add-driver /driver:"D:\Integration\USB3Driver\ASMedia"

dism /image:mount /add-driver /driver:"D:\Integration\USB3Driver\Etron"

dism /image:mount /add-driver /driver:"D:\Integration\USB3Driver\Fresco"

dism /image:mount /add-driver /driver:"D:\Integration\USB3Driver\Intel"

dism /image:mount /add-driver /driver:"D:\Integration\USB3Driver\Renesas"

dism /image:mount /add-driver /driver:"D:\Integration\USB3Driver\TI"

dism /image:mount /add-driver /driver:"D:\Integration\USB3Driver\VIA"

dism /unmount-wim /mountdir:mount /commit

rd mount

-----------------------------------------------------------------------------------------

주의:  반드시 위 스크립트 실행시에는 관리자권한으로 실행해야 합니다.

 

 

Posted by 인생역전로또
: