c# – 如何启用Windows 10“容器”功能?

前端之家收集整理的这篇文章主要介绍了c# – 如何启用Windows 10“容器”功能?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
使用最新的 Windows 10 Fast Ring build 14316(在VMware虚拟机内部),我正在尝试使 Desktop App Converter功能正常工作.

按照建议运行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及更高版本)

原文链接:https://www.f2er.com/csharp/244947.html

猜你在找的C#相关文章