- Aug
- 2,059
- 83
Here's how I auto-install TCMD into Windows 10 Sandbox upon Logon;
I save the script to a file, for example sandbox.wsb
I can then type from the TCC prompt;
...which will start Windows 10 Sandbox, and auto-install Take Command.
Posting this here for my future reference, but thought others might be interested.
Joe
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 prompt;
Code:
sandbox.wsb
Posting this here for my future reference, but thought others might be interested.
Joe