How do I create a shortcut to connect to a specific TeamViewer computer with a connection request?
How do I create a shortcut to connect to a specific TeamViewer computer with a connection request?
I found two ways:
"C:\Program Files (x86)\TeamViewer\TeamViewer.exe" -i COMPUTERNAME
and
teamviewer8://remotecontrol?connectcc=ID
But both this is connection asking for a password. How to make a shortcut with a connection request?
Answers
-
From the menu, I can connect to this computer using both way:
Remote control prompt for confirmation
and
Remote control using password
When using a desktop shortcut, "Remote control using password" is always used.
0 -
I am looking for the exact same. Someone please help!
0 -
Found how to do it.
On the remote machine (can be via a TeamViewer connection) Options -> Security -> Random Password, set to anything other than "Disabled", I used 10 Chars.
Then on the TeamViewer dialogue, click "Connect with TeamViewer ID", this shows the ID and the new password TeamViewer has created.
You can copy that to the clip board.
Then you can call the machine from the command line via:
"C:\Program Files (x86)\TeamViewer\TeamViewer.exe" -i <ID> -p <password>
0