加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

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

发布时间:2020-12-15 08:48:36 所属栏目:百科 来源:网络整理
导读:使用最新的 Windows 10 Fast Ring build 14316(在VMware虚拟机内部),我正在尝试使 Desktop App Converter功能正常工作. 按照建议运行PowerShell脚本时: PS C: .DesktopAppConverter.ps1 -Setup -BaseImage .BaseImage-14316.wim 我收到一个错误: Assert
使用最新的 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:MyPathDesktopAppConverterconverter_utilEnvironmentAssertions.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及更高版本)

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读