windows-server-2016 – 功能名称Microsoft-Windows-Subsystem-Linux未知

我试图按照这些说明 https://docs.microsoft.com/en-us/windows/wsl/install-on-server在AWS EC2上的Windows Server 2016上启用linux子系统

这是错误消息:

PS C:\Users\Administrator> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Enable-WindowsOptionalFeature : Feature name Microsoft-Windows-Subsystem-Linux is unkNown.
At line:1 char:1
+ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows- ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Enable-WindowsOptionalFeature],COMException
    + FullyQualifiedErrorId : Microsoft.dism.Commands.EnableWindowsOptionalFeatureCommand

我的Windows服务器是基于AWS ami创建的.

如何判断我的窗口服务器是否支持linux子系统?我能做些什么来启用这个功能吗?

更新:

> systeminfo | Select-String "^OS Name","^OS Version"
OS Name:                   Microsoft Windows Server 2016 Datacenter
OS Version:                10.0.14393 N/A Build 14393
Windows Server 2016无法升级到Windows Server 1709.您将需要不同的AMI.不幸的是,AWS目前不提供此功能.

看到:
https://docs.microsoft.com/en-us/windows-server/get-started/get-started-with-1709

亨宁

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...