Answers for "Required Windows feature(s) not enabled : Hyper-V and Containers"

1

Required Windows feature(s) not enabled : Hyper-V and Containers

Disable-WindowsOptionalFeature -FeatureName microsoft-hyper-v -online
restart-computer
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
restart-computer
Enable-WindowsOptionalFeature -Online -FeatureName Containers -All
Posted by: Guest on February-18-2020

Code answers related to "Required Windows feature(s) not enabled : Hyper-V and Containers"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language