如何启用Windows 10“容器”function?

使用最新的Windows 10 Fast Ring build 14316(在VMware虚拟机内),我正在努力使桌面应用转换器function正常工作。

按照建议运行PowerShell脚本时:

PS C:\> .\DesktopAppConverter.ps1 -Setup -BaseImage .\BaseImage-14316.wim 

我收到一个错误:

Assert-RequiredFeatureEnabled:致命错误1000:未安装或启用所需function。 请参阅机器设置说明。
在C:\ MyPath \ DesktopAppConverter \ converter_util \ EnvironmentAssertions.ps1:40 Zeichen:9

在查看上述源代码时,似乎此行失败:

 $feature = Get-WindowsOptionalFeature -Online -FeatureName "Containers" 

我已经尝试启用各种Windowsfunction但没有成功。

我的问题:

什么是“容器”function以及如何启用它?

https://msdn.microsoft.com/windows/uwp/porting/desktop-to-uwp-run-desktop-app-converter支持的操作系统

Windows 10周年更新企业版预览版(Build 10.0.14316.0及更高版本)

现在,您需要启用“获取内部预览版本”。

它在哪里: 在此处输入图像描述

容器是仅在Windows Server中运行的Hyper-V的一部分。 我认为它们不适用于Windows 10操作系统。

请参阅此处以供参考 。