https://github.com/mlocati/windows-sandbox-configuration-schema
An XML Schema that helps you configuring Windows Sandbox via .wsb files
https://github.com/mlocati/windows-sandbox-configuration-schema
Last synced: about 2 months ago
JSON representation
An XML Schema that helps you configuring Windows Sandbox via .wsb files
- Host: GitHub
- URL: https://github.com/mlocati/windows-sandbox-configuration-schema
- Owner: mlocati
- License: mit
- Created: 2024-09-13T08:31:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:42:03.000Z (8 months ago)
- Last Synced: 2025-03-15T18:55:11.493Z (about 2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Configuring Windows Sandbox
Microsoft Windows comes with [Sandbox](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview), a really useful tool that helps you test something on Windows in an isolated environment.
You can configure Sandbox by launching it with a configuration file, which is an XML file with the `.wsb` file extension.
This repository contains an XML Schema that assists you creating such `.wsb` files.
Simply create a file with this content:
```xml
```
If you edit that file with a editor that understands XML and XSD (for example, Visual Studio Code), it will suggest you all the possible configuration values [accordingly to the documentation](https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-configure-using-wsb-file).
## Do you really want to say thank you?
You can offer me a [monthly coffee](https://github.com/sponsors/mlocati) or a [one-time coffee](https://paypal.me/mlocati) :wink: