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