74-697 · Question #23
You have a Windows 8 image that is configured to start to the Windows Welcome screen. You need to ensure that the image starts in audit mode. You mount the image. What should you do next?
The correct answer is A. Create an answer file named Audit.xml. Boot to audit mode automatically from an existing image - Create a new answer file, and then add the Microsoft-Windows- Deployment | Reseal | Mode = audit setting. Save the answer file as - At an elevated command prompt, mount the Windows image. For example: - Dism /Mount-Image…
Question
You have a Windows 8 image that is configured to start to the Windows Welcome screen. You need to ensure that the image starts in audit mode. You mount the image. What should you do next?
Options
- ACreate an answer file named Audit.xml.
- BCreate an answer file named Unattend.xml.
- CCreate an answer file named Unattend.txt.
- DCreate an answer file named audit.txt.
How the community answered
(29 responses)- A79% (23)
- B3% (1)
- C10% (3)
- D7% (2)
Explanation
Boot to audit mode automatically from an existing image - Create a new answer file, and then add the Microsoft-Windows- Deployment | Reseal | Mode = audit setting. Save the answer file as - At an elevated command prompt, mount the Windows image. For example: - Dism /Mount-Image /ImageFile:C:\test\images\MyImage.wim /index:<image_index> /MountDir:C:\test\offline where <image_index> is the number of the selected image on the .wim file. - Copy the new answer file to the C:\test\offline\Windows\Panther\Unattend folder. - Commit the changes, and then unmount the image. For example: Dism /Unmount-Image /MountDir:C:\test\offline /commit
Topics
Community Discussion
No community discussion yet for this question.