且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在远程计算机上运行.exe文件

更新时间:2022-12-22 22:48:02

这实际上不是一个Remoting和运行时序列化问题,而是一个问题如何测试室可以改进。

有几种可能性:

1)使用远程桌面登录远程计算机并控制该计算机
2)写一个允许您远程激活应用程序的自定义服务(但要注意安全风险)
3)将应用程序添加到远程PC上Windows的启动文件夹

This is not actually a Remoting and Runtime Serialization question, but rather a question how your test room can be improved.

There are several possibilities:

1) Use remote desktop to login to the remote computer and control that computer
2) Write a custom service that allows you to activate applications remotely (but beware of security risks)
3) Add the application to the startup folder of Windows on the remote pc