Windows Sandbox Configuration sample

From Tech-Wiki
Revision as of 15:58, 21 April 2021 by Fabricio.Lima (Talk | contribs) (Created page with "Save this file as Sandbox.wsb and double click it <Configuration> <vGPU>Enable</vGPU> <MappedFolders> <MappedFolder> <HostFolder>C:\_Incoming</HostFolder> <Sandbo...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Save this file as Sandbox.wsb and double click it

<Configuration> <vGPU>Enable</vGPU> <MappedFolders>

 <MappedFolder> 
   <HostFolder>C:\_Incoming</HostFolder> 
   <SandboxFolder>C:\_Incoming</SandboxFolder> 
   <ReadOnly>True</ReadOnly> 
 </MappedFolder>
 <MappedFolder> 
   <HostFolder>G:\</HostFolder> 
   <SandboxFolder>C:\RAMDisk</SandboxFolder> 
   <ReadOnly>False</ReadOnly> 
 </MappedFolder>
 <MappedFolder> 

<PrinterRedirection>value</PrinterRedirection> <ClipboardRedirection>Enabled</ClipboardRedirection> <MemoryInMB>4096</MemoryInMB> </Configuration>