Configuring the display locking feature

If locking all of the BlueZone Display configuration settings through the DISPLAYLOCK feature is too restrictive, you can use the display locking feature to hide the Display Configuration window tabs that you do not want your users to access.
For example, you can allow your users to change the Font and Cursor settings but not the Colors, GUI, Watermark, or Advanced settings.
  1. Open the BlueZone Desktop installation source directory.
  2. Open the setup.ini file in a text editor.
  3. Determine the display configuration features that you want to lock. Refer to Display feature locks for a list of the features and their values.
  4. To hide a single feature, type the value of the feature in the LockDisplay= value.
    For example, if you want to hide the Colors tab, set the LockDisplay= to 4:
    [BZSetup]
    LockDisplay=4
  5. To hide multiple features, add the values of the features together and type the sum in the LockDisplay= value.
    For example, if you want to hide the GUI and Advanced tabs, add the value of 8 and 32 together and set the LockDisplay= to 40:
    [BZSetup]
    LockDisplay=40
  6. Save and close the file.