Run application or Process on a remote computer

后端 未结 3 1105
闹比i
闹比i 2020-12-30 16:42

I need to run an application or service on a remote computer. I have had success with psexec from SysInternals, but I am investigating and would like to compre alternatives.

3条回答
  •  执笔经年
    2020-12-30 17:42

    ssh is a good choice if you will be streaming anything sensitive. There are even a few FOSS sshd servers for windows that do not rely on cygwin.

提交回复
热议问题