File name: | CompatProvider.dll.mui |
Size: | 9728 byte |
MD5: | a99159bd17b5c4f55dffd2bd83c5bead |
SHA1: | 8fd009964604b4c78d64661a899540d601c76eaf |
SHA256: | c97f04677e6ea8fbcef6d992bac70868d12790f0a8b5e3c6bc394a84c9f3addd |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in Korean 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 | Korean | English |
---|---|---|
1000 | DownlevelTopLevelHelp | DownlevelTopLevelHelp |
1101 | DownlevelCommands | DownlevelCommands |
1102 | 사용 가능한 downlevel 명령에 대한 정보 | 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 패키지를 이미지에서 설치합니다. 명령줄에 패키지를 여러 개 추가할 수 있습니다. /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 AIK(Windows 자동 설치 키트) 또는 Windows OPK(OEM 사전 설치 키트)에 제공되는 도움말 문서를 참조하십시오. | 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 | WOW64(Windows-In-Windows 64비트) 호스트 환경에서 이 작업을 수행하는 것은 지원되지 않으므로 예기치 않은 문제가 발생할 수 있습니다.서비스 중인 이미지의 아키텍처와 일치하는 호스트 환경 또는 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: | 0x412, 1200 |