2026-01-07 19:55:35 +00:00
|
|
|
# HyperV Virtualization
|
|
|
|
|
|
|
|
|
|
```json
|
2026-01-14 20:28:45 +02:00
|
|
|
"WPFFeatureshyperv": {
|
|
|
|
|
"Content": "HyperV Virtualization",
|
|
|
|
|
"Description": "Hyper-V is a hardware virtualization product developed by Microsoft that allows users to create and manage virtual machines.",
|
|
|
|
|
"category": "Features",
|
|
|
|
|
"panel": "1",
|
|
|
|
|
"Order": "a011_",
|
|
|
|
|
"feature": [
|
|
|
|
|
"Microsoft-Hyper-V-All"
|
|
|
|
|
],
|
|
|
|
|
"InvokeScript": [
|
|
|
|
|
"bcdedit /set hypervisorschedulertype classic"
|
|
|
|
|
],
|
2026-01-07 19:55:35 +00:00
|
|
|
```
|