Hacked By AnonymousFox

Current Path : C:/Windows/System32/Dism/en-US/
Upload File :
Current File : C:/Windows/System32/Dism/en-US/WimProvider.dll.mui

MZ@	!L!This program cannot be run in DOS mode.

$<ߵRRRЫRЫPRRichRPEL!
j

a@ Hg8.rdata@@.rsrcp h@@
T88$8.rdata8x.rdata$zzzdbg  .rsrc$01 #Pd.rsrc$02 ‘;@X!2nFEv0H	(
@X?pEFGHI	0	@	P	`	p									##(%')l(+n.B./|?,Vlm
wMUI8C%y>%ͭw*l~3A"MUIen-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

Architecture : arm64
PALocalTopLevelHelpPAWimCommands)Information on the available WIM commands
WIM COMMANDS:
PA	Mount-Wim Mounts an image from a WIM file.U
/Mount-Wim /WimFile:<path_to_WIM_file> 
  {/Index:<image_index> | /Name:<image_name>} 
  /MountDir:<target_mount_directory> [/ReadOnly] [/EA]

  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. 
  Use /EA to mount with extended attributes. 

    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.k
/Unmount-Wim /MountDir:<target_mount_directory> {/Commit | /Discard} 
  [/EA]

  Unmounts the WIM file.  Use /Commit to save the changes or /Discard to 
  discard the changes. 
  Use /EA to save extended attributes. 

    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> [/EA]

  Applies changes to the mounted image. The image remains mounted until the 
  /Unmount-Wim option is used. 
  Use /EA to save extended attributes. 

    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 


Capture-ImageCaptures an image of a drive into a new WIM file.
                            Captured directories include all subfolders and 
                            data.c
/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] [/EA]

  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. 
  Use /EA to capture extended attributes. 

    Example: 
      DISM.exe /Capture-Image /ImageFile:install.wim /CaptureDir:D:\ 
        /Name:Drive-D 

Append-Image!Adds another image to a WIM file.b
/Append-Image /ImageFile:<path_to_image_file> /CaptureDir:<source_directory> 
  /Name:<Name>
  [/Description:Description] [/ConfigFile:<wimscript.ini>] 
  {[/Bootable] | [/WIMBoot]} [/CheckIntegrity] [/Verify] [/NoRpFix] [/EA]

  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. 
  Use /EA to capture extended attributes. 

    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 

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 
  https://go.microsoft.com/fwlink/?LinkID=309482 for more information about 
  supported platforms. 

    Example: 
      DISM.exe /Capture-CustomImage /CaptureDir:D:\ 

Update-WIMBootEntry_Updates 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-WIMBootEntrybDisplays 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:\ 

Apply-CustomDataImage4Dehydrates files contained in the custom data image.
/Apply-CustomDataImage /SingleInstance /CustomDataImage:<packge_path> /ImagePath:<image_Path>

  Dehydrates files contained in the custom data image to save space. 

    Example: 
      DISM.exe /Apply-CustomDataImage /CustomDataImage:C:\oem.ppkg /ImagePath:C:\ /SingleInstance 

(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_INFO
cE
cE?StringFileInfo040904B0LCompanyNameMicrosoft CorporationLFileDescriptionDISM WIM Providerh$FileVersion10.0.17763.1 (WinBuild.160101.0800)@InternalNameWimProvider.dll.LegalCopyright Microsoft Corporation. All rights reserved.POriginalFilenameWimProvider.dll.muij%ProductNameMicrosoft Windows Operating System>
ProductVersion10.0.17763.1DVarFileInfo$Translation	PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGX

Hacked By AnonymousFox1.0, Coded By AnonymousFox