nerdexam
Microsoft

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.

Deploy and Manage Images

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)
  • A
    74% (32)
  • B
    19% (8)
  • D
    7% (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

#WIM files#DISM#ImageX#image application

Community Discussion

No community discussion yet for this question.

Full 74-697 Practice