Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to connect with Teamviewer directly using Terminal command? [closed]

As I know, I am able to connect with server directly using putty via terminal command- "putty server_ip -l user_name -pw password", then there is no need to enter user name and password after that. Just like this I can run teamviewer by typing 'teamviewer' in Terminal. But can anyone tell me that how to pass 'Partner Id' and 'Password' to 'teamviewer' command to connect it directly as I am doing with putty.

like image 465
Himanshu Avatar asked Sep 21 '12 06:09

Himanshu


People also ask

How do I auto connect with TeamViewer?

Setting up Easy Access is… well, easy. If someone already assigned the device to your TeamViewer account: Click Extras –> Options –> Security –> under Unattended access, activate the checkbox Grant easy access –> click OK.

How do I manually close TeamViewer?

You can close TeamViewer by selecting "Exit Teamviewer" in the right click menu of it's icon in the system tray. You can close TeamViewer by selecting "Exit Teamviewer" in the right click menu of it's icon in the system tray.


1 Answers

According to the TeamViewer documentation it is teamviewer.exe -i <ID> --Password <Password>

like image 169
Gerald Schneider Avatar answered Nov 15 '22 00:11

Gerald Schneider