Can I run programs locally from a remote terminal services application?

Firstly, I think I will have to find out if I am working remotely , and secondly, I need to find out if my remote connection is a standalone remote application or an application running on a terminal server (this can be difficult).

But, as soon as I find out all these terrible things, is there a way to run the windows function, for example ShellExecute locally instead of remotely?

The reason why I want to do this is because I run a web browser to view a fairly high bandwidth that requires javascript and flash, and some of the system administrators who manage our product are not too keen on making unnecessary and insecure changes to their terminal server farm.

+4
source share
2 answers

Yes, if clients are running Windows and you can install software on them.

See Remote Desktop Services Virtual Channels on MSDN.

+1
source

There is a free tool that does exactly what you want. I got a link from the TechNet forums, it was called Remote Executer from http://www.mqtechnologies.com

Good luck.

+1
source

Source: https://habr.com/ru/post/1386197/


All Articles