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-window-status-bar">
|
---|
4 | <title>Configure VM Window Status Bar Entries</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | You can disable certain status bar items:
|
---|
9 | </p>
|
---|
10 | <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedStatusBarIndicators OPTION[,OPTION...]</pre>
|
---|
11 | <p>
|
---|
12 | where <codeph>OPTION</codeph> is one of the following
|
---|
13 | keywords:
|
---|
14 | </p>
|
---|
15 | <dl>
|
---|
16 | <dlentry>
|
---|
17 | <dt>
|
---|
18 | <codeph>HardDisks</codeph>
|
---|
19 | </dt>
|
---|
20 | <dd>
|
---|
21 | <p>
|
---|
22 | Do not show the hard disk icon in the VM window status
|
---|
23 | bar. By default the hard disk icon is only shown if the VM
|
---|
24 | configuration contains one or more hard disks.
|
---|
25 | </p>
|
---|
26 | </dd>
|
---|
27 | </dlentry>
|
---|
28 | <dlentry>
|
---|
29 | <dt>
|
---|
30 | <codeph>OpticalDisks</codeph>
|
---|
31 | </dt>
|
---|
32 | <dd>
|
---|
33 | <p>
|
---|
34 | Do not show the CD icon in the VM window status bar. By
|
---|
35 | default the CD icon is only shown if the VM configuration
|
---|
36 | contains one or more CD drives.
|
---|
37 | </p>
|
---|
38 | </dd>
|
---|
39 | </dlentry>
|
---|
40 | <dlentry>
|
---|
41 | <dt>
|
---|
42 | <codeph>FloppyDisks</codeph>
|
---|
43 | </dt>
|
---|
44 | <dd>
|
---|
45 | <p>
|
---|
46 | Do not show the floppy icon in the VM window status bar.
|
---|
47 | By default the floppy icon is only shown if the VM
|
---|
48 | configuration contains one or more floppy drives.
|
---|
49 | </p>
|
---|
50 | </dd>
|
---|
51 | </dlentry>
|
---|
52 | <dlentry>
|
---|
53 | <dt>
|
---|
54 | <codeph>Network</codeph>
|
---|
55 | </dt>
|
---|
56 | <dd>
|
---|
57 | <p>
|
---|
58 | Do not show the network icon in the VM window status bar.
|
---|
59 | By default the network icon is only shown if the VM
|
---|
60 | configuration contains one or more active network
|
---|
61 | adapters.
|
---|
62 | </p>
|
---|
63 | </dd>
|
---|
64 | </dlentry>
|
---|
65 | <dlentry>
|
---|
66 | <dt>
|
---|
67 | <codeph>USB</codeph>
|
---|
68 | </dt>
|
---|
69 | <dd>
|
---|
70 | <p>
|
---|
71 | Do not show the USB icon in the status bar.
|
---|
72 | </p>
|
---|
73 | </dd>
|
---|
74 | </dlentry>
|
---|
75 | <dlentry>
|
---|
76 | <dt>
|
---|
77 | <codeph>SharedFolders</codeph>
|
---|
78 | </dt>
|
---|
79 | <dd>
|
---|
80 | <p>
|
---|
81 | Do not show the shared folders icon in the status bar.
|
---|
82 | </p>
|
---|
83 | </dd>
|
---|
84 | </dlentry>
|
---|
85 | <dlentry>
|
---|
86 | <dt>
|
---|
87 | <codeph>Capture</codeph>
|
---|
88 | </dt>
|
---|
89 | <dd>
|
---|
90 | <p>
|
---|
91 | Do not show the capture icon in the status bar.
|
---|
92 | </p>
|
---|
93 | </dd>
|
---|
94 | </dlentry>
|
---|
95 | <dlentry>
|
---|
96 | <dt>
|
---|
97 | <codeph>Features</codeph>
|
---|
98 | </dt>
|
---|
99 | <dd>
|
---|
100 | <p>
|
---|
101 | Do not show the CPU features icon in the status bar.
|
---|
102 | </p>
|
---|
103 | </dd>
|
---|
104 | </dlentry>
|
---|
105 | <dlentry>
|
---|
106 | <dt>
|
---|
107 | <codeph>Mouse</codeph>
|
---|
108 | </dt>
|
---|
109 | <dd>
|
---|
110 | <p>
|
---|
111 | Do not show the mouse icon in the status bar.
|
---|
112 | </p>
|
---|
113 | </dd>
|
---|
114 | </dlentry>
|
---|
115 | <dlentry>
|
---|
116 | <dt>
|
---|
117 | <codeph>Keyboard</codeph>
|
---|
118 | </dt>
|
---|
119 | <dd>
|
---|
120 | <p>
|
---|
121 | Do not show the keyboard icon in the status bar.
|
---|
122 | </p>
|
---|
123 | </dd>
|
---|
124 | </dlentry>
|
---|
125 | </dl>
|
---|
126 | <p>
|
---|
127 | This is a per-VM or global setting. Any combination of the above
|
---|
128 | is allowed. If all options are specified, no icons are displayed
|
---|
129 | in the status bar of the VM window. To restore the default
|
---|
130 | behavior, use
|
---|
131 | </p>
|
---|
132 | <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedStatusBarIndicators</pre>
|
---|
133 | </body>
|
---|
134 |
|
---|
135 | </topic>
|
---|