Home » Questions » Computers [ Ask a new question ]

Remotely access Command Shell of a Windows system

Remotely access Command Shell of a Windows system

Which is the best way to remotely access command shell(cmd) of a remote system. I need to run certain command line applications in my office system from home? Is there any platform independent tool to do it, eg to access windows command prompt of office computer from linux machine at home.

Asked by: Guest | Views: 266
Total answers/comments: 2
Guest [Entry]

"It sounds like your best bet would be SSH. There are several options available for installing it on Windows, see here for a good article summarising them.

You could also use Cygwin and set up its openssh package from within it. This will provide you with a bash shell available remotely. For your purposes though, the previous option would probably suit you better as you will be able to access the traditional windows cmd prompt."
Guest [Entry]

Sysinternal's PSExec (part of PSTools) allows a command line to be executed remotely (or in a different session locally). This is not interactive however.