Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by github.com #
 
PREVIOUS NEXT
Tagged: #Required #Windows #enabled #Containers
ADD COMMENT
Topic
Name
8+5 =