SSH can not execute an .exe program with GUI on WMware Windows

I have system like this. I have host windows 10 and a VM windows 7. I have ssh server set up on the guest VM. I can connect via windows’ openSSH client to the VM. I can execute commands like /DIR or echo hello > hello.txt but when it comes to execute the .exe file it does not start. Or it starts but I dont have any output in the foreground. I am using the guest VM’s windows account while I am opening ssh connection.

I have tried start command of cmd with different kinds of parameters but none of them works in my case. What is it that I am missing? How can I solve this problem? I

Answer

Attribution
Source : Link , Question Author : gunescelil , Answer Author : Community

Leave a Comment