Sie sind auf Seite 1von 2

Nvidia - DISM 32bit x86 1) Create the following folders:

c:\x86\mount c:\x86\expanded c:\x86\expanded\Display.Driver c:\x86\Images c:\x86\Drivers Put the wim file you want to work with in the images folder and any other driver s in the drivers folder 2) Delete C:\Nvidia folder if it already exists and then extract 32bit Nvid ia drivers by first running setup.exe for the Nvidia driver which will place fil es in C:\Nvidia..... 3) . Run the below commands from an elevated cmd prompt to expand the drivers

expand C:\NVIDIA\DisplayDriver\260.99\Vista\English\*.* C:\x86\expanded expand C:\NVIDIA\DisplayDriver\260.99\Vista\English\Display.Driver\*.* C:\x86\ex panded\Display.Driver 4) Move the expanded files to replace the originals from c:\x86\expanded fi les to C:\NVIDIA\DisplayDriver\260.99\Vista\English and again from c:\x86\expanded\Display.Driver files to C:\NVIDIA\Display Driver\260.99\Vista\English\Display.Driver\ 5) Run the below command from an elevated cmd prompt to Mount the Image

Dism /mount-wim /wimfile:c:\x86\Images\install.wim /index:1 /mountdir:c:\x86\mou nt 6) Run the below commands from an elevated cmd prompt, the first to add Nvi dia Drivers to the mounted image and the second will install any other drivers Dism /image:c:\x86\mount /Add-Driver /driver:C:\NVIDIA\ /recurse Dism /image:c:\x86\mount /Add-Driver /driver:C:\x86\Drivers /recurse 7) Copy c:\Nvidia folder to to mounted image c:\x86\mount\Nvidia

8) Run the below command from an elevated cmd prompt to get a list of Drive rs in the mounted image Dism /image:c:\x86\mount /Get-Drivers > c:\x86\driverlist.txt 9) Run the below command from an elevated cmd prompt to Unmount and Commit Changes Dism /unmount-wim /Mountdir:c:\x86\mount /commit

64bit x64 1) Create the following folders:

c:\x64\mount c:\x64\expanded c:\x64\expanded\Display.Driver c:\x64\Images c:\x64\Drivers Put the wim file you want to work with in the images folder and any other driver s in the drivers folder 2) Delete C:\Nvidia folder if it already exists and then extract 64bit Nvid ia drivers by first running setup.exe for the Nvidia driver which will place fil es in C:\Nvidia..... 3) . Run the below commands from an elevated cmd prompt to expand the drivers

expand "C:\NVIDIA\DisplayDriver\260.99\Vista 64-bit\English\*.*" C:\x64\expanded expand "C:\NVIDIA\DisplayDriver\260.99\Vista 64-bit\English\Display.Driver\*.*" C:\x64\expanded\Display.Driver 4) Move the expanded files to replace the originals from c:\x64\expanded fi les to C:\NVIDIA\DisplayDriver\260.99\Vista 64-bit\English and again from c:\x64\expanded\Display.Driver files to C:\NVIDIA\Display Driver\260.99\Vista 64-bit\English\Display.Driver\ 5) Run the below command from an elevated cmd prompt to Mount the Image

Dism /mount-wim /wimfile:c:\x64\Images\install.wim /index:1 /mountdir:c:\x64\mou nt 6) Run the below commands from an elevated cmd prompt, the first to add Nvi dia Drivers to the mounted image and the second will install any other drivers Dism /image:c:\x64\mount /Add-Driver /driver:C:\NVIDIA\ /recurse Dism /image:c:\x64\mount /Add-Driver /driver:C:\x64\Drivers /recurse 7) Copy c:\Nvidia folder to to mounted image c:\x64\mount\Nvidia

8) Run the below command from an elevated cmd prompt to get a list of Drive rs in the mounted image Dism /image:c:\x64\mount /Get-Drivers > c:\x64\driverlist.txt 9) Run the below command from an elevated cmd prompt to Unmount and Commit Changes Dism /unmount-wim /Mountdir:c:\x64\mount /commit

Das könnte Ihnen auch gefallen