A
Ahamedali87
Guest
I connect to RDP user session on the VM from command line (tscon). The problem is I am not able to connect to the session if it is not active. Is there a way to connect to the rdp session using tscon even if user session is disconnected? Or Can I make disconnected session active and connect? Please help. Thanks.The following code is what I use when active connection is there.for /f "skip=1 tokens=3" %%s in ('query user %USERNAME%') do ( %windir%\System32\tscon.exe %%s /dest:console )
Continue reading...
Continue reading...