Rustdesk powershell commands

Start-Process ‘C:\Program Files\RustDesk\rustdesk.exe’ -ArgumentList “–connect $rustdesk_id” this is the command to connect the client machine and how to pass thjis with password

In their docs is described how to work with keys and host IP on the client machine.

Change rustdesk.exe to rustdesk-host=<host-ip-or-name>,key=<public-key-string>.exe, e.g. rustdesk-host=192.168.1.137,key=xfdsfsd32=32.exe.

I can’t find a way to pass the password directly. When you work with --connectA there should pop up a password prompt.

Welcome to our community.

Maybe it would be a good idea to ask your question on RustDesk GitHub. Maybe these guys know how to pass a password.