Created
January 25, 2026 18:01
-
-
Save st1vms/aa8a4df7583cb2319919eca52b32df43 to your computer and use it in GitHub Desktop.
WsbConfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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