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
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!
That was too easy!
I don't know why I didn't find it at first look...
emphyrio
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_RemoteCursorreg query HKLM\Software\TeamViewer\DefaultSettings /v Remote_RemoteCursor