Windows – Remote CMD Login

command lineremote controlwindows

I need a VNC/SSH/something server that will let me access command line remotely from a limited account (meaning no services or any install). Just a simple exe that I can run and have it either connect to me or listen for a connection. Preferably it would ask for a user/pass and run the cmd as the user I specify. Is there any such program?

Best Answer

John mentions psexec as being able to run a single executable. What he doesn't mention is that that executable can be cmd.exe (or powershell or bash or whatever), which will give you a remote shell.

Related Question