74-697 · Question #88
You have a WIM file named Install.wim that contains two images. You need to apply the second image to a computer. What are two possible commands that you can you use to apply the image? (Each…
The correct answer is A. dism.exe C. imagex.exe. A: DISM /Apply-Image Applies an image to a specified drive. C: There is a quick and simple way to install directly from the install.wim with imagex. Imagex.exe can be found in the Windows Automated Installation Kit (WAIK), the Windows Embedded Standard 7 Image Builder Wizard.
Question
You have a WIM file named Install.wim that contains two images. You need to apply the second image to a computer. What are two possible commands that you can you use to apply the image? (Each correct answer presents a complete solution. Choose two.)
Options
- Adism.exe
- Bwdsutil.exe
- Cimagex.exe
- Dsysprep.exe
How the community answered
(43 responses)- A74% (32)
- B19% (8)
- D7% (3)
Explanation
A: DISM /Apply-Image Applies an image to a specified drive. C: There is a quick and simple way to install directly from the install.wim with imagex. Imagex.exe can be found in the Windows Automated Installation Kit (WAIK), the Windows Embedded Standard 7 Image Builder Wizard.
Topics
Community Discussion
No community discussion yet for this question.