Suppress License Messages

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):

  1. Open Registry Editor (regedit.exe) on the device where the ScrewDrivers Session Agent is installed.

  2. Navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Tricerat\Licensing

  3. Create or edit a DWORD (32-bit) Value named:
    SuppressLicenseErrorDialog

  4. Set its value to:

    • 1 to suppress dialogs

    • 0 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.

 Related articles