OEM Manufacturing and Deployment for Windows 10 — Question 3
You have an image of Windows 10.
You obtain a feature update for Windows 10.
You need to include the feature update in the image. The solution must minimize the size of the image.
What should you do?
Answer options
- A. Mount the image. Run dism.exe /Add-Package, and then run dism.exe /Optimize-Image. Unmount the image.
- B. Deploy the image to a computer. Install the feature update. Optimize the drive, and then capture the image.
- C. Download the new installation media for Windows 10. Install Windows 10 on a computer, and then capture the image.
- D. Mount the image. Run dism.exe /Add-Package, and then run dism.exe /Cleanup-Wim. Unmount the image.
Correct answer: C
Explanation
The correct answer is C, as downloading new installation media and installing Windows 10 allows for a fresh capture of the image with the latest updates, ensuring minimal size. Options A and D involve commands that do not guarantee a minimized image size and may not effectively include the feature update. Option B requires deploying the image first, which is less efficient and could lead to a larger size.