MZ@ !L!This program cannot be run in DOS mode. $Rؕ3}3}3}H̴3}H̱3}Rich3}PEL!  ptU@n.rsrcpp@@0H   ( @ X?pEFGHI 0 @ P ` p         (l(DlBT,.0Lhn zMUI&޿Adن6Iͤs9)@, MUI en-USDetails for image : %1 )Index : %1!d! Name : %2 Description : %3 Size : %1 bytes Mounted images: XMount Dir : %1 Image File : %2 Image Index : %3!d! Mounted Read/Write : %4 Status : %5  No mounted images found. Mounting image Saving imageUnmounting imageYesNoOk Needs Remount)Stale mount entry pointing to %1 removed 0%1!d! stale mount file deleted from drive %2!c! 1%1!d! stale mount files deleted from drive %2!c! %Scanning drive %1!c! for stale files InvalidPAArchitecture : x86 Architecture : x64 Architecture : ia64 Architecture : Unknown Architecture : %1 Hal : %1 Version : %1.%2.%3 Version : %1 ServicePack Build : %1 ServicePack Level : %1 Edition : %1 Installation : %1 ProductType : %1 ProductSuite : %1 System Root : %1 Directories : %1 Files : %1 Created : %1 - %2 Created : %1 Modified : %1 - %2 Modified : %1 Languages : Languages : %1  %1  %1 (Default) <undefined> Unmounting image at %1$Image File : %1 Image Index : %2!d! Architecture : arm Applying imageVerifying integrityExporting imageSplitting image4Journaling is enabled successfully on volume %1!c!: The image will be applied without validating for trusted files. The prerequisites required for trusted file validation have not been met. Optimizing systemWIM Bootable : %1 %Data Source ID : %1 Image File : %2 LocalTopLevelHelpPA WimCommands)Information on the available WIM commandsWIM COMMANDS: Mount-Wim Mounts an image from a WIM file." /Mount-Wim /WimFile:<path_to_WIM_file> {/Index:<image_index> | /Name:<image_name>} /MountDir:<target_mount_directory> [/readonly] Mounts the WIM file to the specified directory so that it is available for servicing. Use /ReadOnly to set the mounted image to have read-only permissions. Examples: DISM.exe /Mount-Wim /WimFile:C:\test\images\myimage.wim /index:1 /MountDir:C:\test\offline DISM.exe /Mount-Wim /WimFile:C:\test\images\myimage.wim /index:1 /MountDir:C:\test\offline /ReadOnly Unmount-WimUnmounts a mounted WIM image.; /Unmount-Wim /MountDir:<target_mount_directory> {/Commit | /Discard} Unmounts the WIM file. Use /Commit to save the changes or /Discard to discard the changes. Examples: DISM.exe /Unmount-Wim /MountDir:C:\test\offline /commit DISM.exe /Unmount-Wim /MountDir:C:\test\offline /discard Get-WimInfo0Displays information about images in a WIM file.; /Get-WimInfo /WimFile:<WIM_file> [/Index:<image_index> | /Name:<image_name>] Displays information about the images contained in the specified WIM file. Examples: DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim DISM.exe /Get-WimInfo /WimFile:C:\test\images\myimage.wim /Index:1 Get-MountedWimInfo.Displays information about mounted WIM images. /Get-MountedWimInfo Displays information about mounted images, including whether the image is ready for servicing, needs a remount, or is an invalid image. Example: DISM.exe /Get-MountedWimInfo Commit-Wim%Saves changes to a mounted WIM image. /Commit-Wim /MountDir:<target_mount_directory> Applies changes to the mounted image. The image remains mounted until the /Unmount-Wim option is used. Example: DISM.exe /Commit-Wim /MountDir:C:\test\offline Remount-Wim)Recovers an orphaned WIM mount directory. /Remount-Wim /MountDir:<target_mount_directory> Recovers an orphaned WIM mount directory. Example: DISM.exe /Remount-Wim /MountDir:C:\test\offline Cleanup-WimeDeletes resources associated with mounted WIM images that are corrupted.  /Cleanup-Wim Deletes resources associated with a corrupted mounted image. This command does not unmount a mounted image; it also does not delete images that can be recovered by using the /Remount-WIM command. Example: DISM.exe /Cleanup-Wim Apply-ImageApplies an image. /Apply-Image /ImageFile:<path_to_image_file> /ApplyDir:<target_directory> {/Index:<image_index> | /Name:<image_name>} [/CheckIntegrity] [/Verify] [/NoRpFix] [/SWMFile:<pattern>] [/ConfirmTrustedFile] [/WIMBoot] Applies an image to a specified drive. Use /CheckIntegrity to stop the operation if WIM file corruption is detected. Use /Verify to check for errors and file duplication. Use /NoRpFix to disable the reparse point tag fix. Use /SWMFile to reference split WIM files (SWMs). <pattern> is the naming pattern and location of split files. Use /ConfirmTrustedFile to validate the image for Trusted Desktop. See http://go.microsoft.com/fwlink/?LinkID=309482 for more information about supported platforms. Use /WIMBoot to apply the image with WIMBoot configuration. Examples: DISM.exe /Apply-Image /ImageFile:install.wim /Index:1 /ApplyDir:D:\ DISM.exe /Apply-Image /ImageFile:install.swm /SWMFile:install*.swm /ApplyDir:D:\ /Index:1 Capture-ImageCaptures an image of a drive into a new WIM file. Captured directories include all subfolders and data.3 /Capture-Image /ImageFile:<path_to_image_file> /CaptureDir:<source_directory> /Name:<Name> [/Description:Description] [/ConfigFile:<wimscript.ini>] {[/Compress:{fast|max|none}] [/Bootable] | [/WIMBoot]} [/CheckIntegrity] [/Verify] [/NoRpFix] Captures an image of a drive to a new WIM file. Captured directories include all subfolders and data. You cannot capture an empty directory. Use /ConfigFile to specify the location of a configuration file that lists exclusions for image capture and compress commands. Use /Compress to specify the type of compression used for the initial capture operation. Use /Bootable to mark a Windows PE volume image as able to be booted. Use /WIMBoot to capture the image that can be applied with WIMBoot configuration. Use /CheckIntegrity to detect and track WIM file corruption. Use /Verify to check for errors and file duplication. Use /NoRpFix to disable the reparse point tag fix. Example: DISM.exe /Capture-Image /ImageFile:install.wim /CaptureDir:D:\ /Name:Drive-D Append-Image!Adds another image to a WIM file.2 /Append-Image /ImageFile:<path_to_image_file> /CaptureDir:<source_directory> /Name:<Name> [/Description:Description] [/ConfigFile:<wimscript.ini>] {[/Bootable] | [/WIMBoot]} [/CheckIntegrity] [/Verify] [/NoRpFix] Adds another image to a WIM file. Use /ConfigFile to specify the location of a configuration file that lists exclusions for image capture and compress commands. Use /Bootable to mark a Windows PE volume image as able to be booted. Use /WIMBoot to append a WIMBoot configured image to a WIM file. Use /CheckIntegrity to detect and track WIM file corruption. Use /Verify to check for errors and file duplication. Use /NoRpFix to disable the reparse point tag fix. Example: DISM.exe /Append-Image /ImageFile:install.wim /CaptureDir:D:\ /Name:Drive-D Export-ImageRExports a copy of the specified image to another file.PA /Export-Image {/SourceImageFile:<path_to_image_file> | [/SWMFile:<pattern>]} {/SourceIndex:<image_index> | /SourceName:<image_name>} /DestinationImageFile:<path_to_image_file> [/DestinationName:<Name>] {[/Compress:{fast|max|none|recovery}] [/Bootable] | [/WIMBoot]} [/CheckIntegrity] Exports a copy of the specified image to another file. The source and destination files must use the same compression type. Use /SWMFile to reference split WIM files (SWMs). <pattern> is the naming pattern and location of split files. Use /Compress to specify the type of compression used for the capture operation when exporting an image to a new WIM file. Use /Bootable to mark a Windows PE volume image as able to be booted. Use /WIMBoot to export an image that can be applied with WIMBoot configuration. Use /CheckIntegrity to detect and track WIM file corruption. Example: DISM.exe /Export-Image /SourceImageFile:install.wim /SourceIndex:1 /DestinationImageFile:install2.wim Split-ImagehSplits an existing .wim file into multiple read-only split WIM (SWM) files. /Split-Image /ImageFile:<path_to_image_file> /SWMFile:<path_to_swm> /FileSize:<MB-Size> [/CheckIntegrity] Splits an existing .wim file into multiple read-only split WIM files. Use /FileSize to specify the maximum size in megabytes (MB) for each created file. Use /CheckIntegrity to detect and track WIM file corruption. Example: DISM.exe /Split-Image /ImageFile:install.wim /SWMFile:split.swm /FileSize:650 Delete-ImageoDeletes the specified volume image from a WIM file that has multiple volume images.Z /Delete-Image /ImageFile:<path_to_image_file> {/Index:<image_index> | /Name:<image_name>} [/CheckIntegrity] Deletes the specified volume image from a WIM file that has multiple volume images. Use /CheckIntegrity to detect and track WIM file corruption. Example: DISM.exe /Delete-Image /ImageFile:install.wim /Index:1 List-Image[Displays a list of the files and folders in a specified image. /List-Image /ImageFile:<path_to_image_file> {/Index:<image_index> | /Name:<image_name>} Displays a list of the files and folders within a specified image. Example: DISM.exe /List-Image /ImageFile:install.wim /Index:1 Capture-CustomImageCaptures customizations into a delta WIM file on a WIMBoot system. Captured directories include all subfolders and data. /Capture-CustomImage /CaptureDir:<source_directory> [/ConfigFile:<wimscript.ini>] [/CheckIntegrity] [/Verify] [/ConfirmTrustedFile] Captures image customizations into a new WIM file on a WIMBoot system. Captured directories include all subfolders and data. You cannot capture an empty directory. Note: this command only captures the customization files. It cannot be used to capture the installation files into a new WIM. Use /ConfigFile to specify the location of a configuration file that lists exclusions for image capture and compress commands. Use /CheckIntegrity to detect and track WIM file corruption. Use /Verify to check for errors and file duplication. Use /ConfirmTrustedFile to validate the image for Trusted Desktop. See http://go.microsoft.com/fwlink/?LinkID=309482 for more information about supported platforms. Example: DISM.exe /Capture-CustomImage /CaptureDir:D:\ PAUpdate-WIMBootEntryBUpdates WIMBoot configuration entry for the specified disk volume. /Update-WIMBootEntry /Path:<volume_path> /DataSourceID:<data_source_id> /ImageFile:<renamed_image_path> Updates WIMBoot configuration entry, associated with the specified data source ID, with the renamed or moved image file path. Use /Path to specify the disk volume of the WIMBoot configuration. Use /DataSourceID to specify the data source ID as displayed by Get-WIMBootEntry. Example: DISM.exe /Update-WIMBootEntry /Path:C:\ /DataSourceID:0 /ImageFile:R:\Install.wim Get-WIMBootEntryEDisplays WIMBoot configuration entries for the specified disk volume. /Get-WIMBootEntry /Path:<volume_path> Displays WIMBoot configuration entries for the specified disk volume. Example: DISM.exe /Get-WIMBootEntry /Path:C:\ PA(Q QHQQ` WimProvider The /%1 option is not recognized in this context. For more information, refer to the help. The command-line is missing the /%1 option. For more information, refer to the help. The /%1 and /%2 options cannot be used together on the command-line. For more information, refer to the help. A required option is missing from the command-line. Ensure that /%1 or /%2 is specified. The /%1 option is missing an argument. For more information, refer to the help. (The argument specified with the /Format option is not supported with this command. For more information about valid syntax, refer to the help. You do not have permissions to mount and modify this image. Verify that you have Read/Write permissions or mount the image using the /ReadOnly option. Note that you cannot commit changes to an image with read-only permissions. You do not have permissions to mount this image. Verify that you have read permissions to the image file. The specified image does not exist in the WIM. Check the WIM first for existing images. The specified image needs to be remounted. Remount the Wim to make this image available for servicing. The specified image is invalid. Unmount the image or clean up the Wim and then try again. The running OS is not WinPE when checking code integrity and setting extended attributes during image apply The running OS is not Win8 and above when checking code integrity and setting extended attributes during image apply 4VS_VERSION_INFOB%B%?StringFileInfo040904B0LCompanyNameMicrosoft CorporationLFileDescriptionDISM WIM Providerr)FileVersion6.3.9600.17031 (winblue_gdr.140221-1952)@InternalNameWimProvider.dll.LegalCopyright Microsoft Corporation. All rights reserved.POriginalFilenameWimProvider.dll.muij%ProductNameMicrosoft Windows Operating SystemBProductVersion6.3.9600.17031DVarFileInfo$Translation PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPAD