BlueZone Feature Locking

Display Locking Feature

If locking all the BlueZone Display configuration settings via the DISPLAYLOCK feature is too restrictive, you can use the Display Locking Feature to hide the Display Configuration dialog tabs that you do not want your end users to be able to access.

For example, you may have a situation where you want to allow your end user's to be able to change the Font and Cursor settings but not the Colors, GUI, Watermark or Advanced settings.

To hide one or more Display configuration features, take a look at the Display Feature Lock Table and locate the desired feature or features that you wish to hide.

To hide a single feature, simply enter the value of the desired feature in the LockDisplay= value.

For example, if you want to hide the Colors Tab, change the 0 to a 4 as shown here in red:

[BZSetup]
Lock=0
LockFTP=0
LockFTPSession=0
LockFTPConnection=0
LockFTPInitialCommands=0
LockFTPMiscellaneous=0
LockFTPSchedule=0
LockFTPFirewall=0
LockFTPSecurity=0
LockFTPCertificate=0

LockTelnet=0
LockDisplay=4

FontLock=No
ShowLockedDialogs=Yes
DisableAppendToClipboard=No

To hide multiple features, add the values of the desired features together and enter that sum in the LockDisplay= value.

For example, if you want to hide the GUI Tab and the Advanced Tab, add the value of 8 and 32 together for a total of 40 as shown here in red:

[BZSetup]
Lock=0
LockFTP=0
LockFTPSession=0
LockFTPConnection=0
LockFTPInitialCommands=0
LockFTPMiscellaneous=0
LockFTPSchedule=0
LockFTPFirewall=0
LockFTPSecurity=0
LockFTPCertificate=0

LockTelnet=0
LockDisplay=40

FontLock=No
ShowLockedDialogs=Yes
DisableAppendToClipboard=No


Related Topics:

Display Feature Lock Table

Telnet Locking Feature