File name: | CompatProvider.dll.mui |
Size: | 14336 byte |
MD5: | d0c8d191d43062ea6e42dba1d8c93629 |
SHA1: | 11fcb3d51be3a5e726334d33925ab7cc60c2418e |
SHA256: | 6bfeaaca3888645d49695a4103b753febe695a31b41504fab53d046d9614542e |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in German 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 | German | English |
---|---|---|
1000 | DownlevelTopLevelHelp | DownlevelTopLevelHelp |
1101 | DownlevelCommands | DownlevelCommands |
1102 | Informationen zu den verfügbaren Befehlen für Vorgängerversionen | Information on the available downlevel commands |
1103 | Die folgenden Befehle können zur Wartung des angegebenen Abbilds verwendet werden. |
The following commands may be used to service the specified image. |
1104 | Um weitere Informationen zu diesen Wartungsbefehlen und den zugehörigen Argumenten anzuzeigen, geben Sie einen Befehl direkt vor "/?" ein. Beispiele: 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 | Wendet eine Datei für unbeaufsichtigte Installation auf ein Abbild an. | Applies an unattend file to an image. |
1107 | /Apply-Unattend: Wendet eine Datei für unbeaufsichtigte Installation auf das Offlineabbild an. Beispiel: 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 | Deaktiviert ein bestimmtes Feature im Abbild. | Disables a specific feature in the image. |
1110 | /Disable-Feature /FeatureName: [/PackageName:] Deaktiviert das angegebene Feature im Abbild. Wird der Paketname nicht angegeben, wird davon ausgegangen, dass es sich um das Windows Foundation- Paket handelt. Beispiele: 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 | Aktiviert ein bestimmtes Feature im Abbild. | Enables a specific feature in the image. |
1113 | /Enable-Feature /FeatureName: [/PackageName:] Aktiviert das angegebene Feature im Abbild. Wird der Paketname nicht angegeben, wird davon ausgegangen, dass es sich um das Windows Foundation- Paket handelt. Beispiele: 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 | Entfernt Pakete aus dem Abbild. | Removes packages from the image. |
1116 | /Remove-Package {/PackagePath: | /PackageName:} Deinstalliert die angegebenen Pakete, sofern keine nicht verarbeiteten Onlineaktionen ausstehen. Wenn Onlineaktionen ausstehen, verbleiben die Ressourcen im Abbild, und der Paketstatus wird auf "Deinstallation angefordert" festgelegt. Bevor das Paket entfernt werden kann, muss das Abbild gestartet werden, um ausstehende Aktionen zu verarbeiten. Beispiele: 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 | Fügt dem Abbild Pakete hinzu. | Adds packages to the image. |
1119 | /Add-Package /PackagePath: Installiert ein angegebenes CAB-Paket im Abbild. In einer Befehlszeile können mehrere Pakete hinzugefügt werden. "/PackagePath" kann auf eine CAB-Datei oder einen Ordner verweisen. Beispiele: 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 | Die Option \"%1\" wird in diesem Kontext nicht erkannt.Weitere Informationen finden Sie in der Hilfe. | The %1 option is not recognized in this context.For more information, refer to the help. |
0xC15503F2 | Die Option \"%1\" muss in der Befehlszeile vor den Argumenten für diese Option erscheinen.Weitere Informationen finden Sie in der Hilfe für die Option \"%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 | Für die Option \"%1\" fehlt ein Argument.Weitere Informationen finden Sie in der Hilfe. | The %1 option is missing an argument.For more information, refer to the help. |
0xC1550410 | Die Option \"%1\" ist bei diesem Befehl nicht gültig.Weitere Informationen finden Sie in der Hilfe. | The %1 option is not valid with this command.For more information, refer to the help. |
0xC155041A | Für die Option \"%1\" kann kein Argument angegeben werden.Geben Sie den Befehl erneut ohne Argument ein. | The %1 option does not take an argument.Re-enter the command without the argument. |
0xC1550424 | Für diesen Befehl dürfen die Optionen \"/PackagePath\" oder \"/PackageName\" nicht beide angegeben werden.Geben Sie diesen Befehl unter Angabe einer dieser Optionen erneut ein. | When using this command, do not specify both the /PackagePath and /PackageName options. Re-enter the command, specifying only one of these options. |
0xC155042E | Für diesen Befehl muss entweder die Option \"/PackagePath\" oder \"/PackageName\" angegeben werden.Geben Sie diesen Befehl unter Angabe einer dieser Optionen erneut ein. | This command requires that either the /PackagePath or /PackageName options be specified.Re-enter the command, specifying one of these options. |
0xC1550438 | Für diesen Befehl muss die Option \"/FeatureName\" angegeben werden.Geben Sie den Befehl unter Angabe der Option \"/FeatureName\" erneut ein. | This command requires that the /FeatureName option be specified.Re-enter the command, specifying the /FeatureName option. |
0xC1550442 | Fehler beim Verarbeiten von %1. Der angegebene Pfad wurde nicht gefunden. Stellen Sie sicher, dass das Argument gültig und der Pfad vorhanden ist. | An error occurred while processing %1. The specified path was not found. Ensure that the argument is valid and that the path exists. |
0xC1550443 | Fehler beim Verarbeiten des Befehls. Weitere Informationen finden Sie in den Protokolldateien. | An error occurred while processing the command.For more information, review the log files. |
0xC1550444 | Der angegebene Befehl ist unbekannt oder wird bei der Ausführung von \"DISM.exe\" für dieses Zielimage nicht unterstützt. Weitere Informationen finden Sie in der Hilfedokumentation, die im Windows Automated Installation Kit (Windows-AIK) oder im Windows OEM Preinstallation Kit (OPK) verfügbar ist. | 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 | In der Befehlszeile für die Option \"%1\" kann nur ein Paket angegeben werden.Geben Sie den Befehl unter Angabe nur eines Pakets für die Option \"%1\" erneut ein. | 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 | Mit diesem Befehl können nicht mehrere Paketpfade angegeben werden. Weitere Informationen finden Sie in der Hilfe. | Multiple package paths cannot be specified with this command. For more information, refer to the help. |
0xC15507E4 | Mit diesem Befehl können nicht mehrere Featureargumente angegeben werden. Weitere Informationen finden Sie in der Hilfe. | Multiple feature arguments cannot be specified with this command. For more information, refer to the help. |
0xC15507EE | Die Ausführung des Vorgangs von einer WOW64 (Windows-in-Windows 64-Bit)-Hostumgebung wird nicht unterstützt, was zu unerwarteten Problemen führen kann.Wiederholen Sie den Vorgang von einer 32-Bit-Hostumgebung oder von einer Hostumgebung aus, die mit der Architektur des zu verarbeitenden Abbilds übereinstimmt. | 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-kompatibler Anbieter |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | CompatProvider.dll |
Legal Copyright: | © Microsoft Corporation. Alle Rechte vorbehalten. |
Original Filename: | CompatProvider.dll.mui |
Product Name: | Betriebssystem Microsoft® Windows® |
Product Version: | 10.0.15063.0 |
Translation: | 0x407, 1200 |