diff --git a/Client-deployment-settings.md b/Client-deployment-settings.md index aae0016..46cc6a4 100644 --- a/Client-deployment-settings.md +++ b/Client-deployment-settings.md @@ -2,8 +2,12 @@ ### Client identification +The client identification acts as a way to associate a tag with the client. It should help you to recognize the client once it has been deployed, since it can be difficult to keep an overview with many different client settings per deployment. + ### Process mutex +The process mutex ensures that only one instance of the client is running on the same system. It should be unique and not re-used for new client deployments. One of the first checks a client performs after startup is to check if the mutex has been used. If it is already in use on the system, the client process is terminated. + ### Unattended mode The unattended mode allows remote control of the client without user interaction. When the unattended mode is not activated a small icon will be shown in the taskbar. Additionally notifications will be shown for non-visible actions such as starting a remote desktop session or a file transfer.