nerdexam
Microsoft

74-697 · Question #86

You have a boot image that you service by using Dism. You need to remove unnecessary resource files from the boot image. Which Dism parameter should you use?

The correct answer is C. /Cleanup-Mountpoints. Option: /Cleanup-Mountpoints Deletes all of the resources associated with a mounted image that has been corrupted. This command will not unmount images that are already mounted, nor will it delete images that can be recovered using the /Remount-Image command. Option…

Deploy and Manage Images

Question

You have a boot image that you service by using Dism. You need to remove unnecessary resource files from the boot image. Which Dism parameter should you use?

Options

  • A/Export-Image
  • B/NoRestart
  • C/Cleanup-Mountpoints
  • D/Split-Image

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    7% (2)
  • C
    71% (20)
  • D
    18% (5)

Explanation

Option: /Cleanup-Mountpoints Deletes all of the resources associated with a mounted image that has been corrupted. This command will not unmount images that are already mounted, nor will it delete images that can be recovered using the /Remount-Image command. Option: /Export-Image Exports a copy of the specified image to another file. The source and destination files must use the same compression type. You can also optimize an image by exporting to a new image file.

Topics

#DISM#boot image#Cleanup-Mountpoints#image servicing

Community Discussion

No community discussion yet for this question.

Full 74-697 Practice