Forum Discussion
marty5
Aug 11, 2025Brass Contributor
Minor Improvement for v2
You might receive the below error during installation
System.Management.Automation.RuntimeException: WSL MCC setup requires Hyper-V to be installed on this machine, please install Hyper-V and re-run installation : Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
The suggested fix only applies to Windows 11 installations. Windows server installs require the below command. All of this info is listed in the prerequisites but it might catch some people out.
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools
No RepliesBe the first to reply