windows-sandbox-config/sandbox/readSandboxInput-rwSandboxPersist.wsb
Kistaro Windrider 5fa008f8e5
Fix vGPU.
I have no idea why "Enable" doesn't actually do GPU passthrough, but "Default" works.
2025-03-01 14:02:08 -08:00

31 lines
854 B
Plaintext

<Configuration>
<vGPU>Default</vGPU>
<Networking>Disable</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>.\SandboxInput</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop\SandboxInput</SandboxFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>.\SandboxPersist</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Desktop\SandboxPersist</SandboxFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
</MappedFolders>
<AudioInput>false</AudioInput>
<VideoInput>false</VideoInput>
<ProtectedClient>false</ProtectedClient>
<PrinterRedirection>false</PrinterRedirection>
<ClipboardRedirection>false</ClipboardRedirection>
<LogonCommand>
<Command>C:\Users\WDAGUtilityAccount\Desktop\SandboxInput\LogonScripts\logon.bat</Command>
</LogonCommand>
<MemoryInMB>8192</MemoryInMB>
</Configuration>