Hyper-V - Enable
config/feature.json
24 "WPFFeatureshyperv": {
25 "Content": "Hyper-V - Enable",
26 "Description": "Hyper-V is a hardware virtualization product developed by Microsoft that allows users to create and manage virtual machines.",
27 "category": "Features",
28 "panel": "1",
29 "feature": [
30 "Microsoft-Hyper-V-All"
31 ],
32 "InvokeScript": [
33 "bcdedit /set hypervisorschedulertype classic"
34 ],