I am running UltraVNC Server 1.1.9.0 on Windows 7, using the INI file for parameters. I am using the service_commandline parameter to connect to a repeater: service_commandline=-id:12345 -connect my.repeater.address.com::443
When I use the service_commandline along with the user prompt parameter QuerySetting=4, the connection is made fine but the user does not get prompted to accept or reject. If I remove the service_commandline parameter, the user gets the prompt.
The service_commandline is required in my case to get around the Windows 7 Session 0 issue.
I am looking for suggestions on how to use both the service_commandline and QuerySetting=4 so that the user is prompted to accept connection.
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
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
service_commandline and QuerySetting=4 no user prompt issue
-
- Posts: 5
- Joined: 2013-06-10 15:31
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: service_commandline and QuerySetting=4 no user prompt is
Not possible
In this case the server makes a connection to the repeater.
From vnc point this is an outgoing connection and server only prompt on incoming connections.
In this case the server makes a connection to the repeater.
From vnc point this is an outgoing connection and server only prompt on incoming connections.
-
- Posts: 5
- Joined: 2013-06-10 15:31
Re: service_commandline and QuerySetting=4 no user prompt is
That makes sense, thanks. In our previous solution before Windows 7 we were using a VBScript to prompt the user prior to making the outbound connection. In our new Windows 7 solution which uses a Java program we run into the Session 0 issue with the Java user prompt not being seen. I will explore alternatives for the prompt and post back if I find a solution.