你好:
我想询问下如何在window的CMD下 用command的方式打开Wayk Now并可以指定IP和密码.
我测试了这个 WaykNow.exe -auto -targer-id 192.168.0.3 -target-pass 123456 -authentication-type srp 但是不起作用
WaykNow exe wayk://192.168.0.3 需要手动输入密码才能连接.
我需要的是能根据id或是IP和密码 能自动远程到指定IP的
期待有类似 vnc.exe -autoacceptincomin 192.168.0.3:5900 -password 123 -quickoption 1 这种的
并且无需增加证书或是凭证的.
Hello:
I would like to know how to open Wayk now with command in the CMD of window(7/10) by specify IP and password
I tested this WaykNow.exe -Auto - targer ID 192.168.0.3 - target pass 123456 - authentication type SRP, but it doesn't work
WaykNow exe wayk://192.168.0.3 But it need to enter the password manually to connect
I need to be able to automatically remote to the specified IP according to the ID or IP and password
Expect something similar vnc.exe -Autoacceptincomin 192.168.0.3:5900 - password 123 - quickoption 1
And there is no need to add certificates or certificates
Hello
Indeed, you have the correct command:
WaykClient.exe -auto -target-id 192.168.0.1 -target-pass 123456 -authentication-type srp
I suspect that the connection is failing because the certificate is untrusted.
If you connect interactively (by using the GUI client), are you prompted about the untrusted certificate?
You can select the option "Always trust this certificate when connecting to xxx", and press "Accept". The certificate will then be trusted for future connections via the command line.
Let me know if that resolves the issue.
If that is the case, we can investigate adding a command-line switch to ignore certificate errors.
Thanks and kind regards
Richard Markievicz