Difference between revisions of "Windows Sandbox Configuration sample"
From Tech-Wiki
Line 18: | Line 18: | ||
</MappedFolder> | </MappedFolder> | ||
<MappedFolder> | <MappedFolder> | ||
− | <PrinterRedirection> | + | <PrinterRedirection>Microsoft Print to PDF</PrinterRedirection> |
<ClipboardRedirection>Enabled</ClipboardRedirection> | <ClipboardRedirection>Enabled</ClipboardRedirection> | ||
<MemoryInMB>4096</MemoryInMB> | <MemoryInMB>4096</MemoryInMB> | ||
</Configuration> | </Configuration> |
Revision as of 15:07, 21 April 2021
Save this file as Sandbox.wsb and double click it
<Configuration> <vGPU>Enable</vGPU> <MappedFolders> <MappedFolder> <HostFolder>C:\Temp</HostFolder> <SandboxFolder>C:\Temp</SandboxFolder> <ReadOnly>True</ReadOnly> </MappedFolder> <MappedFolder> <HostFolder>C:\Users\Myself\Downloads</HostFolder> <SandboxFolder>C:\Downloads</SandboxFolder> <ReadOnly>False</ReadOnly> </MappedFolder> <MappedFolder> <PrinterRedirection>Microsoft Print to PDF</PrinterRedirection> <ClipboardRedirection>Enabled</ClipboardRedirection> <MemoryInMB>4096</MemoryInMB> </Configuration>