SOLVED: VIDEO: Windows Sandbox Complete Explanation, Configuration & Demonstration

We explain what the Windows Sandbox is, how to install it, how to enable CPU virtualization in the BIOS, configuration, scripting and more:

The scripted Windows Sandbox configuration file sample:

<Configuration>
<VGpu>Disable</VGpu>
<Networking>Disable</Networking>
<MappedFolders>
<MappedFolder>
<HostFolder>C:\OddBallStuff</HostFolder>
<ReadOnly>true</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>explorer.exe</Command>
</LogonCommand>
</Configuration>

For more details on the scripting read THIS article from Microsoft.

If you need to know which key to press to access your computers BIOS on before boot up read THIS article

Published by
Ian Matthews

This website uses cookies.