Files
winutil/docs/content/dev/features/Features/wsl.md
T

18 lines
575 B
Markdown
Raw Normal View History

2026-02-10 19:49:36 +00:00
---
title: "Windows Subsystem for Linux"
description: ""
---
2026-02-18 12:37:09 -06:00
2026-04-02 15:17:58 -05:00
```json {filename="config/feature.json",linenos=inline,linenostart=51}
"WPFFeaturewsl": {
2026-01-14 20:28:45 +02:00
"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": [],
2026-01-07 19:55:35 +00:00
```