mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 06:38:31 +00:00
19 lines
525 B
Markdown
19 lines
525 B
Markdown
---
|
|
title: "HyperV Virtualization"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=14}
|
|
"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",
|
|
"feature": [
|
|
"Microsoft-Hyper-V-All"
|
|
],
|
|
"InvokeScript": [
|
|
"bcdedit /set hypervisorschedulertype classic"
|
|
],
|
|
```
|