Skip to content

Instantly share code, notes, and snippets.

@st1vms
Created January 25, 2026 18:01
Show Gist options
  • Select an option

  • Save st1vms/aa8a4df7583cb2319919eca52b32df43 to your computer and use it in GitHub Desktop.

Select an option

Save st1vms/aa8a4df7583cb2319919eca52b32df43 to your computer and use it in GitHub Desktop.
WsbConfig
<Configuration>
<vGPU>Disable</vGPU>
<Networking>Disable</Networking>
<AudioInput>Disable</AudioInput>
<VideoInput>Disable</VideoInput>
<ProtectedClient>Enable</ProtectedClient>
<PrinterRedirection>Disable</PrinterRedirection>
<ClipboardRedirection>Disable</ClipboardRedirection>
<MemoryInMB>8192</MemoryInMB>
<MappedFolders>
<MappedFolder>
<HostFolder>...</HostFolder>
<SandboxFolder>...</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
<MappedFolder>
...
</MappedFolder>
</MappedFolders>
</Configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment