It's not a command you run on the TB. You have to create a new shortcut on the desktop or somewhere on the windows machine (you can do this while remoting if you want).
You might want to google it, but I think the executable is in system32 on XP. Not sure where it is on other versions of windows. But the program you want to run is called tscon or something. Actually I just googled and i think i found the microsoft page explaining it, link at the bottom. But basically it is a terminal service connector. Your remote desktop session connects to a terminal, the console terminal, on the server machine. That redirects the console output (console being the "main screen" basically)to the client. Then if you log off, it just disconnects your connection but leaves the screen locked. But if you use TSCON on the windows machine while you are still logged in via remote desktop, it will redirect the output to the screen. Your rdesktop client will think you've been disconnected prematurely because it will also disconnect you, but that's ok. no worried.
So right click on the desktop, create new, create a new shortcut to tscon.exe (i think it's in c:/windows/system32/ on XP but I can't remember exactly) and edit the command to follow the syntax on this page. I think for vista you use 1 instead of 0 in the command.
http://episteme.arstechnica.com/eve/forums/a/tpc/f/99609816/m/253002392731http://support.microsoft.com/kb/302801This is for anything before vista i think:
- Code: Select all
tscon 0 /dest:console
And vista and later I think its:
- Code: Select all
tscon 1 /dest:console
Course your shortcut may need to be more like:
- Code: Select all
C:\Windws\system32\tscon.exe 0 "/dest:console"
but I can't remember mine off the top of my head. If you can't get it to work let me know, I'll have a look.
I use this to control my DJ program when I'm at gigs, so I can walk around and dj from the dance floor even, but then I hated having to log back in when I got back to the booth.