У вас большие запросы!
Точнее, от вашего браузера их поступает слишком много, и сервер VK забил тревогу.
Эта страница была загружена по HTTP, вместо безопасного HTTPS, а значит телепортации обратно не будет.
Обратитесь в поддержку сервиса.
Вы отключили сохранение Cookies, а они нужны, чтобы решить проблему.
Почему-то страница не получила всех данных, а без них она не работает.
Обратитесь в поддержку сервиса.
Вы вернётесь на предыдущую страницу через 5 секунд.
Вернуться назад
У вас большие запросы!
Точнее, от вашего браузера их поступает слишком много, и сервер VK забил тревогу.
Эта страница была загружена по HTTP, вместо безопасного HTTPS, а значит телепортации обратно не будет.
Обратитесь в поддержку сервиса.
Вы отключили сохранение Cookies, а они нужны, чтобы решить проблему.
Почему-то страница не получила всех данных, а без них она не работает.
Обратитесь в поддержку сервиса.
Вы вернётесь на предыдущую страницу через 5 секунд.
Вернуться назад
Keyboard & Hotkeys
For international users connecting from one language zone to another, AnyDesk has a feature for translating the keyboard layout. For example, a user in Poland using a Polish keyboard layout can connect to a machine in France using a French keyboard layout and work regardless of the different keyboard layouts. In most cases, AnyDesk will choose the best mode for the user. In some specific cases, it may be necessary to manually choose the keyboard translation mode.
Remote
With «Remote», all keys are mapped from the local to the remote keyboard based on their position. For example, the key «q» on a local QWERTY keyboard will transmit an «a» character if connected to a remote device with an AZERTY keyboard.
This mode is not recommended for office work but it can be useful if the remote device uses specialty software to map macros to specific keys.
Local
When «Local» is selected, all keys will be transmitted to the remote endpoint as if the local keyboard layout is active on the remote device.
However, this layout mode may cause problems with certain programs such as video games as they use scan code to process the key presses.
Automatic
When the «Auto» keyboard layout is selected in the AnyDesk toolbar, «Remote» is used if the keyboard layouts on both the local and remote devices are identical.
On the other hand, if AnyDesk detects that the keyboard layouts on the local and remote devices differ, » Local » is selected instead.
If encountering keyboard input problems with certain programs, please try changing the keyboard mode manually.
Keyboard Shortcuts
Keyboard shortcuts (e.g. copy/paste) have to be used with the keys that are valid on the remote device’s operating system. For example copy on MacOS with CMD+C, but paste on Windows with CTRL+V.
For more information, please see Cross-platform Shortcuts.
Hotkeys (Windows-only)
Currently CTRL + ALT + SHIFT + Hotkey commands are reserved for AnyDesk shortcuts. A list of our shortcuts can be found below:
| Hotkey | Function |
|---|---|
| Left/Right (arrow) | Switch between different remote displays |
| 1.. 9 | Select tab [number pressed] |
| Return | Toggle full-screen mode |
| S | Toggle sound transmission |
| I | Toggle input state (allow/disallow input) |
| P | Save screenshot |
| F2 | View Mode – Default (1:1 Pixel) |
| F3 | Select view mode “shrink” |
| F4 | Select view mode “stretch” |
| Del | Send CTRL+ALT+DEL |
| Space | Toggle Mouse Capture mode (AnyDesk 8+ for Windows) |
Command-Line Interface for Windows
The following commands can be entered in the Windows command line or can be used in a script in order to automate parts of AnyDesk.
It is important to run these commands in the correct path AnyDesk is located in or to specify the correct path manually.
By default, standard AnyDesk clients from anydesk.com are installed in the following location:C:\Program Files (x86)\AnyDesk\AnyDesk.exe
For custom clients created from my.anydesk.com, they can be found in the following location instead:
C:\Program Files (x86)\AnyDesk-\AnyDesk-.exe
The can be found in the Clients Details page of an existing custom client configuration in the Files tab of my.anydesk.com.
The can be found in the row labeled «Prefix» after «ad_«. It is randomly generated and unique for each account.
Installation Commands
These commands are used when installing or updating AnyDesk through the command-line interface in the form:
anydesk.exe —install
anydesk.exe --install “C:\Program Files (x86)\AnyDesk” --start-with-win --create-desktop-icon
On the other hand, the installation of AnyDesk MSI packages simply uses the following command:
anydesk.msi (optional: INSTALL="")
Parameter
Install AnyDesk to the specified .
e.g. C:\Program Files (x86)\AnyDesk
Client Commands
These commands can be used to interact with the AnyDesk client through the command-line interface or scripts.
| Command | Description |
| anydesk.exe | See Client Command Parameters. |
| echo | anydesk.exe —register-license | Register the specified license key. (Requires administrative privileges) |
| echo | anydesk.exe —set-password | Set the specified password for unattended access. |
Client Command Parameters
Remove the unattended access password. (Requires administrative privileges).
Please note that preset passwords from custom clients cannot be removed.
—settings:
Viable parameters:
ui, security, alias, privacy, video, capture, audio, connection, file_transfer, recording, printer, wol, license, about
Viable parameters:
capture, security, connection, recording
Client Batch Scripts
Get AnyDesk-ID:
@echo off
for /f "delims=" %%i in ('"C:\Program Files (x86)\AnyDesk\AnyDesk.exe" --get-id') do set
echo AnyDesk ID is: %ID%
pause
Get AnyDesk-Alias:
@echo off
for /f "delims=" %%i in ('"C:\Program Files (x86)\AnyDesk\AnyDesk.exe" --get-alias') do set ALIAS=%%i
echo AnyDesk Alias is: %ALIAS%
pause
Get the online status:
@echo off
for /f "delims=" %%i in ('"C:\Program Files (x86)\AnyDesk\AnyDesk.exe" --get-status') do set STATUS=%%i
echo AnyDesk status is: %STATUS%
pause
Get AnyDesk version:
@echo off
for /f "delims=" %%i in ('"C:\Program Files (x86)\AnyDesk\AnyDesk.exe" --version') do set VER=%%i
echo AnyDesk version is: %VER%
pause
Permission Profile Commands (AnyDesk 7+)
Create a permission profile called . By default, all permissions are disabled. If you wish to enable them, add + to the end of the command with a space in between to separate multiple permissions.
List of :
audio
input
clipboard
clipboard_files
block_input
sas (CTRL+ALT+DEL Action)
restart
file_manager
lock_desk
sysinfo
whiteboard
tcp_tunnel
vpn
user_pointer
privacy_feature
record_session
Create a permission profile called that can be accessed using the unattended access password .
See above for more information on how to set up permissions for this profile.
Set the unattended access for an existing .
For custom profiles, is simply the name of the Permission Profile.
For default profiles that come with AnyDesk, the following should be used:
Default: _default
Full Access: _full_access
Screen Sharing: _screen_sharing
Unattended Access: _unattended_access
Connection Commands
A connection can be established through the command-line interface.
When requesting a connection through the command line, several parameters can be appended.
AnyDesk will request a connection to the specified client.
Optional Connection Command Parameters.
| Parameter | Description |
| —file-transfer | AnyDesk will start a File Transfer session. |
| —fullscreen | AnyDesk will start an interactive session in fullscreen mode. |
| —plain | AnyDesk will start an interactive session in a plain window without borders or menu points. |