ImagingProvider.dll.mui DISM 通用映像处理提供程序 d1c487d88f63a98a1e943658fd3f8b41

File info

File name: ImagingProvider.dll.mui
Size: 13312 byte
MD5: d1c487d88f63a98a1e943658fd3f8b41
SHA1: cf45b1d48b6041ec6ba81772f8c4757b880c9deb
SHA256: 6bd2eaa7aa9369ac2d7d3343a66fd4e5e1ae91111981266fafb11ed35b91043e
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Simplified) English
101映像详细信息: %1

Details for image : %1

102索引: %1!d!
名称: %2
描述: %3
Index : %1!d!
Name : %2
Description : %3
103大小: %1 字节
Size : %1 bytes
104装载的映像:

Mounted images:

105装载目录: %1
映像文件: %2
映像索引: %3!d!
装载的读/写: %4
状态: %5

Mount Dir : %1
Image File : %2
Image Index : %3!d!
Mounted Read/Write : %4
Status : %5

106
找不到装载的映像。


No mounted images found.

110 Yes
111 No
112确定 Ok
113需要重新装载 Needs Remount
118无效 Invalid
130体系结构: x86
Architecture : x86
131体系结构: x64
Architecture : x64
132体系结构: ia64
Architecture : ia64
133体系结构: 未知
Architecture : Unknown
134体系结构: %1
Architecture : %1
135HAL: %1
Hal : %1
136版本: %1.%2.%3
Version : %1.%2.%3
137版本: %1
Version : %1
138ServicePack 内部版本: %1
ServicePack Build : %1
139ServicePack 级别: %1
ServicePack Level : %1
141安装: %1
Installation : %1
142ProductType: %1
ProductType : %1
143ProductSuite: %1
ProductSuite : %1
144系统根目录: %1
System Root : %1
145目录: %1
Directories : %1
146文件: %1
Files : %1
147创建时间: %1 - %2
Created : %1 - %2
148创建时间: %1
Created : %1
149修改时间: %1 - %2
Modified : %1 - %2
150修改时间: %1
Modified : %1
151语言:
Languages :
152语言: %1
Languages : %1
153%1
%1
154%1 (默认)
%1 (Default)
158
159

162体系结构: ARM
Architecture : arm
163WIM 可引导: %1
WIM Bootable : %1
164体系结构: arm64
Architecture : arm64
1000LocalTopLevelHelp LocalTopLevelHelp
1101ImagingCommands ImagingCommands
1102有关可用映像处理命令的信息。 Information on the available imaging commands.
1103通用映像处理命令:
GENERIC IMAGING COMMANDS:
1104Mount-Image Mount-Image
1105从 WIM 或 VHD 文件装载映像。 Mounts an image from a WIM or VHD file.
1106
/Mount-Image /ImageFile:
{/Index: | /Name:}
/MountDir: [/ReadOnly] [/Optimize] [/CheckIntegrity]

将映像安装到指定的目录,
以便可用于提供服务。
使用 /Optimize 可在安装映像时缩短初始安装时间。
使用 /CheckIntegrity 可在检测到 WIM 文件损坏时停止操作。
使用 /ReadOnly 将安装的映像设置为只读权限。

示例:
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


/Mount-Image /ImageFile:
{/Index: | /Name:}
/MountDir: [/ReadOnly] [/Optimize] [/CheckIntegrity]

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.

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

1107Unmount-Image Unmount-Image
1108卸载已装载的 WIM 或 VHD 映像。 Unmounts a mounted WIM or VHD image.
1109
/Unmount-Image /MountDir: {/Discard |
/Commit [/Append] [/CheckIntegrity]}

卸载 WIM 或 VHD。可以使用 /Commit 保存更改或使用 /Discard
放弃更改。
使用 /CheckIntegrity 可检测和跟踪 WIM 文件损坏。
使用 /Append 可将映像添加到现有 .wim 文件。

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


/Unmount-Image /MountDir: {/Discard |
/Commit [/Append] [/CheckIntegrity]}

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.

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

