Last change
on this file since 105166 was 99797, checked in by vboxsync, 21 months ago |
Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.
|
-
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>
|
---|
8 | There are several advanced customization settings for locking
|
---|
9 | down <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. Locking down means removing some features that
|
---|
10 | the user should not see.
|
---|
11 | </p>
|
---|
12 | <pre xml:space="preserve">VBoxManage setextradata global GUI/Customizations <varname>property</varname>[,<varname>property</varname> ...]</pre>
|
---|
13 | <p><varname>property</varname> is one of the following
|
---|
14 | properties:
|
---|
15 | </p>
|
---|
16 | <dl>
|
---|
17 | <dlentry>
|
---|
18 | <dt>
|
---|
19 | <codeph>noSelector</codeph>
|
---|
20 | </dt>
|
---|
21 | <dd>
|
---|
22 | <p>
|
---|
23 | Do not allow users to start <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. Trying to do so
|
---|
24 | will show a window containing a proper error message.
|
---|
25 | </p>
|
---|
26 | </dd>
|
---|
27 | </dlentry>
|
---|
28 | <dlentry>
|
---|
29 | <dt>
|
---|
30 | <codeph>noMenuBar</codeph>
|
---|
31 | </dt>
|
---|
32 | <dd>
|
---|
33 | <p>
|
---|
34 | VM windows will not contain a menu bar.
|
---|
35 | </p>
|
---|
36 | </dd>
|
---|
37 | </dlentry>
|
---|
38 | <dlentry>
|
---|
39 | <dt>
|
---|
40 | <codeph>noStatusBar</codeph>
|
---|
41 | </dt>
|
---|
42 | <dd>
|
---|
43 | <p>
|
---|
44 | VM windows will not contain a status bar.
|
---|
45 | </p>
|
---|
46 | </dd>
|
---|
47 | </dlentry>
|
---|
48 | </dl>
|
---|
49 | <p>
|
---|
50 | To disable any of these <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> customizations use the
|
---|
51 | following command:
|
---|
52 | </p>
|
---|
53 | <pre xml:space="preserve">$ VBoxManage setextradata global GUI/Customizations</pre>
|
---|
54 | </body>
|
---|
55 |
|
---|
56 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.