mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 14:48:31 +00:00
19 lines
597 B
Markdown
19 lines
597 B
Markdown
---
|
|
title: "Windows Subsystem for Linux"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=44}
|
|
"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",
|
|
"Order": "a020_",
|
|
"feature": [
|
|
"VirtualMachinePlatform",
|
|
"Microsoft-Windows-Subsystem-Linux"
|
|
],
|
|
"InvokeScript": [],
|
|
```
|