HyperV Virtualization
config/feature.json
14 "WPFFeatureshyperv": {
15 "Content": "HyperV Virtualization",
16 "Description": "Hyper-V is a hardware virtualization product developed by Microsoft that allows users to create and manage virtual machines.",
17 "category": "Features",
18 "panel": "1",
19 "feature": [
20 "Microsoft-Hyper-V-All"
21 ],
22 "InvokeScript": [
23 "bcdedit /set hypervisorschedulertype classic"
24 ],