|
imagex.exe /compress maximum /capture "要打包的目录路径" "保存wim的名字.wim" "描述"
IMAGEX [FLAGS] /CAPTURE image_path image_file "image_name" ["description"]
Captures a volume image from a drive to a new WIM file.
image_path - The path to the volume image to be captured.
image_file - The path of the new WIM file.
image_name - The unique name for the image being captured.
description - The text that provides additional reference information.
Accepted FLAGS:
/BOOT
Marks a volume image as bootable. Available for Windows PE images only.
/CHECK
Enables WIM integrity checking. Flag must be supplied during updates.
/COMPRESS [maximum | fast | none]
Specifies the type of compression used for the initial capture operation.
/CONFIG configuration_file.ini
Enables use of a configuration file for exclusion and compression options.
configuration_file.ini - The path to the configuration file.
/NORPFIX
Disables reparse point path fixup.
/SCROLL
Scrolls output for redirection.
/TEMP
Specifies the path where temporary files are stored.
/VERIFY
Enables file resource verification.
Example:
imagex /capture d: d:\imaging\data.wim "Drive D" |
|