MZ@ !L!This program cannot be run in DOS mode. $Rؕ3}3}3}H̴3}H̱3}Rich3}PEL!  s@.rsrc@@0H 0 H ` x? E8FPGh          0 @ P ` p     (R|,@!"%L'B(()J"`K%p@hMUIo%pn>+&R?9.=9 MUI en-US CBSProviderAdding package %1!s!Removing package %1!s!Enabling feature(s)Disabling feature(s)Staging package %1!s!ePackage %1!s! may have failed due to a pending restart. Restart the system and try the command again.qPackage %1!s! may have failed due to pending updates to servicing components in the image. Try the command again. Package NameState Install Time Release TypePackages listing:Package information: ApplicableYesNo CopyrightCompany Creation Time DescriptionIdentityInstall ClientInstall LocationInstall Package NameInstall User NameLast Update TimeNamePAProduct VersionRestart RequiredSupport InformationFeatures listing for package Feature NameParent PackageFeature Information: Display NameRestart Required+Removing unused components from the image. $(No features found for this package) Product NamePackage Identity,Reverting pending actions from the image... (No packages found)WThe operation completed. Revert of pending actions will be attempted after the reboot. PACustom Properties:(No custom properties found)Completely offline capable Not PresentUninstall PendingStagedStaging InstalledInstall Pending SupersededPartially InstalledDisabledDisable PendingDisabledDisable PendingEnabledEnable PendingPAEnabled FeaturesDisabled Features SupersededPartially InstalledDisabled with Payload RemovedPA@Removing backup files created during service pack installation. Service Pack Cleanup*Service Pack Cleanup operation completed. NService Pack Cleanup cannot proceed: No Service Pack backup files were found. Service Pack Cleanup cannot proceed: An operation is waiting to be completed on this computer. Restart your computer, and then run Service Pack Cleanup. "Removed Service Pack backup files.PAYesNo Undetermined(No component store corruption detected. #The component store is repairable. (The component store cannot be repaired. [The restore operation completed successfully. The component store corruption was repaired. pThe restore operation failed. Either the repair source was not found or the component store cannot be repaired. PA%Component Store (WinSxS) information:1Windows Explorer Reported Size of Component StoreActual Size of Component StoreShared with WindowsBackups and Disabled FeaturesCache and Temporary DataDate of Last CleanupNumber of Reclaimable Packages#Component Store Cleanup RecommendedYesNoImageTopLevelHelpPAPackageCommands.Information on the available package commands. PACKAGE SERVICING COMMANDS: Add-PackagePAAdds packages to the image. /Add-Package /PackagePath:<path_to_package> [/IgnoreCheck] [/PreventPending] Adds one or more packages to an image. /PackagePath can point to either a .cab file, a .msu file, or a folder. Use the /IgnoreCheck switch to skip installation of the package if the applicability checks fail. Use the /PreventPending switch to skip the installation of the package if the package or Windows image has pending online actions. Examples: DISM.exe /Image:C:\test\offline /Add-Package /PackagePath:C:\test\packages /IgnoreCheck DISM.exe /Image:C:\test\offline /Add-Package /PackagePath:C:\test\packages\package.cab /PreventPending DISM.exe /Image:C:\test\offline /Add-Package /PackagePath:C:\Windows-KB000006-v1-x86-en-us.msu Remove-Package Removes packages from the image. /Remove-Package {/PackagePath:<path_to_package> | /PackageName:<name_in_image>} Removes one or more packages unless there are online, unprocessed pending actions. If online actions are pending, the resources remain in the image and the package state is set to Uninstall Requested. You must boot the image to process pending actions before the package can be removed. You cannot use this command to remove .msu files. Examples: DISM.exe /Image:C:\test\offline /Remove-Package /PackagePath:C:\MyPackages\package.cab DISM.exe /Image:C:\test\offline /Remove-Package /PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 Enable-Feature(Enables a specific feature in the image. /Enable-Feature /FeatureName:<name_in_image> [/PackageName:<name_in_image>] [/Source:<source>] [/LimitAccess] [/All] Enables the feature specified by the FeatureName command argument. You do not have to specify the /PackageName if it is the Windows Foundation Package. Otherwise, use /PackageName to specify the parent package of the feature. Multiple /FeatureName arguments can be used if the features are components in the same parent package. You can restore and enable a feature that has previously been removed from the image. Use the /Source argument to specify the location of the files needed to restore the feature. Multiple /Source arguments can be used. Use /LimitAccess to prevent DISM from contacting WU/WSUS. Use /All to enable all parent features of the specified feature. Example: DISM.exe /Online /Enable-Feature /FeatureName:Hearts /All DISM.exe /Image:c:\offline /Enable-Feature /FeatureName:Calc /PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 DISM.exe /Image:c:\offline /Enable-Feature /FeatureName:Feature /Source:c:\test\mount Disable-Feature)Disables a specific feature in the image. /Disable-Feature /FeatureName:<name_in_image> [/PackageName:<name_in_image>] [/Remove] Disables the feature specified by the FeatureName command argument. You do not have to specify the /PackageName if it is the Windows Foundation Package. Otherwise, use /PackageName to specify the parent package of the feature. Multiple /FeatureName arguments can be used if the features are components in the same parent package. Use /Remove to remove a feature without removing the feature's manifest from the image. The feature will be listed as 'Disabled with Payload Removed' when using /Get-FeatureInfo and can be restored and enabled using /Enable-Feature with the /Source option. Example: DISM.exe /Online /Disable-Feature /FeatureName:Hearts DISM.exe /Image:c:\offline /Disable-Feature /FeatureName:Calc /PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 /Remove Get-PackagesRDisplays information about all packages in the image. /Get-Packages [/Format:<output_format>] Displays information about all packages in the image. Use the /Format option to specify a table or list format for the output. If /Format is not specified, the output is formatted as a list. Examples: DISM.exe /Image:C:\test\offline /Get-Packages DISM.exe /Format:Table /Image:C:\test\offline /Get-Packages DISM.exe /Format:List /English /Image:C:\test\offline /Get-Packages Get-PackageInfo.Displays information about a specific package.PA /Get-PackageInfo {/PackagePath:<path_to_package> | /PackageName:<name_in_image>} Displays information about a specific package. /PackagePath can point to either a .cab file or a folder. The path to the .cab file should point to the original source of the package, not to where the file is installed on the image. You cannot use this command to get package information for .msu files. Examples: DISM.exe /Image:C:\test\offline /Get-PackageInfo /PackagePath:C:\packages\package.cab DISM.exe /Image:C:\test\offline /Get-PackageInfo /PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 Get-FeaturesQDisplays information about all features in a package.( /Get-Features [/Format:<output_format>] [/PackagePath:<path_to_package>] [/PackageName:<name_in_image>] Displays information about all features found in a specific package. If you do not specify a package name or path, all features in the image will be listed. /PackagePath can point to either a .cab file or a folder. Use the /Format option to specify a table or list format for the output. If /Format is not specified the option is formatted as a list. Examples: DISM.exe /Image:C:\test\offline /Get-Features /Format:Table DISM.exe /Image:C:\test\offline /Get-Features /Format:List /PackagePath:C:\packages\package.cab DISM.exe /Image:C:\test\offline /Get-Features /PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 Get-FeatureInfo.Displays information about a specific feature.A /Get-FeatureInfo /FeatureName:<name_in_image> [/PackagePath:<path_to_package>] [/PackageName:<name_in_image>] Displays information about a specific feature. Use /Get-Features to find the name of the feature in the image. Feature names are case-sensitive. /PackageName and /PackagePath can be used to find a specific feature in a package. Examples: DISM.exe /Image:C:\test\offline /Get-FeatureInfo /FeatureName:XPS-Viewer DISM.exe /Image:C:\test\offline /Get-FeatureInfo /FeatureName:Feature /PackagePath:C:\packages\package.cab Cleanup-ImageRPerforms cleanup and recovery operations on the image. /Cleanup-Image /RevertPendingActions WARNING! You should use the /RevertPendingActions option only in a system-recovery scenario to perform recovery operations on a Windows image that did not boot. Example: DISM.exe /Image:C:\test\offline /Cleanup-Image /RevertPendingActions /Cleanup-Image /spsuperseded [/hidesp] Use /SPSuperseded to remove any backup files created during the installation of a service pack. Use /HideSP to prevent the service pack from being listed in the Installed Updates for the operating system. WARNING! The service pack cannot be uninstalled after the /SPSuperseded operation is completed. Example: DISM.exe /Image:C:\test\offline /Cleanup-Image /spsuperseded /hidesp /Cleanup-Image {/CheckHealth | /ScanHealth | /RestoreHealth} Use /CheckHealth to check whether the image has been flagged as corrupted by a failed process and whether the corruption can be repaired. Use /ScanHealth to scan the image for component store corruption. Use /RestoreHealth to scan the image for component store corruption, and then perform repair operations automatically. Use /Source with /RestoreHealth to specify the location of known good versions of files that can be used for the repair. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077. Use /LimitAccess to prevent DISM from contacting WU/WSUS. Example: DISM.exe /Online /Cleanup-Image /ScanHealth DISM.exe /Image:c:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount /Cleanup-Image /StartComponentCleanup [/ResetBase] Use /StartComponentCleanup to clean up the superseded components and reduce the size of the component store. Use /ResetBase to reset the base of superseded components, which can further reduce the component store size. WARNING! The installed Windows Updates cannot be uninstalled after the /StartComponentCleanup with /ResetBase operation is completed. Example: DISM.exe /Image:C:\test\offline /Cleanup-Image /StartComponentCleanup /Cleanup-Image /AnalyzeComponentStore Use /AnalyzeComponentStore to create a report of the WinSxS component store. For more information about the WinSxS report and how to use the information provided in the report, see http://go.microsoft.com/fwlink/?LinkId=293367. Example: DISM.exe /Image:C:\test\offline /Cleanup-Image /AnalyzeComponentStore PA?''''L$'$'.'.' N N|*N*N<4N4Nd>N>N HNHNMNMN RNRN8 \N\Nl fNgN pNpNzNzNNN`NN`NNPNN@NNDNNNNNNNN@NN|NN0NN NNOOPOOOO0$O$O ".O.O4#8O8O#BOBO$LOLO%`O`O4&jOjO|&tOtO&~O~O'OO<(OO)OO)OO*OO+OO,OO,-OO(.OO\.OO/OO 2OO3PP5 P P 7PP 9PP(:(P(PL;2P2Pl<NuNu>XuXup?TThe package %1 is already installed. `The package %1 is not present in the image. hNo packages were found that require processing. hThe package was not added because the specified Windows image or package has pending online actions. For more information about the /PreventPending option, refer to the help. The %1 option is not recognized in this context. For more information, refer to the help. (The %1 option must appear on the command-line before the arguments for that option. For more information, refer to the help for the %1 option. The %1 option is missing an argument. For more information, refer to the help. The %1 option is not recognized in this context. For more information, refer to the help. The %1 option is not valid with this command. For more information, refer to the help. The %1 option does not take an argument. Re-enter the command without the argument. 4When using this command, do not specify both the /PackagePath and /PackageName options. Re-enter the command, specifying only one of these options. ,This command requires that either the /PackagePath or /PackageName options be specified. Re-enter the command, specifying one of these options. This command requires that the /FeatureName option be specified. Re-enter the command, specifying the /FeatureName option. Only one package can be specified on the command-line for %1. Re-enter the command, specifying only one package. An error occurred while processing %1. The specified path was not found. Ensure that the argument is valid and that the path exists. No packages were specified on the command-line. Re-enter the command, specifying a package. An error occurred while processing the packages specified on the command-line. For more information, review the log file. An error occurred while trying to get the name of a specified package. For more information, review the log file. An error occurred while trying to get the state of a specified package. For more information, review the log file. An error occurred while processing %1. The install state is unknown or invalid. For more information, review the log file. DNo Windows features were specified on the command line. Use the /Get-Features option to find the name of the feature in the image and try the command again. An error occurred while trying to open the Windows Foundation Package as the default package. For more information, review the log file. xThe specified package is not applicable to this image. The package %1!s! will be ignored, as it is not applicable to this image. Cannot specify update package (.msu) files with this command. <An error occurred creating a folder within the temporary directory. Ensure that the temporary directory exists and that you have Read/Write permissions. An error occurred while expanding the .msu package into the temporary folder, %1!s!. An error occurred applying the Unattend.xml file from the .msu package. For more information, review the log file. Unable to find the Unattend.xml file in the expanded .msu package. The .msu package contains features that cannot be installed using DISM.exe. DISM does not support servicing .msu packages with the /Online option. HThe operation cannot be completed because Windows is currently performing another servicing operation. Wait a few minutes and try running the command again. |The operation is complete but %1 feature was not enabled. A required parent feature may not be enabled. You can use the /enable-feature /all option to automatically enable each parent feature from the following list. If the parent feature(s) are already enabled, refer to the log file for further diagnostics. tThis feature cannot be enabled in the current image because the parent feature(s) are not installed. If you need this feature, try changing the image to a higher edition of Windows. The specified package cannot be added to an offline image. Add this package to a running operating system using the /Online option. This operation is only supported against an offline image. An error occurred reverting the pending actions from the image. For more information, review the log file. ,The argument specified with the /Format option is not supported with this command. For more information about valid syntax, refer to the help. tAn error occurred trying to open - %1 Error: 0x%2!x! HProcessing %1!d! of %2!d! - %0 TAn error occurred - %1 Error: 0x%2!x! @Feature name %1 is unknown. ,A Windows feature name was not recognized. Use the /Get-Features option to find the name of the feature in the image and try the command again. Multiple package paths cannot be specified with this command. For more information, refer to the help. Multiple feature arguments cannot be specified with this command. For more information, refer to the help. The command completed with errors. For more information, refer to the log file. The specified image is no longer serviceable and may be corrupted. Discard the modified image and start again. (The specified package cannot be added to this Windows Image due to a version mismatch. Update the Windows image and try the operation again. pThe specified package is not valid Windows package. This image already has a Windows edition installed. There cannot be more than one installed Windows edition in an image. 4%1: %2 Error: 0x%3!x! Access denied to %1!s!. The specified package is not a type that can be modified. The scratch directory size might be insufficient to perform this operation. This can cause unexpected behavior. Use the /ScratchDir option to point to a folder with sufficient scratch space. The recommended size is at least %1!d! MB. The package path is not valid. Specify a path to either a CAB file or a folder containing an expanded CAB file and try the command again. To service a Windows image from this host environment, you must install hotfix KB960037 on this computer. The hotfix is available on the Windows OPK and Windows AIK media in the <mediaroot>\HotFix folder. dThe /RevertPendingActions option cannot be used on a Windows PE target image. The operation must be used on a full Windows operating system image for system recovery only. The source files could not be found. Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077. The source files could not be downloaded. Use the "source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077. The /ScanHealth option cannot be used on a Windows PE target image. The operation must be used on a full Windows operating system image. $The /RestoreHealth option cannot be used on a Windows PE target image. The operation must be used on a full Windows operating system image. The /CheckHealth option cannot be used on a Windows PE target image. The operation must be used on a full Windows operating system image. The operation could not be completed due to pending operations. \Permanent package cannot be uninstalled. Multiple cleanup arguments cannot be specified with this command. For more information, refer to the help. Could not enumerate Service Pack on machine. For more information, refer to the help. Could not identify the current edittion of the Windows image. The /spsuperseded option cannot be used on a Windows PE target image. The operation must be used on a full Windows operating system. 4VS_VERSION_INFO@%@%?StringFileInfo040904B0LCompanyNameMicrosoft CorporationTFileDescriptionDISM Package Providerr)FileVersion6.3.9600.16384 (winblue_rtm.130821-1623)@InternalNameCbsProvider.dll.LegalCopyright Microsoft Corporation. All rights reserved.POriginalFilenameCbsProvider.dll.muij%ProductNameMicrosoft Windows Operating SystemBProductVersion6.3.9600.16384DVarFileInfo$Translation PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGX