/Get-MountedImageInfo - Displays information about mounted WIM and VHD images.
/Get-ImageInfo - Displays information about images in a WIM or VHD file.
/Commit-Image - Saves changes to a mounted WIM or VHD image.
/Unmount-Image - Unmounts a mounted WIM or VHD image.
/Mount-Image - Mounts an image from a WIM or VHD file.
/Remount-Image - Recovers an orphaned image mount directory.
/Cleanup-Mountpoints - Deletes resources associated with mounted
images that are corrupt.
Example:
DISM /Mount-Image /ImageFile:"D:\VHD\6.1.7601.17514.amd64fre.win7sp1_rtm.101119-1850.Ultimate.de-DE.vhd" /Index:1 /MountDir:"D:\VHD\Mount" DISM /Image:D:\VHD\Mount /Add-Package /PackagePath:"D:\Windows6.1-KB2545698-x64.msu" DISM /Unmount-Image /MountDir:D:\VHD\Mount /Commit
There also also new commands which replaces the old ImageX completely:
/List-Image - Displays a list of the files and folders within a
specified image.
/Delete-Image - Deletes the specified volume image from a .wim file
with multiple volume images.
/Split-Image - Splits an existing .wim file into multiple read-only
split .wim (SWM) files.
/Export-Image - Exports a copy of the specified image to another file.
/Append-Image - Adds an additional image to a .wim file.
/Capture-Image - Captures an image of a drive into a new .wim file.
Captured directories include all subfolders and data.
And a really cool thing is the new /Optimize Parameter when mounting WIMs:
Quote



Help

Back to top











