I start Windows 10 Sandbox via the following .wsb;
TCmdInstall.bat...
Read more
Code:
<Configuration>
<MappedFolders>
<MappedFolder>
<HostFolder>E:\Downloads</HostFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
<MappedFolder>
<HostFolder>E:\Utils</HostFolder>
<ReadOnly>false</ReadOnly>
</MappedFolder>
</MappedFolders>
<LogonCommand>
<Command>C:\users\WDAGUtilityAccount\Desktop\Utils\TCmdInstall.bat</Command>
</LogonCommand>
</Configuration>
Read more