is it possible to make an application run in terminal services appear in the local app bar (instead of having the full terminal window)
unfundedPeople succeed in answering thebigmick's questions 0% of the time (0 success in 4 attempts).
Answers by: Grumbling_Goat | nothing1212 | squiggie | Don Miguel de los Platanos
yep, but you have to build your own interface.
You can build an app that will call the application using the command: "app.exe > data.txt" and then use your user-built application to read the file every once in a while and interact with the data of the target app.
To make it appear in the local app bar you could just open the file for reading in your user-made application and "retranslate" everything in the local bar app.
Another way more difficult would have tomake the two application share a memory space.
If you still can't do it I can probably do it for you but I will ask for some money then :).