From cd3fc2b698604546c2f5466e4df24ed6082418cd Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:58:12 +0200 Subject: [PATCH] Update-WPFFeatureshyperv (#3834) * Update WPFFeatureshyperv * Update feature.json --------- Co-authored-by: Gabynun <218829269+Gabynun@users.noreply.github.com> --- config/feature.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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" },