MZ@ !L!This program cannot be run in DOS mode. $<߱RRRURUPRRichRPEL!  @ (8.rdata@@.rsrc @@ T88$8.rdata8x.rdata$zzzdbg p.rsrc$01p$.rsrc$02 ޷gNq{FoFGAX\m$܅`0H 0H ` x   8?PEhFGHI    0 @ P ` p             0 @ Ph$ % ()R -./D012l4d6L99B9:J",]L,xXIMUI&NyʻAUR{xEɸ@5>2c 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 capableCapability IdentityCapability listing:Capability information:(No capability found) Download Size Install SizeSelf servicing packagePA 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. pThe restore operation failed. Either the repair source was not found or the component store cannot be repaired. %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 RecommendedYesNoReserved storage is enabled.Reserved storage is disabled.PAImageTopLevelHelpPAPackageCommands.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.1 /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 https://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 [/Defer]] 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. Use /Defer with /ResetBase to defer long-running cleanup operations to the next automatic maintenance. 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 https://go.microsoft.com/fwlink/?LinkId=293367. Example: DISM.exe /Image:C:\test\offline /Cleanup-Image /AnalyzeComponentStore Get-CapabilitiesGet capabilities in the image.\ /Get-Capabilities [/Source:<source>] [/LimitAccess] Get capabilities in the image. Use the /Source argument to specify the location of the files needed to get the capabilities. Multiple /Source arguments can be used. Use /LimitAccess to prevent DISM from contacting WU/WSUS. Example: DISM.exe /Online /Get-Capabilities Get-CapabilityInfo-Get information of a capability in the image.$ /Get-CapabilityInfo /CapabilityName:<name_in_image> [/LimitAccess] Get information of a capability in the image. Use /LimitAccess to prevent DISM from contacting WU/WSUS. Example: DISM.exe /Online /Get-CapabilityInfo /CapabilityName:Language.Basic~~~en-US~0.0.1.0 Add-Capability)Add one or more capabilities to an image. /Add-Capability {/CapabilityName:<name_in_image> | /Recipe:<path_to_recipe_file>} [/Source:<source>] [/LimitAccess] Add one or more capabilities to an image. Use the /CapabilityName to specify the capability you would like to add. Multiple /CapabilityName arguments can be used. You can use /Recipe instead of /CapabilityName to specify multiple capabilities at a time. Use the /Source argument to specify the location of the files needed to add the capability. Multiple /Source arguments can be used. Use /LimitAccess to prevent DISM from contacting WU/WSUS. Examples: DISM.exe /Online /Add-Capability /CapabilityName:Language.Basic~~~en-US~0.0.1.0 DISM.exe /Online /Add-Capability /Recipe:C:\test\recipe\recipe.xml Remove-Capability#Remove a capability from one image. /Remove-Capability /CapabilityName:<name_in_image> Remove a capability from one image. Example: DISM.exe /Online /Remove-Capability /CapabilityName:Language.Basic~~~en-US~0.0.1.0 Export-Source3Export a set of capabilities into a new repository. /Export-Source {/CapabilityName:<name_in_image> | /Recipe:<path_to_recipe_file>} /Source:<source> /Target:<target> [/IncludeImageCapabilities] Export a set of capabilities into a new repository. Use the /CapabilityName to specify the capability you would like to export. Multiple /CapabilityName arguments can be used. You can use /Recipe instead of /CapabilityName to specify multiple capabilities at a time. Use the /Source argument to specify the location of the source repository. Use the /Target to specify the location of the new repository. Use the /IncludeImageCapabilities to export image capabilities into the new repository. Examples: Dism /Image:C:\test\offline /Export-Source /Source:C:\test\source /Target:C:\test\target /CapabilityName:Language.Basic~~~en-US~0.0.1.0 Dism /Image:C:\test\offline /Export-Source /Source:C:\test\source /Target:C:\test\target /Recipe:C:\test\recipe\recipe.xml Get-ReservedStorageState+Gets the current state of reserved storage. /Get-ReservedStorageState Gets the current state of reserved storage. Example: DISM.exe /Online /Get-ReservedStorageState Enable-ReservedStorageEnables reserved storage.w /Enable-ReservedStorage Enables reserved storage. Example: DISM.exe /Online /Enable-ReservedStorage Disable-ReservedStorageDisables reserved storage.z /Disable-ReservedStorage Disables reserved storage. Example: DISM.exe /Online /Disable-ReservedStorage Set-ReservedStorageState#Sets the state of reserved storage. /Set-ReservedStorageState /State:<state> Sets the state of reserved storage. Examples: DISM.exe /Online /Set-ReservedStorageState /State:Enabled DISM.exe /Online /Set-ReservedStorageState /State:Disabled PAB''''p$'$'.'.'8 N N*N*N`4N4N>N>N0HNHNMNMN RNRN\ \N\N fNgN pNpNzNzNNNNNNNtNNdNNhNNNNNNNNdNNNNTNNDNNOOtOO OOT$O$OD".O.OX#3O3O#5O5OT$8O8O$BOBO%LOLO&`O`O\'jOjO'tOtO'~O~O8(OOd)OO@*OO$+OO+OO,OO-OOT.OOP/OO/OO00OO43OO4PP<6 P P48PP8:PPT;(P(Px<2P2P<\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 https://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 https://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. LDISM_CBS_ERROR_CHECKHEALTH_WINPE The operation could not be completed due to pending operations. \Permanent package cannot be uninstalled. This command requires that the /CapabilityName option be specified. Re-enter the command, specifying the /CapabilityName option. HTo check the applicable Windows capabilities, internet connectivity is required. To show the installed Windows capabilities, specify the /LimitAccess option. HThis command requires that either the /CapabilityName or /Recipe option be specified. Re-enter the command, specifying the /CapabilityName or /Recipe option. This command requires that the /Source option be specified. Re-enter the command, specifying the /Source option. This command requires that the /Target option be specified. Re-enter the command, specifying the /Target option. dA Windows capability name was not recognized. This command requires that the /State option be specified. Re-enter the command, specifying the /State option. This command requires a valid /State be specified. Re-enter the command, specifying a valid /State option. 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. ,This operation is not supported when reserved storage is in use. Please wait for any servicing operations to complete and then try again later. 4VS_VERSION_INFO |O |O?StringFileInfo040904B0LCompanyNameMicrosoft CorporationTFileDescriptionDISM Package Providerh$FileVersion10.0.20348.1 (WinBuild.160101.0800)@InternalNameCbsProvider.dll.LegalCopyright Microsoft Corporation. All rights reserved.POriginalFilenameCbsProvider.dll.muij%ProductNameMicrosoft Windows Operating System> ProductVersion10.0.20348.1DVarFileInfo$Translation PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGX