30-04-2021



See also: Command Line Interface

Program Anydesk

Service- and Customer Client

Program

Program Like Anydesk

Than type 'anydesk.exe' into search box. In couple of minutes, seconds if you're lucky, Windows will find all the copies. Try to locate program, to which the process anydesk.exe belongs. Than try to uninstall that program in a standard way. For example, if anydesk.exe is found in folder C:Program FilesDummy game.some subfolder., it most. Remote Utilities. Includes lots of remote access tools. Great for both spontaneous and unattended. AnyDesk outputs a log/trace file while running, that can be utilized to diagnose problems. Some errors occur without causing an immediate crash. Those may lead to a malicious behaviour. It is therefore quite helpful if you report issues including some documentation as well as the trace files from both participating devices. AnyDesk remote access software gives students quick connections to all their devices anytime, anywhere.

Preconfigured Modules for Customers (only incoming sessions) and Service/Support (only outgoing sessions).
Users with a professional/enterprise license, can also use them, but can create own Custom Clients.

Module Type
Customer Module[CM-MSI Installation]
Service Module[SM-MSI Installation]
Customer Module[CM-EXE Installation]
Service Module[SM-EXE Installation]

AnyDesk is an application that belongs to philandro software GmbH and it provides remote control functions. The files of AnyDesk are located in the “C: program files. The cyber criminals distribute the modified version with the help of bundle system without any permission.

Deploying AnyDesk

AnyDesk provides an [MSI Installation] version for Windows.You can also generate custom MSI files at my.anydesk.com.To automatically deploy AnyDesk with MSI file, please use the command line:

Program Anydesk

anydesk.msi

Note: The installation via command line must run as admin.

It is also possible to use the exe file for automatic deployment. AnyDesk can be instructed to install itself from script:

anydesk.exe --install <location> --start-with-win

Note:
  • <location> must be a full qualified path (e.g. 'C:Program Files (x86)AnyDesk').
  • --start-with-win is to start AnyDesk with Windows, which is necessary for remote restart, etc.

Additional command parameters (after --install --start-with-win):

ParameterDescription
--remove-firstPerform an update or replace the existing installation
--create-shortcutsCreate start menu entry
--create-desktop-iconCreate a link on the desktop for AnyDesk
--silentDo not start AnyDesk after installation and do not display error message boxes.
--update-manuallyUpdate AnyDesk manually.
--update-disabledDisable automatic update of AnyDesk.
--update-autoUpdate AnyDesk automatically (default).

See also: Exit Codes.

Automatically Setting a Password after Installation

Download Program Anydesk

Program Anydesk

For security reasons, a password can not be set from the command line directly as this would enable malicious users to spy the password from the command line in Task Manager. Instead, a pipe is used to set the password. For example, to set a password for an already installed AnyDesk, use this syntax in a batch file:

echo my_password123 | anydesk.exe --set-password

Example

To install AnyDesk, set a password and register a license key from a batch file at the same time, you could use the following code:

@echo off

Anydesk 64 Bit Download

AnyDesk.exe --install 'C:InstallAnyDeskHere' --start-with-win --silent --create-shortcuts --create-desktop-icon

echo licence_keyABC | 'C:InstallAnyDeskHereAnyDesk.exe' --register-license

echo password123 | 'C:InstallAnyDeskHereAnyDesk.exe' --set-password

This will install AnyDesk and wait for the installation to finish, then it will set a password in the newly installed AnyDesk.

Anydesk App

Removing AnyDesk

To open the uninstallation panel of AnyDesk:anydesk.exe --uninstall

Anydesk app

Uninstalling without Notice (Silent Uninstall)

anydesk.exe --remove (This will still display error messages while uninstalling, if you don't want those to appear either, use '--silent --remove'.)