Permanently show remote cursor
Hello all,
A simple question : is there a way to permanently set the "Show remote cursor" setting ?
I know how to set it for the current session, but Teamviewer doesn't remember the setting between sessions.
Thank you!
Emphyrio
Best Answer
-
Hello @emphyrio,
Thank you for your post.
To set this option by default, navigate to Extras | Options | Remote Control (TeamViewer | Preferences | Remote Control on a Mac).
Simply click the check-box for 'Show your partner's cursor' and you will see the remote cursor on all connections.
Hope this helps!
Josh P.
Senior Community Moderator
---
5
Answers
-
Hello @emphyrio,
Thank you for your post.
To set this option by default, navigate to Extras | Options | Remote Control (TeamViewer | Preferences | Remote Control on a Mac).
Simply click the check-box for 'Show your partner's cursor' and you will see the remote cursor on all connections.
Hope this helps!
Josh P.
Senior Community Moderator
---
5 -
That was too easy!
I don't know why I didn't find it at first look...
Thank you!
emphyrio
0 -
reg add HKLM\Software\TeamViewer\DefaultSettings /f /v Remote_RemoteCursor /d 1 /t REG_DWORD
not sure if you want to also ...
reg delete HKCU\Software\Teamviewer /f /v Remote_RemoteCursor
and to verify ....
reg query HKCU\Software\Teamviewer /v Remote_RemoteCursor
reg query HKLM\Software\TeamViewer\DefaultSettings /v Remote_RemoteCursor0