Is there any straight way that one can start a Windows console program from a Mac?
Preferrably I would like to something with ssh, but as I am in a private network without Internet, I am not so afraid of security.
I have used VNC, but my users deem it as too slow/uncomfortable.

link|improve this question

75% accept rate
2  
doesn't this question belong to superuser.com ? – Adrien Plisson Nov 1 '10 at 8:55
Remote Desktop has far better performance (although it is still GUI remote access). I use it to access a Windows machine for Visual Studio development, and, although not quite like sitting directly at it, it's quite usable. – Daniel Beck Nov 1 '10 at 11:46
@weismat You should accept the answer if it worked for you. – CajunLuke Aug 16 '11 at 19:48
feedback

migrated from stackoverflow.com Nov 1 '10 at 11:42

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

Powershell for windows has SSH server capabilities for remote management. Look here for an article by Microsoft about it. You can get Powershell here. There are also several walkthroughs online on how to set up the server.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.