问题
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.
回答1:
According to the TeamViewer documentation it is teamviewer.exe -i <ID> --Password <Password>
来源:https://stackoverflow.com/questions/12525400/how-to-connect-with-teamviewer-directly-using-terminal-command