mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 22:58:32 +00:00
* updated theme to the latest version * Update en.yaml * removed all the order from the docs * add the store link * update homepage * add filename and line number to all the code blocks and also removed pages * auto pull the code from the json files * Merge branch 'main' into winutil-new-features * the script updated linenostart= * Delete LaptopHibernation.md
19 lines
546 B
Markdown
19 lines
546 B
Markdown
---
|
|
title: "HyperV Virtualization"
|
|
description: ""
|
|
---
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=15}
|
|
"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"
|
|
],
|
|
```
|