Difference between revisions of "Windows Sandbox Configuration sample"

From Tech-Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
  <MappedFolders>
 
  <MappedFolders>
 
   <MappedFolder>  
 
   <MappedFolder>  
     <HostFolder>C:\_Incoming</HostFolder>  
+
     <HostFolder>C:\Temp</HostFolder>  
     <SandboxFolder>C:\_Incoming</SandboxFolder>  
+
     <SandboxFolder>C:\Temp</SandboxFolder>  
 
     <ReadOnly>True</ReadOnly>  
 
     <ReadOnly>True</ReadOnly>  
 
   </MappedFolder>
 
   </MappedFolder>
 
   <MappedFolder>  
 
   <MappedFolder>  
     <HostFolder>G:\</HostFolder>  
+
     <HostFolder>C:\Users\Myself\Downloads</HostFolder>  
     <SandboxFolder>C:\RAMDisk</SandboxFolder>  
+
     <SandboxFolder>C:\Downloads</SandboxFolder>  
 
     <ReadOnly>False</ReadOnly>  
 
     <ReadOnly>False</ReadOnly>  
 
   </MappedFolder>
 
   </MappedFolder>
  <MappedFolder>  
+
</MappedFolders>  
  <PrinterRedirection>value</PrinterRedirection>
+
  <PrinterRedirection>Microsoft Print to PDF</PrinterRedirection>
 
  <ClipboardRedirection>Enabled</ClipboardRedirection>
 
  <ClipboardRedirection>Enabled</ClipboardRedirection>
 
  <MemoryInMB>4096</MemoryInMB>
 
  <MemoryInMB>4096</MemoryInMB>
 
  </Configuration>
 
  </Configuration>

Latest revision as of 16:37, 21 April 2021

Back to Windows 10

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>
</MappedFolders> 
<PrinterRedirection>Microsoft Print to PDF</PrinterRedirection>
<ClipboardRedirection>Enabled</ClipboardRedirection>
<MemoryInMB>4096</MemoryInMB>
</Configuration>