KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64
User : ServerPC ( 0)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  C:/Windows/System32/Dism/nb-NO/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : C:/Windows/System32/Dism/nb-NO/ImagingProvider.dll.mui
MZ����@���	�!�L�!This program cannot be run in DOS mode.

$A[=�:S�:S�:S�|���:S�|�Q�:S�Rich:S�PEL�O��!&H

p7;@ �D8.rdata�@@.rsrc�D F@@�O�
lPP�O�$����8.rdata8.rdata$voltmdP�.rdata$zzzdbg  .rsrc$01 #�A.rsrc$02 �w�qnu���hS��-�V����v�O��0�H����������	(�
@�X�
p���?��E��F��G����0@P`p��������#���#���%L��%�(l�t)��*b�l+��$-B�h-��8.���C���W(	��`��MUI���NI1$���2�K[xYn�Ȯ�F�8K1�!t#����MUInb-NODetails 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.

YesNoOk
Needs RemountInvalidArchitecture : 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>
Architecture : arm
WIM Bootable : %1
Architecture : arm64
Antitheft Version : %1

Uefi : %1
Compression : %1
Compression : None
Compression : Default
Compression : LZNT1
Compression : XPRESS
Compression : XPRESS Huffman
PASector Size : %1 bytes
Minimum Sector Count : %1
Store Count : %1
Platform Ids :
Platform Ids : %1
	%1
Certificate :

	Serial : %1

	Issuer : %1
	Subject : %1
Optimized : %1
 Optimized Partition Number : %1
LocalTopLevelHelpPAImagingCommands.Information on the available imaging commands.
GENERIC IMAGING COMMANDS:
Mount-Image'Mounts an image from a WIM or VHD file.\
/Mount-Image /ImageFile:<path_to_image_file> 
  [/Index:<image_index> | /Name:<image_name>] 
  /MountDir:<target_mount_directory> [/ReadOnly] [/Optimize] [/CheckIntegrity] [/EA] 

  Mounts the image to the specified directory so that it is available for 
  servicing. 
  Use /Optimize when mounting an image to reduce initial mount time. 
  Use /CheckIntegrity to stop the operation if WIM file corruption is detected.
  Use /ReadOnly to set the mounted image to have read-only permissions. 
  Use /EA to mount with extended attributes. 
  Files with multiple images require /Index or /Name to be specified. 

    Examples: 
      DISM.exe /Mount-Image /ImageFile:C:\test\images\myimage.wim /Index:1 
        /MountDir:C:\test\offline 

      DISM.exe /Mount-Image /ImageFile:C:\test\images\myimage.vhd /Index:1 
        /MountDir:C:\test\offline /ReadOnly 


Unmount-Image$Unmounts a mounted WIM or VHD image.
/Unmount-Image /MountDir:<target_mount_directory> {/Discard | 
  /Commit [/Append] [/CheckIntegrity] [/EA]}

  Unmounts the WIM or VHD. Use /Commit to save the changes or /Discard to 
  discard the changes. 
  Use /CheckIntegrity to detect and track WIM file corruption. 
  Use /Append to add the image to an existing .wim file. 
  Use /EA to save extended attributes. 

    Examples: 
      DISM.exe /Unmount-Image /MountDir:C:\test\offline /Commit 
      DISM.exe /Unmount-Image /MountDir:C:\test\offline /Discard 


Get-ImageInfo\Displays information about images in a WIM, a VHD
                            or a FFU file.�
/Get-ImageInfo /ImageFile:<image_file> [/Index:<image_index> | /Name:<image_name>] 

  Displays information about the images that the specified WIM or VHD file 
  contains. 

    Examples: 
      DISM.exe /Get-ImageInfo /ImageFile:C:\test\images\myimage.wim 
      DISM.exe /Get-ImageInfo /ImageFile:C:\test\images\myimage.vhd /Index:1 
      DISM.exe /Get-ImageInfo /ImageFile:C:\test\images\myimage.ffu 

Get-MountedImageInfoRDisplays information about mounted WIM and VHD
                            images.�
/Get-MountedImageInfo 

  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-MountedImageInfo 

Commit-Image,Saves changes to a mounted WIM or VHD image.�
/Commit-Image /MountDir:<target_mount_directory> [/Append] [/CheckIntegrity] 

  Applies changes to the mounted image. The image remains mounted until the 
  /Unmount-Image option is used. 
  Use /Append to add the image to an existing .wim file. 
  Use /CheckIntegrity to detect and track WIM file corruption. 

    Example: 
      DISM.exe /Commit-Image /MountDir:C:\test\offline 


Remount-Image+Recovers an orphaned image mount directory.�
/Remount-Image /MountDir:<target_mount_directory> 

  Recovers an orphaned image mount directory. 

    Example: 
      DISM.exe /Remount-Image /MountDir:C:\test\offline 

Cleanup-MountpointsWDeletes resources associated with corrupted
                            mounted images.
/Cleanup-Mountpoints 

  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-Image command. 

    Example: 
      DISM.exe /Cleanup-Mountpoints 

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

  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 
  https://go.microsoft.com/fwlink/?LinkID=309482 for more information about 
  supported platforms. 
  Use /WIMBoot to apply the image with WIMBoot configuration. 
  Use /Compact to apply the image in compact mode. 
  Use /EA to apply extended attributes. 
  Files with multiple images require /Index or /Name to be specified. 
  Use /SFUFile to reference split FFU files (SFUs). <pattern> is the naming 
  pattern and location of split files. 

    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 

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 

LV�V�tV�V��V�V�tV�	V��V�V��(ImagingProvider

@VHD operations do not support the /Optimize or /CheckIntegrity arguments.

The unsupported arguments were ignored. 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!s! option does not take arguments. 

Try the command again without the argument. 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.

The specified image does not exist in the specified image container.

Check the image container first for existing images.

|VHDX images are not supported in this version of Windows.

�4VS_VERSION_INFO��
k�e
k�e?,StringFileInfo041404B0LCompanyNameMicrosoft CorporationdFileDescriptionDISM Generic Imaging Providern'FileVersion10.0.26100.7019 (WinBuild.160101.0800)HInternalNameImagingProvider.dll�.LegalCopyright� Microsoft Corporation. All rights reserved.XOriginalFilenameImagingProvider.dll.muij%ProductNameMicrosoft� Windows� Operating SystemDProductVersion10.0.26100.7019DVarFileInfo$Translation�PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADD

Anon7 - 2021