Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
December 23, 2010
A. Once you have a WIM file mounted to a folder, as in
DISM.exe /mount-wim /wimfile: /index: /mountdir:You can inject drivers using the command:dism /image: /scratchdir: /add-package /packagepath:Once you've made the changes to your WIM, make sure you commit the changes. When you unmount, use the commanddism /commit-wim /mountdir:
You May Also Like