VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/config-vm-selector-menu.dita@ 105293

Last change on this file since 105293 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 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="config-vm-selector-menu">
4 <title>Configure VM Selector Menu Entries</title>
5
6 <body>
7 <p>
8 You can disable certain entries in the global settings page of
9 the VM selector:
10 </p>
11 <pre xml:space="preserve">$ VBoxManage setextradata global GUI/RestrictedGlobalSettingsPages <varname>property</varname>[,<varname>property</varname>...]</pre>
12 <p><varname>property</varname> is one of the following:
13 </p>
14 <dl>
15 <dlentry>
16 <dt>
17 <codeph>General</codeph>
18 </dt>
19 <dd>
20 <p>
21 Do not show the <b outputclass="bold">General</b>
22 settings pane.
23 </p>
24 </dd>
25 </dlentry>
26 <dlentry>
27 <dt>
28 <codeph>Input</codeph>
29 </dt>
30 <dd>
31 <p>
32 Do not show the <b outputclass="bold">Input</b>
33 settings pane.
34 </p>
35 </dd>
36 </dlentry>
37 <dlentry>
38 <dt>
39 <codeph>Update</codeph>
40 </dt>
41 <dd>
42 <p>
43 Do not show the <b outputclass="bold">Update</b>
44 settings pane.
45 </p>
46 </dd>
47 </dlentry>
48 <dlentry>
49 <dt>
50 <codeph>Language</codeph>
51 </dt>
52 <dd>
53 <p>
54 Do not show the <b outputclass="bold">Language</b>
55 settings pane.
56 </p>
57 </dd>
58 </dlentry>
59 <dlentry>
60 <dt>
61 <codeph>Display</codeph>
62 </dt>
63 <dd>
64 <p>
65 Do not show the <b outputclass="bold">Display</b>
66 settings pane.
67 </p>
68 </dd>
69 </dlentry>
70 <dlentry>
71 <dt>
72 <codeph>Network</codeph>
73 </dt>
74 <dd>
75 <p>
76 Do not show the <b outputclass="bold">Network</b>
77 settings pane.
78 </p>
79 </dd>
80 </dlentry>
81 <dlentry>
82 <dt>
83 <codeph>Extensions</codeph>
84 </dt>
85 <dd>
86 <p>
87 Do not show the
88 <b outputclass="bold">Extensions</b> settings pane.
89 </p>
90 </dd>
91 </dlentry>
92 <dlentry>
93 <dt>
94 <codeph>Proxy</codeph>
95 </dt>
96 <dd>
97 <p>
98 Do not show the <b outputclass="bold">Proxy</b>
99 settings pane.
100 </p>
101 </dd>
102 </dlentry>
103 </dl>
104 <p>
105 This is a global setting. You can specify any combination of
106 properties. To restore the default behavior, use the following
107 command:
108 </p>
109 <pre xml:space="preserve">$ VBoxManage setextradata global GUI/RestrictedGlobalSettingsPages</pre>
110 </body>
111
112</topic>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette