Skip to content

Instantly share code, notes, and snippets.

@fmarot
Created July 5, 2024 16:41
Show Gist options
  • Save fmarot/4c0f6e424461042ae7d4e805860eb7ed to your computer and use it in GitHub Desktop.
Save fmarot/4c0f6e424461042ae7d4e805860eb7ed to your computer and use it in GitHub Desktop.
a simple Windows Sandbox file
<Configuration>
<!--
<VGpu>Disable</VGpu>
-->
<VGpu>Enable</VGpu>
<Networking>Disable</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>C:\Users\francois.marot\Downloads</HostFolder>
<SandboxFolder>C:\Host-Downloads</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<MemoryInMB>8000</MemoryInMB>
<ClipboardRedirection>Default</ClipboardRedirection>
<LogonCommand>
<Command>explorer.exe C:\</Command>
</LogonCommand>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment