Jun 09 2008
How to access a Windows CLI from Linux shell?
ivegotaquestion asked:
Linux to another linux to another linux to connect to get access to windows pc from linux machine from linux to windows pc from linux machine but is there standard way to get access to its command line thanks in advance.


June 11th, 2008 at 9:38 pm
Telnet or Also, look at your question and realize that you cannot “get access” to the other command line, but rather access the computer’s resources.
June 15th, 2008 at 6:48 am
You need a telnet service for the PC, I found a free one here,.
Telnet service has been included on Windows server since Server 2000 came out, to start, type “net start telnet” from command line on the server.
June 15th, 2008 at 9:49 am
Telnet and SSH is also possible from Linux via terminal
However Telnet is not advised because no encryption is present
Telnet is included in Windows by default no need extra software
To use SSH you have to download a SSH software for Windows and Windows machine
Just try OpenSSH for Windows
Set the firewall on windows to allow the connections