Skip to content

Instantly share code, notes, and snippets.

@ricardojba
Created March 25, 2021 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardojba/5c2d4094df8aabce6a91fa5e526eecf2 to your computer and use it in GitHub Desktop.
Save ricardojba/5c2d4094df8aabce6a91fa5e526eecf2 to your computer and use it in GitHub Desktop.
Windows Sandbox Config
<!-- https://github.com/ealtili/Blog/blob/master/WindowsSandbox.md -->
<!-- https://github.com/microsoft/Windows-Sandbox-Utilities -->
<!-- https://github.com/damienvanrobaeys/Run-in-Sandbox -->
<!-- http://www.systanddeploy.com/2019/06/run-file-in-windows-sandbox-from-right.html -->
<!-- http://www.systanddeploy.com/2019/07/windows-sandbox-editor-update.html -->
<Configuration>
<VGpu>Default</VGpu>
<Networking>Default</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>C:\Users\vibrio\Desktop</HostFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>explorer.exe C:\users\WDAGUtilityAccount\Desktop\Desktop</Command>
</LogonCommand>
<!-- If this value is set, the sandbox runs with extra security mitigations enabled -->
<!-- This setting may restrict the user's ability to copy/paste in/out sandbox -->
<ProtectedClient>Disable</ProtectedClient>
<!-- -->
<VideoInput>Default</VideoInput>
<AudioInput>Default</AudioInput>
<PrinterRedirection>Default</PrinterRedirection>
<ClipboardRedirection>Default</ClipboardRedirection>
<!-- <MemoryInMB>value</MemoryInMB> -->
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment