What should you do?

Posted by: Pdfprep Category: 70-680 Tags: , ,

You have a Windows image (WIM) file that contains an image of Windows 7. The WIM file is 2 GB. You need to ensure that you can copy the image to CD.

What should you do?
A . Run Imagex.exe and specify the /split parameter.
B . From the properties of the WIM file, enable compression.
C . Run Dism.exe and specify the /cleanup-wim parameter.
D . Right-click the WIM file, point to Send To and then click Compressed (zipped) Folder.

Answer: A

Explanation:

Imagex

ImageX is a command-line tool that enables original equipment manufacturers (OEMs) and corporations to capture, to modify, and to apply file-based disk images for rapid deployment. ImageX works with Windows image (.wim) files for copying to a network, or it can work with other technologies that use .wim images, such as Windows Setup, Windows Deployment Services (Windows DS), and the System Management Server (SMS) Operating System Feature Deployment Pack.

/split image_filedest_filesize

Splits an existing .wim file into multiple read-only split .wim files (.swm).

image_file

Specifies the name and location of the .wim file to split.

dest_file

Specifies the file path of the split files.

Size

Specifies the maximum size in megabytes (MB) for each created file.

This option generates the .swm files into the specified directory, naming each file the same as the specified image_file, but with an appended number and the .swm file-name extension. For example, if you choose to split a file named Data.wim, this option creates a Data.swm file, a Data2.swm file, a Data3.swm file, and so on, defining each portion of the split .wim file.

Leave a Reply

Your email address will not be published.