OEM Manufacturing and Deployment for Windows 10 — Question 4
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have an image of Windows 10 for a new desktop computer model. The computer uses specific out-of-box device drivers stored in the INF format.
You need to update the drivers by using an answer file.
Which parameter should you specify when you run dism.exe?
Answer options
- A. /Add-Capability
- B. /Add-Driver
- C. /Add-Package
- D. /Add-ProvisionedAppxPackage
- E. /Apply-CustomDataImage
- F. /Apply-Image
- G. /Apply-Unattend
- H. /Export-Image
Correct answer: B
Explanation
The correct answer is B, as the /Add-Driver parameter is specifically used to add drivers to a Windows image. The other options do not pertain to adding device drivers: /Add-Capability adds capabilities, /Add-Package is for packages, /Add-ProvisionedAppxPackage is for app packages, and the rest are related to applying or exporting images.