Last change
on this file since 105335 was 105335, checked in by vboxsync, 5 months ago |
FE/Qt: bugref:10705. Merging r6149 from doc team's repo.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.7 KB
|
Line | |
---|
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>
|
---|
21 | Do not allow users to start <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. Trying to do so
|
---|
22 | will show a window containing a proper error message.
|
---|
23 | </p>
|
---|
24 | </dd>
|
---|
25 | </dlentry>
|
---|
26 | <dlentry>
|
---|
27 | <dt>
|
---|
28 | <codeph>noMenuBar</codeph>
|
---|
29 | </dt>
|
---|
30 | <dd>
|
---|
31 | <p>
|
---|
32 | VM windows will not contain a menu bar.
|
---|
33 | </p>
|
---|
34 | </dd>
|
---|
35 | </dlentry>
|
---|
36 | <dlentry>
|
---|
37 | <dt>
|
---|
38 | <codeph>noStatusBar</codeph>
|
---|
39 | </dt>
|
---|
40 | <dd>
|
---|
41 | <p>
|
---|
42 | VM windows will not contain a status bar.
|
---|
43 | </p>
|
---|
44 | </dd>
|
---|
45 | </dlentry>
|
---|
46 | </dl>
|
---|
47 | <p>To disable any of these <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> customizations use the following
|
---|
48 | command: </p>
|
---|
49 | <pre xml:space="preserve">$ VBoxManage setextradata global GUI/Customizations</pre>
|
---|
50 | </body>
|
---|
51 |
|
---|
52 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.