开发者

Windows: running a process on a remote machine

开发者 https://www.devze.com 2023-04-01 16:39 出处:网络
How can I launch 开发者_如何学运维a program on a remote windows machine, so that it uses the remote\'s machine processor and ram.

How can I launch 开发者_如何学运维a program on a remote windows machine, so that it uses the remote's machine processor and ram.

details: i have mapped another computers folder to a local drive. in this folder i want to launch an exe via a windows batch file so that it uses the remote computers ressources and not the local ones.


Use sysinternals (now on microsoft) PsExec.

http://technet.microsoft.com/en-us/sysinternals/bb897553


As far as I know, You can't launch an exe on a remote machine unless you are logged into that remote machine in some way. Either by Remote Desktop Connection or through some shell.

0

精彩评论

暂无评论...
验证码 换一张
取 消