Quantcast
Viewing all articles
Browse latest Browse all 1729

TCMD29 in Windows 10 Sandbox

I start Windows 10 Sandbox via the following .wsb;
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>
TCmdInstall.bat...

Read more

Viewing all articles
Browse latest Browse all 1729

Trending Articles