Update-WPFFeatureshyperv (#3834)

* Update WPFFeatureshyperv

* Update feature.json

---------

Co-authored-by: Gabynun <218829269+Gabynun@users.noreply.github.com>
This commit is contained in:
Gabi
2026-01-07 22:58:12 +02:00
committed by GitHub
parent 927fe24415
commit cd3fc2b698

View File

@@ -19,17 +19,10 @@
"panel": "1", "panel": "1",
"Order": "a011_", "Order": "a011_",
"feature": [ "feature": [
"HypervisorPlatform", "Microsoft-Hyper-V-All"
"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"
], ],
"InvokeScript": [ "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" "link": "https://winutil.christitus.com/dev/features/features/hyperv"
}, },