使用最新的
Windows 10 Fast Ring build 14316(在VMware虚拟机内部),我正在尝试使
Desktop App Converter功能正常工作.
@H_403_24@解决方法
按照建议运行PowerShell脚本时:
PS C:\> .\DesktopAppConverter.ps1 -Setup -BaseImage .\BaseImage-14316.wim
我收到一个错误:
Assert-requiredFeatureEnabled: fatal error 1000: required feature is not installed or enabled. Please refer to machine setup instructions.
In C:\MyPath\DesktopAppConverter\converter_util\EnvironmentAssertions.ps1:40 Zeichen:9
在查看上述源代码时,似乎此行失败:
$feature = Get-WindowsOptionalFeature -Online -FeatureName "Containers"
我已经尝试启用各种Windows功能但没有成功.
我的问题:
什么是“容器”功能以及如何启用它?
https://msdn.microsoft.com/windows/uwp/porting/desktop-to-uwp-run-desktop-app-converter
支持的操作系统
支持的操作系统
Windows 10周年更新企业版预览版(Build 10.0.14316.0及更高版本)