Horje
Required Windows feature(s) not enabled : Hyper-V and Containers Code Example
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: github.com




Shell

Related
activate venv linux Code Example activate venv linux Code Example
delete last commit from remote repo Code Example delete last commit from remote repo Code Example
bash get path of script Code Example bash get path of script Code Example
check directory size Code Example check directory size Code Example
change user linux Code Example change user linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11