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

Answers

  • That was too easy!

    I don't know why I didn't find it at first look...

    Thank you!

    emphyrio

  • tymes
    tymes Posts: 1

    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_RemoteCursor