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

16 lines
465 B
Markdown
Raw Normal View History

2026-02-10 19:49:36 +00:00
---
title: "Windows Sandbox"
description: ""
---
2026-02-18 12:37:09 -06:00
2026-02-23 18:28:56 -06:00
```json {filename="config/feature.json",linenos=inline,linenostart=111}
"WPFFeaturesSandbox": {
2026-01-14 20:28:45 +02:00
"Content": "Windows Sandbox",
"Description": "Windows Sandbox is a lightweight virtual machine that provides a temporary desktop environment to safely run applications and programs in isolation.",
"category": "Features",
"panel": "1",
"feature": [
"Containers-DisposableClientVM"
],
2026-01-07 19:55:35 +00:00
```