Most of the time when we are working with Win 2012 and 2016 servers via RDP, we would have had tough challenge in controlling the mouse in RDP screen. Its not controllable, can’t point the mouse where you need, the clicks you do end up on other options and it’s more frustrating. πΏπΏ
We can fix this problem by editing the Mouse Properties and disable the pointer shadow.
Go to Start > Control Panel > Mouse
In the Mouse Properties window, select the Pointers tab and Un-Check Enable Pointer Shadow > Click apply.
Now we should be see the mouse is controlling smoothly. ππ
There is also a way in registry to disabled this (I recommend to at least export the key which you are about to modify):
I actually recently came across the following registry settings which seems to disable the cursor shadow for any users ->
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000003
"DefaultValue"=dword:00000000
- vcadmin
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow]
No comments:
Post a Comment