- Aug
- 2,016
- 81
Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 28.02.18 x64 Windows 10 [Version 10.0.19043.1466]
BuildNumber Caption CSDVersion OSArchitecture Version
19043 Microsoft Windows 10 Pro 64-bit 10.0.19043
I have TCMD open, with two TCC tabs;
Code:
e:\utils>tasklist /lm tcc
21012 114638848 tcc "C:\Program Files\JPSoft\TCMD28\tcc.exe"
24092* 115175424 tcc "C:\Program Files\JPSoft\TCMD28\tcc.exe"
Total of 2 processes
Executing WINDOW DETACH causes the tab window to detach, but it just hangs there.
However, it is TMCD that is hung.
I select "Close the program". TCMD closes, and the window that I detached becomes responsive.
TASKLIST still shows the two TCC sessions;
Code:
e:\utils>tasklist /lm tcc
21012 57176064 tcc "C:\Program Files\JPSoft\TCMD28\tcc.exe"
24092* 63807488 tcc "C:\Program Files\JPSoft\TCMD28\tcc.exe"
I launch TCMD again, which works as normal, and I can use my recently detached window.
Note well that if I manually right-click on a TCMD tab window, and select Detach, I have no issues.
Can anyone else duplicate this issue?
Joe