如何在远程计算机上启动exe文件?

问题描述:

Hai All,



如何在远程机器上启动exe文件??

Hai All,

How can Start exe file on remote machine??

Google将有所帮助:



使用C#中的WMI创建远程进程 [ ^ ]



http://stackoverflow.com/questions/9033380/start-process-with -wmi-on-remote-machine-from-a-share-on-another-remote-machine [ ^ ]
Google will help:

Create a Remote Process using WMI in C#[^]

http://stackoverflow.com/questions/9033380/start-process-with-wmi-on-remote-machine-from-a-share-on-another-remote-machine[^]


一句警告。您可以使用WMI在远程计算机上启动进程,但您必须具有该计算机的管理员权限。



此外,您可以启动显示用户界面的进程但是登录到机器的用户永远不会看到它。这是因为这被认为是一个巨大的安全风险,因此是不允许的。
A word of warning. You can use WMI to start a process on a remote machine but you must have administrator permissions to that machine.

Also, you can start a process that shows a user interface but the user logged into the machine will never see it. This is because this is considered a massive security risk and is therefore not allowed.