Is there a way to remove the Server's wallpaper once the viewer tries to connect to it, to speed things up? Then of course put the wallpaper back once you disconnect?
DJ
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
Remove Server's Wallpaper
wall paper
If you run UltraVNC as a service you need to put the following registry key in.
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]
"RemoveWallpaper"=dword:00000001
If you run it under the user.
[HKEY_CURRENT_USER\Software\ORL\WinVNC3]
"RemoveWallpaper"=dword:00000001
A 1 means to remove it while a 0 means don't remove it.
[HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default]
"RemoveWallpaper"=dword:00000001
If you run it under the user.
[HKEY_CURRENT_USER\Software\ORL\WinVNC3]
"RemoveWallpaper"=dword:00000001
A 1 means to remove it while a 0 means don't remove it.