diff --git a/src/lib/gui/dialogs/SettingsDialogBase.ui b/src/lib/gui/dialogs/SettingsDialogBase.ui index 94381619e..aabe64cf4 100644 --- a/src/lib/gui/dialogs/SettingsDialogBase.ui +++ b/src/lib/gui/dialogs/SettingsDialogBase.ui @@ -625,7 +625,20 @@ - Specify when the Deskflow service should run at an elevated privilege level + Specify when the Windows background service should run the server or client + process at an elevated privilege level. + + + + <p>You may want to alter whether or not the privilege level of the server or client + process is automatically changed depending on your use case. In some cases it can help + to diagnose or solve some problems related to elevated processes in Windows.</p> + <ul> + <li>Automatic: Elevate when the window session changes to secure mode</li> + <li>Always elevate: Always run in elevated mode (could be unsafe)</li> + <li>Never elevate: Turn off compatability with login screen and UAC</li> + </ul> + 0 @@ -654,6 +667,20 @@ Use background service (daemon) + + Whether to launch the server or client process through the Windows background + service or direct from the GUI. + + + + <p>The background service is only available on Windows.</p> + <p>The Windows background service is used to:</p> + <ul> + <li>Start the server or client automatically when the computer starts.</li> + <li>Run the server or client in an elevated mode (e.g. on login screen, UAC dialogs, etc).</li> + </ul> + +