Próbuję zainstalować podsystem Windows dla systemu Linux na moim komputerze z systemem Windows 7, postępując zgodnie z instrukcjami przedstawionymi w ta dokumentacja .
Pierwszy krok mówi o uruchomieniu polecenia
> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Jednak mój komputer nie rozpoznaje Enable-WindowsOptionalFeature
dowództwo.
PS C:\> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Enable-WindowsOptionalFeature : The term 'Enable-WindowsOptionalFeature' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows- ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Enable-WindowsOptionalFeature:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
- Dlaczego moja maszyna nie rozpoznaje
Enable-WindowsOptionalFeature
- Jak mogę przystąpić do instalacji podsystemu Windows dla systemu Linux?
Enable-WindowsOptionalFeature
może być obsługiwany tylko wtedy, gdy używasz Windows Server 2012+ lub Windows 8+ funkcji WindowsMicrosoft-Windows-Subsystem-Linux
można włączyć tylko w systemie Windows 10 wersja 1607+.