CompatProvider.dll.mui DISM 兼容提供程序 020c374cde97fa541c1da7a5a03df655

File info

File name: CompatProvider.dll.mui
Size: 8704 byte
MD5: 020c374cde97fa541c1da7a5a03df655
SHA1: ef77a1cc8cc61ee9b0a7f6a608977145db1bc718
SHA256: aeef39f2168f58ab5c91193e021a95e9c5b6c9fd9e64a8ab01029d4fee3c377a
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
1000DownlevelTopLevelHelp DownlevelTopLevelHelp
1101DownlevelCommands DownlevelCommands
1102有关可用的下层命令的信息 Information on the available downlevel commands
1103以下命令可以用来服务指定的映像。
The following commands may be used to service the specified image.
1104
若要获得这些服务命令及其参数的详细信息,请在紧挨着 /? 之前指定一个命令。

示例:
DISM.exe /Image:C:\test\offline /Apply-Unattend /?
DISM.exe /Image:C:\test\offline /Add-Package /?



For more information about these servicing commands and their arguments,
specify a command immediately before /?.

Examples:
DISM.exe /Image:C:\test\offline /Apply-Unattend /?
DISM.exe /Image:C:\test\offline /Add-Package /?


1105Apply-Unattend Apply-Unattend
1106将无人参与文件应用于映像。 Applies an unattend file to an image.
1107
/Apply-Unattend:

将 unattend.xml 文件应用于脱机映像。

示例:
DISM.exe /Image:C:\test\offline /Apply-Unattend:C:\unattend.xml


/Apply-Unattend:

Applies an unattend.xml file to the offline image.

Example:
DISM.exe /Image:C:\test\offline /Apply-Unattend:C:\unattend.xml

1108Disable-Feature Disable-Feature
1109禁用映像中的特定功能。 Disables a specific feature in the image.
1110
/Disable-Feature /FeatureName: [/PackageName:]

禁用映像中的指定功能。如果未指定程序包名称,则使用 Windows Foundation 程序包。

示例:
DISM.exe /Image:C:\test\offline /Disable-Feature /FeatureName:Hearts

DISM.exe /Image:C:\test\offline /Disable-Feature
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0


/Disable-Feature /FeatureName: [/PackageName:]

Disables the specified feature in the image. If the package name is not
specified, the Windows Foundation package is assumed.

Examples:
DISM.exe /Image:C:\test\offline /Disable-Feature /FeatureName:Hearts

DISM.exe /Image:C:\test\offline /Disable-Feature
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0

1111Enable-Feature Enable-Feature
1112启用映像中的特定功能。 Enables a specific feature in the image.
1113
/Enable-Feature /FeatureName: [/PackageName:]

启用映像中的指定功能。如果未指定程序包名称,则使用 Windows Foundation 程序包。

示例:
DISM.exe /Image:C:\test\offline /Enable-Feature /FeatureName:Hearts

DISM.exe /Image:C:\test\offline /Enable-Feature
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0


/Enable-Feature /FeatureName: [/PackageName:]

Enables the specified feature in the image. If the package name is not
specified, the Windows Foundation package is assumed.

Examples:
DISM.exe /Image:C:\test\offline /Enable-Feature /FeatureName:Hearts

DISM.exe /Image:C:\test\offline /Enable-Feature
/PackageName:Microsoft.Windows.Calc.Demo~6595b6144ccf1df~x86~en~1.0.0.0

1114Remove-Package Remove-Package
1115从映像中删除程序包。 Removes packages from the image.
1116
/Remove-Package {/PackagePath: | /PackageName:}

如果未执行联机、未处理的挂起操作时,则卸载指定的程序包。
如果联机操作挂起,则资源仍位于映像中并且程序包状态设置为“请求的卸载”。
必须启动映像以处理挂起的操作,才能删除程序包。

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


/Remove-Package {/PackagePath: | /PackageName:}

Uninstalls the specified package(s) 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.

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

1117Add-Package Add-Package
1118向映像中添加程序包。 Adds packages to the image.
1119
/Add-Package /PackagePath:

