mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 14:17:27 +00:00
16 lines
433 B
Markdown
16 lines
433 B
Markdown
---
|
|
title: "Hyper-V - Enable"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=24}
|
|
"WPFFeatureshyperv": {
|
|
"Content": "Hyper-V - Enable",
|
|
"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"
|
|
],
|
|
```
|