Quantcast
Viewing latest article 20
Browse Latest Browse All 20

Auto-Install TCMD upon Windows 10 Sandbox Logon

Here's how I auto-install TCMD into Windows 10 Sandbox upon Logon;
Code:
<Configuration>

<MappedFolders>
    <MappedFolder>
        <HostFolder>E:\Downloads</HostFolder>
        <ReadOnly>true</ReadOnly>
    </MappedFolder>
</MappedFolders>

<LogonCommand>
    <Command>C:\users\WDAGUtilityAccount\Desktop\Downloads\jpsoft\v27\tcmd.exe /qn</Command>
</LogonCommand>

</Configuration>

I save the script to a file, for example sandbox.wsb

I can then type from the TCC...

Read more

Viewing latest article 20
Browse Latest Browse All 20

Trending Articles