Suppress License Messages
The SuppressLicenseErrorDialog
registry setting controls whether licensing error dialogs are displayed in sessions where the ScrewDrivers Session Agent is installed. It is designed for environments where end-user interaction with license issues is undesirable—particularly for users who may frequently be offline or disconnected from the corporate network.
This setting suppresses messages related to license checkout failures and grace period notifications, allowing sessions to continue without presenting error dialogs to the user.
Instructions
To manually set the value (in ScrewDrivers v7):
Open Registry Editor (
regedit.exe
) on the device where the ScrewDrivers Session Agent is installed.Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Tricerat\Licensing
Create or edit a
DWORD (32-bit) Value
named:SuppressLicenseErrorDialog
Set its value to:
1
to suppress dialogs0
to allow dialogs (or delete the key for default behavior)
This setting can also be configured during installation by including the silent install switch OPTION_SUPPRESS_LICENSE_ERROR_DIALOG
. See Silent Install Switches (v7.3.1 or newer) for more information.