Remote desktop is... useable, but I'd like to get a proper remote terminal window open on the Windows XP machine, like I'm able to with Linux. A quick Google points at this, but it looks like it's only for Vista/Server.
Asked
Active
Viewed 1.3k times
5 Answers
0
The closest I've ever found is using a SSH client, but I only dabble in Windows territory!
0
I've used PsExec, from PsTools to run commands on remote systems. Although this won't give you a true, interactive shell, it can be useful for automatic specific tasks on remote machines. The other strength of PsExec is that you do not need to modify the remote system in any way, installing and running PsExec on the "client" machine is sufficient.
anthony
- 257