Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Need EXE to run at start and EXE to run at end

Post Reply
cybacaT
Posts: 2
Joined: 2007-06-27 07:27

Need EXE to run at start and EXE to run at end

Post by cybacaT »

What are the chances UVNC has an option to automatically run an EXE when it starts up...and another when you close it down?

I have a fleet of clients who I'd like to remotely manage with UVNC, and I need the exe to blank their screen when I go in, and another exe to reawaken their screen when I close UVNC. I have the exes and they work fine. I'm looking for where in UVNC I would be able to get the EXEs to run automatically at startup and exit.

PLEASE tell me this is possible!!

I guess the alternative would be to connect, run the exe, and just remember to run the awaken exe when leaving. Given there are over 1200 of these beasties about to be deployed, and a few different people who will use uvnc, it would be a neater solution to automate though...
cybacaT
Posts: 2
Joined: 2007-06-27 07:27

Re: Need EXE to run at start and EXE to run at end

Post by cybacaT »

15 views, but no answer.

I thought this might be a simple...yes/no...no? :)
rmoller
40
40
Posts: 93
Joined: 2004-08-20 09:32

Re: Need EXE to run at start and EXE to run at end

Post by rmoller »

I am not the developer, but this is definitely possible.

It could be incorporated into the original source, or you could have an INETD-like TCP wrapper run your EXEs upon TCP connection / disconnection.

You would have to decide what to do with multiple simultaneous connections, though.

I think it would be simple to add a fourth radio button to the "Default Local System Properties" : "When Last Client Disconnects"

* Do Nothing
* Lock Workstation (W2K)
* Logoff Workstation
* Run MyExe upon connect/disconnect

However, doesn't the checkbox "Misc : Enable Blank Monitor on Viewer Request" work for you?
- or do you _need_ it to be automatic instead of on viewer request?
Hickory420
8
8
Posts: 17
Joined: 2007-08-10 05:53

Re: Need EXE to run at start and EXE to run at end

Post by Hickory420 »

rmoller wrote:I am not the developer, but this is definitely possible.

It could be incorporated into the original source, or you could have an INETD-like TCP wrapper run your EXEs upon TCP connection / disconnection.

You would have to decide what to do with multiple simultaneous connections, though.

I think it would be simple to add a fourth radio button to the "Default Local System Properties" : "When Last Client Disconnects"

* Do Nothing
* Lock Workstation (W2K)
* Logoff Workstation
* Run MyExe upon connect/disconnect

However, doesn't the checkbox "Misc : Enable Blank Monitor on Viewer Request" work for you?
- or do you _need_ it to be automatic instead of on viewer request?
I was going to suggest the same thing: Enable Blank Monitor on Viewer Request. But I guess, now that I thought about it, that defeats the purpose of automation...

Sorry, this post is of no use. :surprise:
Post Reply