1. | To hide one or more display configuration features, look at the display feature lock table and locate the desired feature
or features that you want to hide. Refer to Display feature lock table for more information.
|
2. | To hide a single feature, type 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 |
3. | To hide multiple features, add the values of the desired features together and type the 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 |