PrepAway - Latest Free Exam Questions & Answers

You need to prepare a new installation DVD that includes the updates

DRAG DROP
You deploy Windows 7 on client computers by using a default Windows 7 DVD.
You discover that the client computers use the most recently released critical updates.
You download the updates’ package files from the Microsoft site to your desktop.
You need to prepare a new installation DVD that includes the updates.
What should you do? (To answer, move the appropriate actions from the list of actions to the
answer area and arrange them in the correct order.)

PrepAway - Latest Free Exam Questions & Answers

Answer: See the explanation.

Explanation:
Box 1: Copy the install.wim file from the original DVD to your desktop.
Box 2: Mount the install.wim file.
Box 3: Use the DISM tool to update the image.
Box 4: Commit changes and unmount the install.wim file.
Box 5: Burn a new DVD.

Note:
Applying Windows Updates to a base WIM using DISM and Powershell
Firstly, locate your most up to date image and make a copy of it. This is so we can stream the newest
Windows Updates into the mounted WIM without risk of damaging a working WIM. I suggest
copying the WIM to a temp location. Also, put the Windows Update that you want to apply into an
Updates folder.
Next, mount your image in the temp location.
DISM \Mount-Wim /WimFile:C:\TempMount\install.wim /index:1 /Mountdir:C:\TempMount\Mount
Now inject the Windows Update you need to apply
DISM /image:C:\TempMount\Mount /Add-Package /Packagepath:C:\Updates\
Finally, save an unmount the image

DISM /Unmount-Wim /Mountdir:C:\TempMount\Mount /commit
DISM /Cleanup-Wim
Reference: Applying Windows Updates to a base WIM using DISM and Powershell


Leave a Reply