After more 2 000 000 (two million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is always welcome

2026-04-01: After 1.7.x, 1.8.x release builds need tests and feedback: https://forum.uvnc.com/viewtopic.php?t=38158

2026-03-11: CVE-2026-3787 and CVE-2026-4962 - Clarification: https://forum.uvnc.com/viewtopic.php?t=38155

2025-12-02: We need help: English Wikipedia UltraVNC page has been requested to deletion: https://forum.uvnc.com/viewtopic.php?t=38127
Any help is welcome to improve the UltraVNC page and/or to comment on the Wikipedia Talk page

2025-05-06: Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

2023-09-21: Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Development: UltraVNC development is always here... Any help is welcome
Feedback is welcome

Help is very needed for:
Windows ARM/ARM64 support: https://forum.uvnc.com/viewtopic.php?t=38163 / https://github.com/ultravnc/UltraVNC/issues/346
macOS support: https://forum.uvnc.com/viewtopic.php?t=38164 / https://github.com/ultravnc/UltraVNC/issues/347
Linux support: https://forum.uvnc.com/viewtopic.php?t=38165 / https://github.com/ultravnc/UltraVNC/issues/348
*BSD support: https://forum.uvnc.com/viewtopic.php?t=38166 / https://github.com/ultravnc/UltraVNC/issues/349
*Solaris support: https://forum.uvnc.com/viewtopic.php?t=38167 / https://github.com/ultravnc/UltraVNC/issues/350

Hiding pointer during monitor blanking?

Post Reply
thetao
Posts: 5
Joined: 2010-04-28 21:45

Hiding pointer during monitor blanking?

Post by thetao »

When connected to a remote computer and blanking the monitor (using alpha blending), is the a way to also hide the mouse pointer? I suppose I don't use this feature very often, but I just noticed the remote user can still see the pointer, even though they can't move it or see the screen. Can this be done?

Thanks,

Todd
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN

Re: Hiding pointer during monitor blanking?

Post by supercoe »

I've noticed this as well, I don't believe there is a fix.
ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
B
800
800
Posts: 2337
Joined: 2009-09-09 14:05

Re: Hiding pointer during monitor blanking?

Post by B »

But there's a dumbass workaround: on the remote station's Mouse control panel, temporarily set the pointer to be invisible. Apparently you actually have to use a custom invisible GIF rather than turning it off entirely.

Some guidelines towards the bottom at http://www.1earthadventures.com/2008/04 ... indows-xp/

It would be a fun little hack to script this to toggle back and forth.

Or, in your case, I suppose making the pointer's edge and fill colors the SAME as your background color would do the trick too.
Last edited by B on 2010-04-29 15:55, edited 1 time in total.
thetao
Posts: 5
Joined: 2010-04-28 21:45

Re: Hiding pointer during monitor blanking?

Post by thetao »

Hmm, to change the pointer, you're likely just flipping a DWORD (or something similar) in the registry. This may not be a clean coding practice, but it would be very easy to add this to the code. It would be a little more work to add a user hook to "run this script when activating or deactivating a feature", but maybe that could be a feature request? Thanks for the tip.
B
800
800
Posts: 2337
Joined: 2009-09-09 14:05

Re: Hiding pointer during monitor blanking?

Post by B »

Yeah, but I see that being all kinds of dangerous, where when disconnecting you leave people without a visible cursor. And custom cursor schemes and apps might not recover well. Same reason I hate and turn off the default "Mouse Sonar" setting.

As an optional admin thing, though, it would convenient to have.
Post Reply