MZ@ !L!This program cannot be run in DOS mode. $uEEELlDLl DRichEPEL O`\!  I@X.rsrc@@p0H    8 P h?EFG(@X p             0 @ P `x0,R|pl r!B$" #:|S,8MUI>j-a ̝lb 0 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.nPackage %1!s! may have failed due pending updates to servicing components in the image. Try the command again. Package NameState Install Time Release TypePAPackages 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. Any revert of pending actions will be attempted after reboot. PACustom Properties:(No custom properties found) Not PresentUninstall PendingStagedStaging InstalledInstall Pending SupersededPartially InstalledDisabledDisable PendingDisabledDisable PendingEnabledEnable PendingPAEnabled FeaturesDisabled Features SupersededPartially Installed@Removing backup files created during service pack installation. Service Pack Cleanup*Service Pack Cleanup operation completed. MService Pack Cleanup can't proceed: No service pack backup files were found. PAService Pack Cleanup can't proceed: An operation is pending on this computer. Restart your computer, and then run Service Pack Cleanup. !Removed service pack backup filesPAImageTopLevelHelpPAPackageCommands-Information on the available Package commands PACKAGE SERVICING COMMANDS: Add-PackageAdds packages to the image.Z /Add-Package /PackagePath:<path_to_package> [/IgnoreCheck] 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 installing the package if applicability checks fail. 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 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>] Enables a specified feature. If the package name is not specified, the Windows Foundation package is assumed. Feature names are case-sensitive. Examples: DISM.exe /Image:C:\test\offline /Enable-Feature /FeatureName:XPS-Viewer DISM.exe /Image:C:\test\offline /Enable-Feature /FeatureName:Calc /PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 Disable-Feature)Disables a specific feature in the image. /Disable-Feature /FeatureName:<name_in_image> [/PackageName:<name_in_image>] Disables a specified feature. If the package name is not specified, the Windows Foundation package is assumed. Feature names are case-sensitive. Examples: DISM.exe /Image:C:\test\offline /Disable-Feature /FeatureName:XPS-Viewer DISM.exe /Image:C:\test\offline /Disable-Feature /FeatureName:Calc /PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0 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.: /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.Y /Cleanup-Image /RevertPendingActions WARNING! This operation will revert pending actions from previous servicing operations. It should be used for recovery operations only. This command is not supported against an online image. Example: DISM.exe /Image:C:\test\offline /Cleanup-Image /RevertPendingActions /Cleanup-Image /spsuperseded [/hidesp] WARNING! The service pack can't be uninstalled after this operation is completed. This operation will remove backup files created during service pack installation. Use /hidesp switch to hide the service pack from Installed Updates. Example: DISM.exe /Image:C:\test\offline /Cleanup-Image /spsuperseded /hidesp /Cleanup-Image /scanhealth Use /ScanHealth to scan the image for component store corruption. Example: DISM.exe /online /Cleanup-Image /scanhealth :''''$'$'p N N*N*N4N4N>N>NhHNHN(MNMNRNRN\N\N fNgN pNpN zNzN NNNNNNNNNNNNNNNNNNNNNNNN|NN OOOODOO$O$O.O.O 8O8O,!BOBO "LOLO8#`O`O#jOjO#tOtOH$~O~O$OO%OO&OOt'OO (OOL)OOt*OO*OO+OO,OO,OO/OOh1:u:u2DuDu3NuNuh4XuXu(5lulu<6vuvuL7uu7TThe package %1 is already installed. `The package %1 is not present in the image. hNo packages were found that require processing. 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. xThe operation completed but %1 feature was not enabled. Ensure that the following parent feature(s) are enabled first. If they 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. Unmount the image and discard your changes. Mount the original image to try the operation 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. 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 enumerate Edition Package on machine. For more information, refer to the help. The /spsuperseded option cannot be used on a Windows PE target image. The operation must be used on a full Windows operating system. The /scanhealth option cannot be used on a Windows PE target image. The operation must be used on a full Windows operating system. xThis operation is only supported against an online OS. hCompleted running scanhealth, check logs at %1 4VS_VERSION_INFO>_>_?StringFileInfo040904B0LCompanyNameMicrosoft CorporationTFileDescriptionDISM Package Providerr)FileVersion6.1.7601.24382 (win7sp1_ldr.190210-0600)@InternalNameCbsProvider.dll.LegalCopyright Microsoft Corporation. All rights reserved.POriginalFilenameCbsProvider.dll.muij%ProductNameMicrosoft Windows Operating SystemBProductVersion6.1.7601.24382DVarFileInfo$Translation PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGX