diff --git a/config/feature.json b/config/feature.json index bd25e002..443b07f8 100644 --- a/config/feature.json +++ b/config/feature.json @@ -19,17 +19,10 @@ "panel": "1", "Order": "a011_", "feature": [ - "HypervisorPlatform", - "Microsoft-Hyper-V-All", - "Microsoft-Hyper-V", - "Microsoft-Hyper-V-Tools-All", - "Microsoft-Hyper-V-Management-PowerShell", - "Microsoft-Hyper-V-Hypervisor", - "Microsoft-Hyper-V-Services", - "Microsoft-Hyper-V-Management-Clients" + "Microsoft-Hyper-V-All" ], "InvokeScript": [ - "Start-Process -FilePath cmd.exe -ArgumentList '/c bcdedit /set hypervisorschedulertype classic' -Wait" + "bcdedit /set hypervisorschedulertype classic" ], "link": "https://winutil.christitus.com/dev/features/features/hyperv" },