Microsoft
74-697 · Question #43
You mount an image of Windows 8. You need to add several network adapter drivers to the image as quickly as possible. Which two Dism parameters should you use? (Each correct answer presents part of…
The correct answer is D. /Add-Driver E. /Recurse. At a command prompt, type the following command to add a specific driver to the image. Dism /Image:C:\test\offline /Add-Driver /Driver:C:\drivers\mydriver.INF - Multiple drivers can be added on one command line if you specify a folder instead of an .inf file. To install all of…
Deploy and Manage Images
Question
You mount an image of Windows 8. You need to add several network adapter drivers to the image as quickly as possible. Which two Dism parameters should you use? (Each correct answer presents part of the solution. Choose two.)
Options
- A/index
- B/Add-Package
- C/ForceUnsigned
- D/Add-Driver
- E/Recurse
How the community answered
(33 responses)- A12% (4)
- B3% (1)
- C3% (1)
- D82% (27)
Explanation
- At a command prompt, type the following command to add a specific driver to the image. Dism /Image:C:\test\offline /Add-Driver /Driver:C:\drivers\mydriver.INF - Multiple drivers can be added on one command line if you specify a folder instead of an .inf file. To install all of the drivers in a folder and all its subfolders use the /recurse option. Dism /Image:C:\test\offline /Add-Driver /Driver:c:\drivers /Recurse
Topics
#DISM#Add-Driver#Recurse#driver injection
Community Discussion
No community discussion yet for this question.