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.
- Open the BlueZone Desktop installation
source directory.
- Open the setup.ini file in a text
editor.
- Determine the display configuration features that you want
to lock. Refer to Display feature locks for a list of the features and their values.
- 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
- 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
- Save and close the file.