You can hide some or all of the configuration profile toolbar
buttons:
- Open the BlueZone Desktop installation
source directory.
- Open the global.ini file in a text
editor.
- In the [BlueZone] section, locate the ;HideDialogButtons= entry.
- Delete the semicolon at the beginning of the entry.
- To hide a single button, type the value of the button in
the HideDialogButtons= entry. For example, to hide
the Save As button, set HideDialogButtons= to 8:
[BlueZone]
HideDialogButtons=8
- To hide multiple buttons, add the button values together
and type the sum in the HideDialogButtons= entry.
For example, to hide the Open and Save As buttons, set HideDialogButtons= to
10:
[BlueZone]
HideDialogButtons=10
- Save and close the file.