
cmdlet을 통해 무엇이든 설치하면 Add-AppxPackage
오류가 발생합니다.
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be
registered.
error 0x80040154: Cannot register the request because the following error was
encountered while initializing the windows.capability extension: Class not registered
.
NOTE: For additional information, look for [ActivityId]
66806e04-39e0-0000-bb37-17e40d75d901 in the Event Log or use the command line
Get-AppPackageLog -ActivityID 66806e04-39e0-0000-bb37-17e40d75d901
At line:1 char:1
+ Add-AppxPackage .\Microsoft.VCLibs.x64.14.00.Desktop.appx
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Users\Admin\...00.Desktop.appx:String) [Ad
d-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Comm
ands.AddAppxPackageCommand
이 메시지는 appx 패키지의 <windows.capability>
매니페스트 xml에 섹션이 있지만 관련 핸들러가 등록되지 않았다고 말하는 것 같습니다.
어떻게 해야 하나요? 어떡해?