You administer Windows 8 laptops in your company network.
You install several custom desktop applications on the laptops.
You need to create a custom recovery image for Windows to use when selecting the
Refresh your PC option. The custom recovery image must include the custom desktop
applications.
Which command should you use to create the custom recovery image?
A.
Recdisc.exe
B.
Recover.exe
C.
Recimg.exe
D.
RecoveryDrive.exe
C.
https://support.microsoft.com/en-us/kb/2748351
“Refresh your PC” is a new feature in Windows 8. By default, desktop apps are removed when you refresh a Windows 8-based computer, unless you create a custom image. After you create a custom system image, the image is used as the refresh image. This means that any existing image or OEM restore image is not used when you refresh your computer. We recommend that only experienced Windows 8 users who understand the consequences of this behavior create a custom system image.
To create a custom image, use the Recimg.exe command-line tool that is included in Windows 8. To do this, follow these steps:
Continuation:
Create a destination folder for the custom image. For example, create a folder named “Refreshimage” on drive C.
Open an elevated command prompt. To do this, follow these steps:
On the Start page, type cmd, press and hold or right-click Command Prompt, and then tap or click Run as administrator.
Type the following command, and then press Enter:
recimg -CreateImage drive:\folder
For example, if you create “C:\Refreshimage” in step 1, run the following command:
recimg -CreateImage C:\Refreshimage
Answer is C