在映像中安装指定的 .cab 程序包。可以在一个命令行上添加多个程序包。
/PackagePath 可以指向 .cab 文件或文件夹。

示例:
DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\test\packages

DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\test\packages\package.cab


/Add-Package /PackagePath:

Installs a specified .cab package in the image. Multiple packages can be
added on one command line.
/PackagePath can point to either a .cab file or a folder.

Examples:
DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\test\packages

DISM.exe /Image:C:\test\offline /Add-Package
/PackagePath:C:\test\packages\package.cab

0x1CompatProvider CompatProvider
0xC15503E8未在此上下文中识别出 %1 选项。有关详细信息,请参阅帮助。 The %1 option is not recognized in this context.For more information, refer to the help.
0xC15503F2%1 选项必须出现在命令行上,位于该选项的参数之前。有关详细信息,请参阅 %1 选项的帮助。 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.
0xC15503FC%1 选项缺少参数。有关详细信息,请参阅帮助。 The %1 option is missing an argument.For more information, refer to the help.
0xC1550410%1 选项对于该命令无效。有关详细信息,请参阅帮助。 The %1 option is not valid with this command.For more information, refer to the help.
0xC155041A%1 选项不带参数。请重新输入不带参数的命令。 The %1 option does not take an argument.Re-enter the command without the argument.
0xC1550424使用该命令时,不要同时指定 /PackagePath 和 /PackageName 选项。请重新输入该命令,仅指定这些选项之一。 When using this command, do not specify both the /PackagePath and /PackageName options. Re-enter the command, specifying only one of these options.
0xC155042E该命令要求指定 /PackagePath 或 /PackageName 选项。请重新输入该命令,指定这些选项之一。 This command requires that either the /PackagePath or /PackageName options be specified.Re-enter the command, specifying one of these options.
0xC1550438该命令要求指定 /FeatureName 选项。请重新输入该命令,指定 /FeatureName 选项。 This command requires that the /FeatureName option be specified.Re-enter the command, specifying the /FeatureName option.
0xC1550442处理 %1 时出错。找不到指定的路径。确保该参数有效并且该路径存在。 An error occurred while processing %1. The specified path was not found. Ensure that the argument is valid and that the path exists.
0xC1550443处理该命令时出错。有关详细信息,请查看日志文件。 An error occurred while processing the command.For more information, review the log files.
0xC1550444对此目标映像运行 DISM.exe 时,指定的命令未知或者不受支持。有关详细信息,请参阅 Windows 自动安装工具包(Windows-AIK)或 Windows OEM 预安装工具包(OPK)中的帮助文档。 The command specified is unknown or not supported when running DISM.exe against this target image. For more information, see the Help documentation available in the Windows Automated Installation Kit (Windows-AIK) or the Windows OEM Preinstallation Kit (OPK).
0xC15507D0在命令行上只能为 %1 选项指定一个程序包。请重新输入该命令,为 %1 选项指定唯一一个程序包。 Only one package can be specified on the command-line for the %1 option.Re-enter the command specifying only one package for the %1 option.
0xC15507DA无法使用此命令指定多个程序包路径。有关详细信息,请参阅帮助。 Multiple package paths cannot be specified with this command. For more information, refer to the help.
0xC15507E4无法使用此命令指定多个功能参数。有关详细信息,请参阅帮助。 Multiple feature arguments cannot be specified with this command. For more information, refer to the help.
0xC15507EE不支持从 Windows-In-Windows 64 位(WOW64)主机环境执行该操作,并且可能引起意外问题。请从 32 位主机环境或与你正在服务的映像体系结构相匹配的主机环境重试该操作。 Performing this operation from a Windows-In-Windows 64-bit (WOW64) host environment is not supported and may cause unexpected problems.Try the operation from a 32-bit host environment or from a host environment that matches the architecture of the image you are servicing.

EXIF

File Name:CompatProvider.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..providers.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_e19d05d3887c5ba4\
File Size:8.5 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:8192
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:CompatProvider.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:CompatProvider.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 CompatProvider.dll.mui?

CompatProvider.dll.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file CompatProvider.dll (DISM 兼容提供程序).

File version info

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