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

Remove Server's Wallpaper

Post Reply
dj
Posts: 4
Joined: 2004-11-13 03:29

Remove Server's Wallpaper

Post by dj »

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
joefu
20
20
Posts: 38
Joined: 2004-06-07 19:55

wall paper

Post by joefu »

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.
Post Reply