Adding AnyDesk as a third-party network application

Started by sfareg

Adding AnyDesk as a third-party network application   17 July 2024, 22:40

Hello,
I want to add AnyDesk as a third-party network application and get command to use it with a password:
echo "password" | "C:\Program Files (x86)\AnyDesk\AnyDesk.exe" "anydesk_id" --with-password
I put this in the applications list but changed the password and AnyDeskID:
echo test | "C:\Program Files (x86)\AnyDesk\AnyDesk.exe" %0 --with-password
SoftPerfect support forum
SoftPerfect Support forum - Andrew avatar image

Re: Adding AnyDesk as a third-party network application   18 July 2024, 11:59

I/O redirection with the "|" character would not work without a console. You should change your command to this:
cmd.exe /c echo test | "C:\Program Files (x86)\AnyDesk\AnyDesk.exe" %0 --with-password

Reply to this topic

Sometimes you can find a solution faster if you try the forum search, have a look at the knowledge base, or check the software user manual to see if your question has already been answered.

Our forum rules are simple:

  • Be polite.
  • Do not spam.
  • Write in English. If possible, check your spelling and grammar.

Author:

Email:

Subject

A brief and informative title for your message, approximately 4–8 words:

     

Spam prevention: please enter the following code in the input field below.

 **        **     **  **        **     **  **       
 **         **   **   **        **     **  **       
 **          ** **    **        **     **  **       
 **           ***     **        *********  **       
 **          ** **    **        **     **  **       
 **         **   **   **        **     **  **       
 ********  **     **  ********  **     **  ******** 

Message: