mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 22:58:32 +00:00
16 lines
465 B
Markdown
16 lines
465 B
Markdown
---
|
|
title: "Windows Sandbox"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=111}
|
|
"WPFFeaturesSandbox": {
|
|
"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"
|
|
],
|
|
```
|