Hi,
I have one computer with an app made by me and when I launch the app as user administrator does next steps:
- kill all winvnc.exe process
- launch winvnc.exe
- launch winvnc.exe -autoreconnect ID:1234 -connect myrepeater::10000
From other computer I connect to this computer using ID:123 and the repeater data.
This works fine in Windows 2000/XP/Vista/Seven. Always using desktop session and a user administrator.
If I launch this app as a service (user SYSTEM) on Windows 2000/XP, the application keeps working well. In Windows Vista and 7 all seems to be perfect but when I connect from the viewer using repeater data, the vncviewer shows me a black screen.
With other version of UVNC, the vncviewer shows me a little window by one second and closes.
If I install UVNC full version as a service, direct connections works fine in all systems, but when I launch winvnc.exe from an application-service (SYSTEM user) doesn't work.
Someone have any solution for using repeater connections on Windows vista/seven from a service (system user)?
Sorry for my english,
VÃctor
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
UVNC 1.8.0.2 + Vista/Seven + using repeater, doesn't work!
UVNC 1.8.0.2 + Vista/Seven + using repeater, doesn't work!
Last edited by Vik2009 on 2010-04-29 18:57, edited 1 time in total.
Re: UVNC 1.8.0.2 + Vista/Seven + using repeater, doesn't wor
Because of how Vista/7 handle secure desktops this is actually expected behavior.
The way UltraVNC currently gets around this by spawning another process in the users desktop. If you try running the server by spawning it from a SYSTEM process it will only see the secure desktop which is black.
If you install UltraVNC as a service from either the tray menu or command line (winvnc.exe -installs) it will work correctly.
You can get the service to reconnect to your repeater by editing the ultravnc.ini file.
The way UltraVNC currently gets around this by spawning another process in the users desktop. If you try running the server by spawning it from a SYSTEM process it will only see the secure desktop which is black.
If you install UltraVNC as a service from either the tray menu or command line (winvnc.exe -installs) it will work correctly.
You can get the service to reconnect to your repeater by editing the ultravnc.ini file.
Code: Select all
[admin]
service_commandline=-autoreconnect ID:1234 -connect REPEATER.IP.HERE
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: UVNC 1.8.0.2 + Vista/Seven + using repeater, doesn't wor
Last day I was tested this feature.
Works fine!
I only have to edit .ini for one repeater or another.
Thanks a lot,
Works fine!
I only have to edit .ini for one repeater or another.
Thanks a lot,
supercoe wrote:Because of how Vista/7 handle secure desktops this is actually expected behavior.
The way UltraVNC currently gets around this by spawning another process in the users desktop. If you try running the server by spawning it from a SYSTEM process it will only see the secure desktop which is black.
If you install UltraVNC as a service from either the tray menu or command line (winvnc.exe -installs) it will work correctly.
You can get the service to reconnect to your repeater by editing the ultravnc.ini file.
Code: Select all
[admin] service_commandline=-autoreconnect ID:1234 -connect REPEATER.IP.HERE