1110Get-ImageInfo Get-ImageInfo
1111显示有关 WIM 或 VHD 文件中映像的
信息。
Displays information about images in a WIM or VHD
file.
1112
/Get-ImageInfo /ImageFile: [/Index: | /Name:]

显示有关指定的 WIM 或 VHD 文件中包含的映像的
信息。

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


/Get-ImageInfo /ImageFile: [/Index: | /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

1113Get-MountedImageInfo Get-MountedImageInfo
1114显示有关安装的 WIM 和 VHD 映像的
信息。
Displays information about mounted WIM and VHD
images.
1115
/Get-MountedImageInfo

显示有关装载的映像的信息,包括映像是否可用于提供服务、是否需要重新装载
或者是否为无效映像。

示例:
DISM.exe /Get-MountedImageInfo


/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

1116Commit-Image Commit-Image
1117保存对装载的 WIM 或 VHD 映像的更改。 Saves changes to a mounted WIM or VHD image.
1118
/Commit-Image /MountDir: [/Append] [/CheckIntegrity]

将更改应用于装载的映像。在使用 /Unmount-Image 选项之前,
映像一直保持装载。
使用 /Append 将映像添加到现有 .wim 文件。
使用 /CheckIntegrity 检测和跟踪 WIM 文件损坏。

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


/Commit-Image /MountDir: [/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

1119Remount-Image Remount-Image
1120恢复孤立的映像装载目录。 Recovers an orphaned image mount directory.
1121
/Remount-Image /MountDir:

恢复孤立的映像安装目录。

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


/Remount-Image /MountDir:

Recovers an orphaned image mount directory.

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

1122Cleanup-Mountpoints Cleanup-Mountpoints
1123删除与损坏的已安装映像
关联的资源。
Deletes resources associated with corrupted
mounted images.
1124
/Cleanup-Mountpoints

删除与损坏的已安装映像关联的资源。
此命令不会卸载已安装的映像,也不会删除
可使用 /Remount-Image 命令恢复的映像。

示例:
DISM.exe /Cleanup-Mountpoints


/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

1125Apply-Image Apply-Image
1126应用一个映像。 Applies an image.
1127
/Apply-Image /ImageFile: /ApplyDir:
{/Index: | /Name:} [/CheckIntegrity] [/Verify]
[/NoRpFix] [/SWMFile:] [/ConfirmTrustedFile] [/WIMBoot] [/Compact] [/EA]
/Apply-Image /ImageFile: /ApplyDrive:
[/SFUFile:] [/SkipPlatformCheck]

将映像应用于指定的驱动器。
使用 /CheckIntegrity 可在检测到 WIM 文件损坏时停止操作。
使用 /Verify 可查找错误和文件重复情况。
使用 /NoRpFix 可禁用重分析点标记修复。
使用 /SWMFile 可引用拆分的 WIM 文件(SWM)。 是拆分文件的命名
模式和位置。
使用 /ConfirmTrustedFile 可验证受信任桌面的映像。请参阅
http://go.microsoft.com/fwlink/?LinkID=309482 来了解有关
受支持平台的详细信息。
使用 /WIMBoot 可使用 WIMBoot 配置应用映像。
使用 /Compact 可以压缩模式应用映像。
使用 /EA 可应用扩展属性。
使用 /SFUFile 可引用拆分的 FFU 文件(SFU)。 是拆分文件的
命名模式和位置。
如果要应用的 FFU 文件的目标位置是
执行应用程序的计算机以外的设备,请使用 /SkipPlatformCheck。特殊 FFU 文件
是必需的。

示例:
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

DISM.exe /Apply-Image /ImageFile:flash.ffu
/ApplyDrive:\\.\PhysicalDrive0


/Apply-Image /ImageFile: /ApplyDir:
{/Index: | /Name:} [/CheckIntegrity] [/Verify]
[/NoRpFix] [/SWMFile:] [/ConfirmTrustedFile] [/WIMBoot] [/Compact] [/EA]
/Apply-Image /ImageFile: /ApplyDrive:
[/SFUFile:] [/SkipPlatformCheck]

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). is the naming
pattern and location of split files.
Use /ConfirmTrustedFile to validate the image for Trusted Desktop. See
http://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.
Use /SFUFile to reference split FFU files (SFUs). is the naming
pattern and location of split files.
Use /SkipPlatformCheck if the FFU file being applied is targeted for a
device other than the machine performing the application. A special FFU
file is required.

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

DISM.exe /Apply-Image /ImageFile:flash.ffu
/ApplyDrive:\\.\PhysicalDrive0

1128Split-Image Split-Image
1129将现有 .wim 或 .ffu 文件拆分为多个
只读拆分 WIM/FFU 文件。
Splits an existing .wim or .ffu file into multiple
read-only split WIM/FFU files.
1130
/Split-Image
/ImageFile: /SWMFile: /FileSize:
[/CheckIntegrity]
/ImageFile: /SFUFile: /FileSize:
[/CheckIntegrity]

将现有 .wim 或 .ffu 文件拆分为多个只读拆分 WIM 或 FFU 文件。
使用 /FileSize 可为创建的每个文件以兆字节(MB)为单位指定
最大大小。
使用 /CheckIntegrity 可检测和跟踪 WIM 文件损坏。

示例:
DISM.exe /Split-Image /ImageFile:install.wim /SWMFile:split.swm
/FileSize:650

DISM.exe /Split-Image /ImageFile:flash.ffu /SFUFile:flash.sfu
/FileSize:650


/Split-Image
/ImageFile: /SWMFile: /FileSize:
[/CheckIntegrity]
/ImageFile: /SFUFile: /FileSize:
[/CheckIntegrity]

Splits an existing .wim or .ffu file into multiple read-only split WIM or FFU 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

DISM.exe /Split-Image /ImageFile:flash.ffu /SFUFile:flash.sfu
/FileSize:650

0x1ImagingProvider ImagingProvider
0x81560102VHD 操作不支持 /Optimize 或 /CheckIntegrity 参数。已忽略不受支持的参数。有关详细信息,请参阅帮助。 VHD operations do not support the /Optimize or /CheckIntegrity arguments.The unsupported arguments were ignored. For more information, refer to the help.
0xC1560100在此上下文中不识别 /%1 选项。有关详细信息,请参阅帮助。 The /%1 option is not recognized in this context.For more information, refer to the help.
0xC1560102/%1!s! 选项不使用参数。请在不使用参数的情况下重试此命令。有关详细信息,请参阅帮助。 The /%1!s! option does not take arguments. Try the command again without the argument. For more information, refer to the help.
0xC1560107命令行缺少 /%1 选项。有关详细信息,请参阅帮助。 The command-line is missing the /%1 option.For more information, refer to the help.
0xC1560108不能在命令行上同时使用 /%1 和 /%2 选项。有关详细信息,请参阅帮助。 The /%1 and /%2 options cannot be used together on the command-line.For more information, refer to the help.
0xC1560109命令行中缺少所需的选项。确保指定了 /%1 或 /%2。 A required option is missing from the command-line.Ensure that /%1 or /%2 is specified.
0xC156010F/%1 选项缺少参数。有关详细信息,请参阅帮助。 The /%1 option is missing an argument.For more information, refer to the help.
0xC1560110该命令不支持使用 /Format 选项指定的参数。有关有效语法的详细信息,请参阅帮助。 The argument specified with the /Format option is not supported with this command.For more information about valid syntax, refer to the help.
0xC1560111指定的映像容器中不存在指定的映像。请首先检查映像容器中的现有映像。 The specified image does not exist in the specified image container.Check the image container first for existing images.
0xC1560112此版本的 Windows 不支持 VHDX 映像。 VHDX images are not supported in this version of Windows.

EXIF

File Name:ImagingProvider.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_e19d05d3887c5ba4\
File Size:13 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:12800
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:DISM 通用映像处理提供程序
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:ImagingProvider.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:ImagingProvider.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\zh-cn\
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_857e6a4fd01eea6e\

What is ImagingProvider.dll.mui?

ImagingProvider.dll.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file ImagingProvider.dll (DISM 通用映像处理提供程序).

File version info

File Description:DISM 通用映像处理提供程序
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:ImagingProvider.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:ImagingProvider.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x804, 1200