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…
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)- A4% (1)
- B7% (2)
- C71% (20)
- D18% (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
Community Discussion
No community discussion yet for this question.