Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TCMD29 in Windows 10 Sandbox

Aug
1,915
68
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 contains;
Code:
C:\users\WDAGUtilityAccount\Desktop\Downloads\tcm d.exe /qn

(Forum would not let me use tcm d.exe as one word, thus the spacing).

This works fine,
as Windows Sandbox starts,
and installs Take Command .exe v29

When I launch Take Command .exe v29, I am presented with the following dialog;
Code:
---------------------------
conhost.exe - System Error
---------------------------
The code execution cannot proceed because MSVCP140.dll was not found. Reinstalling the program may fix this problem. 
---------------------------
OK   
---------------------------

followed by;
Code:
---------------------------
conhost.exe - System Error
---------------------------
The code execution cannot proceed because VCRUNTIME140.dll was not found. Reinstalling the program may fix this problem. 
---------------------------
OK   
---------------------------

followed by;
Code:
---------------------------
conhost.exe - System Error
---------------------------
The code execution cannot proceed because VCRUNTIME140_1.dll was not found. Reinstalling the program may fix this problem. 
---------------------------
OK   
---------------------------

followed by;
Code:
---------------------------
conhost.exe - System Error
---------------------------
The code execution cannot proceed because MSVCP140_1.dll was not found. Reinstalling the program may fix this problem. 
---------------------------
OK   
---------------------------

followed by;
Code:
---------------------------
Take Command
---------------------------
The handle is invalid.
 "AttachConsole"
---------------------------
OK   
---------------------------

...after which the program closes.

Previous versions of Take Command .exe installation worked fine for me.

I would appreciate it if someone else could test this,
to see if it is my Sandbox system,
or Take Command .exe v29 installation.

Joe
Code:
     _x64: 1
   _admin: 1
_elevated: 1

TCC  29.00.17 x64   Windows 10 [Version 10.0.19044.2486]
 
Hmmm! I thought the forum disallowing the CeeEmDee string was history. CMD <-- just a test
 

Similar threads

Back
Top