File name: | CompatProvider.dll.mui |
Size: | 10240 byte |
MD5: | c569ca92b4eaebcbc6124d8969a0a674 |
SHA1: | ca0040b72a737200c15e075a522d06893850368c |
SHA256: | e5c80c1dc1fd90c95865d9ad80bca7da7ad891de3443ece851cdf1d9460092f7 |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in Japanese 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 | Japanese | English |
---|---|---|
1000 | DownlevelTopLevelHelp | DownlevelTopLevelHelp |
1101 | DownlevelCommands | 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 /? |
1105 | Apply-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 |
1108 | Disable-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 |
1111 | Enable-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 |
1114 | Remove-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 |
1117 | Add-Package | Add-Package |
1118 | パッケージをイメージに追加します。 | Adds packages to the image. |
1119 | /Add-Package /PackagePath: イメージ内の指定された .cab パッケージをインストールします。1 つのコマンド ラインで複数のパッケージを追加できます。/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 |
0x1 | CompatProvider | 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 つのパッケージしか指定できません。%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 | 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. |
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: | 0x411, 1200 |