I'm trying to connect with AnyDesk to a remote computer using a script.
I tried to execute the following command in Prompt as described in the documentation:
echo "password" | "C:Program Files (x86)AnyDeskAnyDesk.exe" "anydesk_id" --with-password
Anydesk starts correctly and start connecting with the given id, but the password is not considered and I have to manually insert it.
I'm using AnyDesk 6.1 on Windows 10. Any idea?
I created a .bat script and used the following and it worked. The only difference is no quotes around the anydesk_id or password.
echo PASSWORD | "C:Program Files (x86)AnyDeskAnyDesk.exe" anydesk_id --with-password
1.4m articles
1.4m replys
5 comments
57.0k users