Which three commands should you run in sequence?

DRAG DROP
Your company has a Windows 7 image named WinImage with an image index of 5. All images are
stored in C:\Mount. An update named Critical1 has been released and must be applied to all new
Windows 7 deployments. You need to add the update to the image. Which three commands should
you run in sequence? (To answer, move the appropriate actions from the list of actions to the
answer area and arrange them in the correct order.)

DRAG DROP
Your company has a Windows 7 image named WinImage with an image index of 5. All images are
stored in C:\Mount. An update named Critical1 has been released and must be applied to all new
Windows 7 deployments. You need to add the update to the image. Which three commands should
you run in sequence? (To answer, move the appropriate actions from the list of actions to the
answer area and arrange them in the correct order.)

Answer:

Explanation:

Box 1: dism /mount-wim /wimfile:WinImage.wim /mountdir:C:\Mount /index:5
Box 2: dism /image:WinImage.wim /add-package /Packagepath:Critical1.msu
Box 3: dism /unmount-wim /mountdir:C:\Mount /commit
Note:
Apply an update package to an offline image
MD C:\MyDir\Mount
DISM \Mount-Wim /Wimfile:E:\images\myimage.wim /index:1 /Mountdir:C:\MyDir\Mount
DISM /image:C:\MyDir\Mount /Add-Package /Packagepath:<file_path>
DISM /Unmount-Wim /Mountdir:C:\MyDir\Mount /Commit
Apply Updates to an Image Using DISM



Leave a Reply 0

Your email address will not be published. Required fields are marked *