which order should you perform the actions?

DRAG DROP
You administer computers that run Windows 8.
The computers on your network are produced by various manufacturers and often require
custom drivers.
You need to design a recovery solution that allows the repair of any of the computers by
using a Windows Recovery Environment (WinRE).
In which order should you perform the actions? (To answer, move all actions from the list of
actions to the answer area and arrange them in the correct order.)

DRAG DROP
You administer computers that run Windows 8.
The computers on your network are produced by various manufacturers and often require
custom drivers.
You need to design a recovery solution that allows the repair of any of the computers by
using a Windows Recovery Environment (WinRE).
In which order should you perform the actions? (To answer, move all actions from the list of
actions to the answer area and arrange them in the correct order.)

Answer:



Leave a Reply 6

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


Cat

Cat

Answer:
Box 1: Extract WinRE files from the Windows Assessment and Deployment Kit (ADK)
Box 2: Mount the WinRE image file.
Box 3: Add additional drivers.
Box 4: Unmount the image file
Box 5: Commit changes
Box 6: Create a bootable WInRe Reocvery Media
Note:
* The Windows® Assessment and Deployment Kit (Windows ADK) is a collection of tools and
documentation that you can use to customize, assess, and deploy Windows operating systems to new computers.
* Walkthrough: Create a Custom Windows PE Image
Step 1: Set Up a Windows PE Build Environment
Step 2: Mount the Base Windows PE Image
Step 3: Add Boot-Critical Drivers
Step 4: Add Optional Components
Step 5: Add Language Support (Optional)
Step 6: Add More Customization (Optional)
Step 7: Commit Changes
* Walkthrough: Create a Windows RE Recovery Media
Step 1: Create a Windows RE Image
Step 2: Create a bootable media
Reference: Walkthrough: Create a Custom Windows PE Image
Walkthrough: Create a Windows RE Recovery Media

Bernie

Bernie

Microsoft documentation states changes will be lost if an image is unmounted before committing changes.

Therefore, shouldn’t the commit action come before the unmount action?

DISM Image Management Command-Line Options:
https://technet.microsoft.com/en-us/library/hh825258.aspx

John

John

I would also like to know the answer.

There is also this: Dism.exe /unmount-image /mountdir:C:\mount\winre /commit

which is very helpful … to confuse the situation.

Kev

Kev

It’s tricky because if you try to unmount an image without specifying the commit or discard switches, I’ve found that it won’t unmount it and just display a message telling you that you need to either commit the changes or discard them. Take from that what you will but to me that says that you need to commit the changes before unmounting.