Difference between revisions of "Windows Sandbox Configuration sample"

From Tech-Wiki
Jump to: navigation, search
(Created page with "Save this file as Sandbox.wsb and double click it <Configuration> <vGPU>Enable</vGPU> <MappedFolders> <MappedFolder> <HostFolder>C:\_Incoming</HostFolder> <Sandbo...")
 
Line 1: Line 1:
 +
[[Category:Microsoft]]
 +
'''[[Microsoft#Windows 10|Back to Windows 10]]'''
 +
 
Save this file as Sandbox.wsb and double click it
 
Save this file as Sandbox.wsb and double click it
  
<Configuration>
+
<Configuration>
<vGPU>Enable</vGPU>
+
<vGPU>Enable</vGPU>
<MappedFolders>
+
<MappedFolders>
  <MappedFolder>  
+
  <MappedFolder>  
    <HostFolder>C:\_Incoming</HostFolder>  
+
    <HostFolder>C:\_Incoming</HostFolder>  
    <SandboxFolder>C:\_Incoming</SandboxFolder>  
+
    <SandboxFolder>C:\_Incoming</SandboxFolder>  
    <ReadOnly>True</ReadOnly>  
+
    <ReadOnly>True</ReadOnly>  
  </MappedFolder>
+
  </MappedFolder>
  <MappedFolder>  
+
  <MappedFolder>  
    <HostFolder>G:\</HostFolder>  
+
    <HostFolder>G:\</HostFolder>  
    <SandboxFolder>C:\RAMDisk</SandboxFolder>  
+
    <SandboxFolder>C:\RAMDisk</SandboxFolder>  
    <ReadOnly>False</ReadOnly>  
+
    <ReadOnly>False</ReadOnly>  
  </MappedFolder>
+
  </MappedFolder>
  <MappedFolder>  
+
  <MappedFolder>  
<PrinterRedirection>value</PrinterRedirection>
+
<PrinterRedirection>value</PrinterRedirection>
<ClipboardRedirection>Enabled</ClipboardRedirection>
+
<ClipboardRedirection>Enabled</ClipboardRedirection>
<MemoryInMB>4096</MemoryInMB>
+
<MemoryInMB>4096</MemoryInMB>
</Configuration>
+
</Configuration>

Revision as of 15:58, 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:\_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>