mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 22:28:31 +00:00
18 lines
575 B
Markdown
18 lines
575 B
Markdown
---
|
|
title: "Windows Subsystem for Linux"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=51}
|
|
"WPFFeaturewsl": {
|
|
"Content": "Windows Subsystem for Linux",
|
|
"Description": "Windows Subsystem for Linux is an optional feature of Windows that allows Linux programs to run natively on Windows without the need for a separate virtual machine or dual booting.",
|
|
"category": "Features",
|
|
"panel": "1",
|
|
"feature": [
|
|
"VirtualMachinePlatform",
|
|
"Microsoft-Windows-Subsystem-Linux"
|
|
],
|
|
"InvokeScript": [],
|
|
```
|