1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="customize-vm-manager">
|
---|
4 | <title>Customizing <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/></title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>There are several advanced customization settings for locking down <ph
|
---|
8 | conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. Locking down means removing some features that the user should
|
---|
9 | not see. </p>
|
---|
10 | <pre xml:space="preserve">VBoxManage setextradata global GUI/Customizations <varname>property</varname>[,<varname>property</varname> ...]</pre>
|
---|
11 | <p><varname>property</varname> is one of the following
|
---|
12 | properties:
|
---|
13 | </p>
|
---|
14 | <dl>
|
---|
15 | <dlentry>
|
---|
16 | <dt>
|
---|
17 | <codeph>noSelector</codeph>
|
---|
18 | </dt>
|
---|
19 | <dd>
|
---|
20 | <p>Do not allow users to start <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. Trying to do so will show a
|
---|
21 | window containing a proper error message. </p>
|
---|
22 | </dd>
|
---|
23 | </dlentry>
|
---|
24 | <dlentry>
|
---|
25 | <dt>
|
---|
26 | <codeph>noMenuBar</codeph>
|
---|
27 | </dt>
|
---|
28 | <dd>
|
---|
29 | <p>VM windows will not contain a menu bar. </p>
|
---|
30 | </dd>
|
---|
31 | </dlentry>
|
---|
32 | <dlentry>
|
---|
33 | <dt>
|
---|
34 | <codeph>noStatusBar</codeph>
|
---|
35 | </dt>
|
---|
36 | <dd>
|
---|
37 | <p>VM windows will not contain a status bar. </p>
|
---|
38 | </dd>
|
---|
39 | </dlentry>
|
---|
40 | </dl>
|
---|
41 | <p>To disable any of these <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> customizations use the following
|
---|
42 | command: </p>
|
---|
43 | <pre xml:space="preserve">$ VBoxManage setextradata global GUI/Customizations</pre>
|
---|
44 | </body>
|
---|
45 |
|
---|
46 | </topic>
|
---|