Skip to content

Instantly share code, notes, and snippets.

@bricelam
Last active March 23, 2023 01:53
Show Gist options
  • Save bricelam/ca23d051c8eeef1de1e1bef737cc1393 to your computer and use it in GitHub Desktop.
Save bricelam/ca23d051c8eeef1de1e1bef737cc1393 to your computer and use it in GitHub Desktop.
A Windows Sandbox configuration for your Downloads folder
<Configuration>
<vGPU>Enable</vGPU>
<Networking>Disable</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>%USERPROFILE%\Downloads</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Downloads</SandboxFolder>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>explorer C:\Users\WDAGUtilityAccount\Downloads</Command>
</LogonCommand>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment