VirtualBox

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

Last change on this file since 105482 was 105335, checked in by vboxsync, 7 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: 24.0 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-window-menu">
4 <title>Configure VM Window Menu Entries</title>
5
6 <body>
7 <p>You can disable certain menu actions in the VM window: </p>
8 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeMenus OPTION[,OPTION...]</pre>
9 <p>
10 where <codeph>OPTION</codeph> is one of the following
11 keywords:
12 </p>
13 <dl>
14 <dlentry>
15 <dt>
16 <codeph>All</codeph>
17 </dt>
18 <dd>
19 <p>Do not show any menu in the VM window. </p>
20 </dd>
21 </dlentry>
22 <dlentry>
23 <dt>
24 <codeph>Application</codeph>
25 </dt>
26 <dd>
27 <p>Do not show <b outputclass="bold">Application/File</b> menu in the VM window. </p>
28 </dd>
29 </dlentry>
30 <dlentry>
31 <dt>
32 <codeph>Machine</codeph>
33 </dt>
34 <dd>
35 <p>Do not show the <b outputclass="bold">Machine</b> menu in the VM window. </p>
36 </dd>
37 </dlentry>
38 <dlentry>
39 <dt>
40 <codeph>View</codeph>
41 </dt>
42 <dd>
43 <p>Do not show the <b outputclass="bold">View</b> menu in the VM window. </p>
44 </dd>
45 </dlentry>
46 <dlentry>
47 <dt>
48 <codeph>Input</codeph>
49 </dt>
50 <dd>
51 <p>Do not show <b outputclass="bold">Input</b> menu in the VM window. </p>
52 </dd>
53 </dlentry>
54 <dlentry>
55 <dt>
56 <codeph>Devices</codeph>
57 </dt>
58 <dd>
59 <p>Do not show the <b outputclass="bold">Devices</b> menu in the VM window. </p>
60 </dd>
61 </dlentry>
62 <dlentry>
63 <dt>
64 <codeph>Help</codeph>
65 </dt>
66 <dd>
67 <p>Do not show the <b outputclass="bold">Help</b> menu in the VM window. </p>
68 </dd>
69 </dlentry>
70 <dlentry>
71 <dt>
72 <codeph>Debug</codeph>
73 </dt>
74 <dd>
75 <p>Do not show the <b outputclass="bold">Debug</b> menu in the VM window. The Debug menu is only visible if
76 the GUI was started with special command line parameters or environment variable settings. </p>
77 </dd>
78 </dlentry>
79 </dl>
80 <p>This is a per-VM or global setting. Any combination of the above is allowed. To restore the default behavior, use
81 the following command: </p>
82 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeMenus</pre>
83 <p>You can also disable certain menu actions of certain menus. Use the following command to disable certain actions
84 of the <b outputclass="bold">Application</b> menu. This is only available on macOS hosts. </p>
85 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeApplicationMenuActions OPTION[,OPTION...]</pre>
86 <p>where <codeph>OPTION</codeph> is one of the following keywords: </p>
87 <dl>
88 <dlentry>
89 <dt>
90 <codeph>All</codeph>
91 </dt>
92 <dd>
93 <p>Do not show any menu item in this menu. </p>
94 </dd>
95 </dlentry>
96 <dlentry>
97 <dt>
98 <codeph>About</codeph>
99 </dt>
100 <dd>Do not show the <b outputclass="bold">About</b> menu item in this menu. </dd>
101 </dlentry>
102 <dlentry>
103 <dt>
104 <codeph>Preferences</codeph>
105 </dt>
106 <dd>
107 <p>Do not show the <b outputclass="bold">Preferences</b> menu item in this menu. </p>
108 </dd>
109 </dlentry>
110 <dlentry>
111 <dt>
112 <codeph>NetworkAccessManager</codeph>
113 </dt>
114 <dd>
115 <p>Do not show the <b outputclass="bold">Network Operations Manager</b> menu item in this menu. </p>
116 </dd>
117 </dlentry>
118 <dlentry>
119 <dt>
120 <codeph>ResetWarnings</codeph>
121 </dt>
122 <dd>
123 <p>Do not show the <b outputclass="bold">Reset All Warnings</b> menu item in this menu. </p>
124 </dd>
125 </dlentry>
126 <dlentry>
127 <dt>
128 <codeph>Close</codeph>
129 </dt>
130 <dd>
131 <p>Do not show the <b outputclass="bold">Close</b> menu item in this menu. </p>
132 </dd>
133 </dlentry>
134 </dl>
135 <p>This is a per-VM or global setting. Any combination of the above is allowed. To restore the default behavior, use
136 the following command: </p>
137 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeMenus</pre>
138 <p>
139 Use the following command to disable certain actions of the
140 <b outputclass="bold">Machine</b> menu:
141 </p>
142 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeMachineMenuActions OPTION[,OPTION...]</pre>
143 <p>
144 where <codeph>OPTION</codeph> is one of the following
145 keywords:
146 </p>
147 <dl>
148 <dlentry>
149 <dt>
150 <codeph>All</codeph>
151 </dt>
152 <dd>
153 <p>
154 Do not show any menu item in this menu.
155 </p>
156 </dd>
157 </dlentry>
158 <dlentry>
159 <dt>
160 <codeph>SettingsDialog</codeph>
161 </dt>
162 <dd>
163 <p>
164 Do not show the <b outputclass="bold">Settings</b>
165 menu item in this menu.
166 </p>
167 </dd>
168 </dlentry>
169 <dlentry>
170 <dt>
171 <codeph>TakeSnapshot</codeph>
172 </dt>
173 <dd>
174 <p>
175 Do not show the <b outputclass="bold">Take
176 Snapshot...</b> menu item in this menu.
177 </p>
178 </dd>
179 </dlentry>
180 <dlentry>
181 <dt>
182 <codeph>InformationDialog</codeph>
183 </dt>
184 <dd>
185 <p>
186 Do not show the <b outputclass="bold">Session
187 Information...</b> menu item in this menu.
188 </p>
189 </dd>
190 </dlentry>
191 <dlentry>
192 <dt>
193 <codeph>FileManagerDialog</codeph>
194 </dt>
195 <dd>
196 <p>
197 Do not show the <b outputclass="bold">File
198 Manager...</b> menu item in this menu.
199 </p>
200 </dd>
201 </dlentry>
202 <dlentry>
203 <dt>
204 <codeph>Pause</codeph>
205 </dt>
206 <dd>
207 <p>
208 Do not show the <b outputclass="bold">Pause</b>
209 menu item in this menu.
210 </p>
211 </dd>
212 </dlentry>
213 <dlentry>
214 <dt>
215 <codeph>Reset</codeph>
216 </dt>
217 <dd>
218 <p>
219 Do not show the <b outputclass="bold">Reset</b>
220 menu item in this menu.
221 </p>
222 </dd>
223 </dlentry>
224 <dlentry>
225 <dt>
226 <codeph>Shutdown</codeph>
227 </dt>
228 <dd>
229 <p>
230 Do not show the <b outputclass="bold">ACPI
231 Shutdown</b> menu item in this menu.
232 </p>
233 </dd>
234 </dlentry>
235 </dl>
236 <p>
237 This is a per-VM or global setting. Any combination of the above
238 is allowed. To restore the default behavior, use
239 </p>
240 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeMachineMenuActions</pre>
241 <p>
242 Use the following command to disable certain actions of the
243 <b outputclass="bold">View</b> menu:
244 </p>
245 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeViewMenuActions OPTION[,OPTION...]</pre>
246 <p>
247 where <codeph>OPTION</codeph> is one of the following
248 keywords:
249 </p>
250 <dl>
251 <dlentry>
252 <dt>
253 <codeph>All</codeph>
254 </dt>
255 <dd>
256 <p>
257 Do not show any menu item in this menu.
258 </p>
259 </dd>
260 </dlentry>
261 <dlentry>
262 <dt>
263 <codeph>Fullscreen</codeph>
264 </dt>
265 <dd>
266 <p>
267 Do not show the <b outputclass="bold">Full-screen
268 Mode</b> menu item in this menu.
269 </p>
270 </dd>
271 </dlentry>
272 <dlentry>
273 <dt>
274 <codeph>Seamless</codeph>
275 </dt>
276 <dd>
277 <p>
278 Do not show the <b outputclass="bold">Seamless
279 Mode</b> menu item in this menu.
280 </p>
281 </dd>
282 </dlentry>
283 <dlentry>
284 <dt>
285 <codeph>Scale</codeph>
286 </dt>
287 <dd>
288 <p>
289 Do not show the <b outputclass="bold">Scaled
290 Mode</b> menu item in this menu.
291 </p>
292 </dd>
293 </dlentry>
294 <dlentry>
295 <dt>
296 <codeph>GuestAutoresize</codeph>
297 </dt>
298 <dd>
299 <p>
300 Do not show the <b outputclass="bold">Auto-resize Guest
301 Display</b> menu item in this menu.
302 </p>
303 </dd>
304 </dlentry>
305 <dlentry>
306 <dt>
307 <codeph>AdjustWindow</codeph>
308 </dt>
309 <dd>
310 <p>
311 Do not show the <b outputclass="bold">Adjust Window
312 Size</b> menu item in this menu.
313 </p>
314 </dd>
315 </dlentry>
316 <dlentry>
317 <dt>
318 <codeph>TakeScreenshot</codeph>
319 </dt>
320 <dd>
321 <p>
322 Do not show the <b outputclass="bold">Take
323 Screenshot...</b> menu item in this menu.
324 </p>
325 </dd>
326 </dlentry>
327 <dlentry>
328 <dt>
329 <codeph>Recording</codeph>
330 </dt>
331 <dd>
332 <p>
333 Do not show the <b outputclass="bold">Recording</b>
334 menu item in this menu.
335 </p>
336 </dd>
337 </dlentry>
338 <dlentry>
339 <dt>
340 <codeph>VRDEServer</codeph>
341 </dt>
342 <dd>
343 <p>
344 Do not show the <b outputclass="bold">Remote
345 Display</b> menu item in this menu.
346 </p>
347 </dd>
348 </dlentry>
349 <dlentry>
350 <dt>
351 <codeph>MenuBar</codeph>
352 </dt>
353 <dd>
354 <p>
355 Do not show the <b outputclass="bold">Menu Bar</b>
356 menu item in this menu.
357 </p>
358 </dd>
359 </dlentry>
360 <dlentry>
361 <dt>
362 <codeph>MenuBarSettings</codeph>
363 </dt>
364 <dd>
365 <p>
366 Do not show the <b outputclass="bold">Menu Bar
367 Settings...</b> menu item in this menu.
368 </p>
369 </dd>
370 </dlentry>
371 <dlentry>
372 <dt>
373 <codeph>StatusBar</codeph>
374 </dt>
375 <dd>
376 <p>
377 Do not show the <b outputclass="bold">Status
378 Bar</b> menu item in this menu.
379 </p>
380 </dd>
381 </dlentry>
382 <dlentry>
383 <dt>
384 <codeph>StatusbarSettings</codeph>
385 </dt>
386 <dd>
387 <p>
388 Do not show the <b outputclass="bold">Statusbar
389 Settings...</b> menu item in this menu.
390 </p>
391 </dd>
392 </dlentry>
393 </dl>
394 <p>
395 This is a per-VM or global setting. Any combination of the above
396 is allowed. To restore the default behavior, use
397 </p>
398 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeViewMenuActions</pre>
399 <p>
400 Use the following command to disable certain actions of the
401 <b outputclass="bold">Input</b> menu:
402 </p>
403 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeInputMenuActions OPTION[,OPTION...]</pre>
404 <p>
405 where <codeph>OPTION</codeph> is one of the following
406 keywords:
407 </p>
408 <dl>
409 <dlentry>
410 <dt>
411 <codeph>All</codeph>
412 </dt>
413 <dd>
414 <p>
415 Do not show any menu item in this menu.
416 </p>
417 </dd>
418 </dlentry>
419 <dlentry>
420 <dt>
421 <codeph>Keyboard</codeph>
422 </dt>
423 <dd>
424 <p>
425 Do not show the <b outputclass="bold">Keyboard</b>
426 menu item in this menu.
427 </p>
428 </dd>
429 </dlentry>
430 <dlentry>
431 <dt>
432 <codeph>KeyboardSettings</codeph>
433 </dt>
434 <dd>
435 <p>
436 Do not show the <b outputclass="bold">Keyboard
437 Settings...</b> menu item in this menu.
438 </p>
439 </dd>
440 </dlentry>
441 <dlentry>
442 <dt>
443 <codeph>SoftKeyboard</codeph>
444 </dt>
445 <dd>
446 <p>
447 Do not show the <b outputclass="bold">Soft
448 Keyboard...</b> menu item in this menu.
449 </p>
450 </dd>
451 </dlentry>
452 <dlentry>
453 <dt>
454 <codeph>TypeCAD</codeph>
455 </dt>
456 <dd>
457 <p>
458 Do not show the <b outputclass="bold">Insert
459 Ctrl-Alt-Del</b> menu item in this menu.
460 </p>
461 </dd>
462 </dlentry>
463 <dlentry>
464 <dt>
465 <codeph>TypeCABS</codeph>
466 </dt>
467 <dd>
468 <p>
469 Do not show the <b outputclass="bold">Insert
470 Ctrl-Alt-Backspace</b> menu item in this menu.
471 </p>
472 </dd>
473 </dlentry>
474 <dlentry>
475 <dt>
476 <codeph>TypeCtrlBreak</codeph>
477 </dt>
478 <dd>
479 <p>
480 Do not show the <b outputclass="bold">Insert
481 Ctrl-Break</b> menu item in this menu.
482 </p>
483 </dd>
484 </dlentry>
485 <dlentry>
486 <dt>
487 <codeph>TypeInsert</codeph>
488 </dt>
489 <dd>
490 <p>
491 Do not show the <b outputclass="bold">Insert
492 Insert</b> menu item in this menu.
493 </p>
494 </dd>
495 </dlentry>
496 <dlentry>
497 <dt>
498 <codeph>TypePrintScreen</codeph>
499 </dt>
500 <dd>
501 <p>
502 Do not show the <b outputclass="bold">Insert Print
503 Screen</b> menu item in this menu.
504 </p>
505 </dd>
506 </dlentry>
507 <dlentry>
508 <dt>
509 <codeph>TypeAltPrintScreen</codeph>
510 </dt>
511 <dd>
512 <p>
513 Do not show the <b outputclass="bold">Insert Alt Print
514 Screen</b> menu item in this menu.
515 </p>
516 </dd>
517 </dlentry>
518 <dlentry>
519 <dt>
520 <codeph>TypeHostKeyCombo</codeph>
521 </dt>
522 <dd>
523 <p>
524 Do not show the <b outputclass="bold">Insert Host Key
525 Combo</b> menu item in this menu.
526 </p>
527 </dd>
528 </dlentry>
529 <dlentry>
530 <dt>
531 <codeph>MouseIntegration</codeph>
532 </dt>
533 <dd>
534 <p>
535 Do not show the
536 <b outputclass="bold">MouseIntegration</b> menu
537 item in this menu.
538 </p>
539 </dd>
540 </dlentry>
541 </dl>
542 <p>
543 This is a per-VM or global setting. Any combination of the above
544 is allowed. To restore the default behavior, use
545 </p>
546 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeInputMenuActions</pre>
547 <p>
548 Use the following command to disable certain actions of the
549 <b outputclass="bold">Devices</b> menu:
550 </p>
551 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeDevicesMenuActions OPTION[,OPTION...]</pre>
552 <p>
553 where <codeph>OPTION</codeph> is one of the following keywords
554 to disable actions in the
555 <b outputclass="bold">Devices</b> menu:
556 </p>
557 <dl>
558 <dlentry>
559 <dt>
560 <codeph>All</codeph>
561 </dt>
562 <dd>
563 <p>
564 Do not show any menu item in this menu.
565 </p>
566 </dd>
567 </dlentry>
568 <dlentry>
569 <dt>
570 <codeph>HardDrives</codeph>
571 </dt>
572 <dd>
573 <p>
574 Do not show the <b outputclass="bold">Hard
575 Disks</b> menu item in this menu.
576 </p>
577 </dd>
578 </dlentry>
579 <dlentry>
580 <dt>
581 <codeph>OpticalDevices</codeph>
582 </dt>
583 <dd>
584 <p>
585 Do not show the <b outputclass="bold">Optical
586 Devices</b> menu item in this menu.
587 </p>
588 </dd>
589 </dlentry>
590 <dlentry>
591 <dt>
592 <codeph>FloppyDevices</codeph>
593 </dt>
594 <dd>
595 <p>
596 Do not show the <b outputclass="bold">Floppy
597 Drives</b> menu item in this menu.
598 </p>
599 </dd>
600 </dlentry>
601 <dlentry>
602 <dt>
603 <codeph>Audio</codeph>
604 </dt>
605 <dd>
606 <p>
607 Do not show the <b outputclass="bold">Audio</b>
608 menu item in this menu.
609 </p>
610 </dd>
611 </dlentry>
612 <dlentry>
613 <dt>
614 <codeph>Network</codeph>
615 </dt>
616 <dd>
617 <p>
618 Do not show the <b outputclass="bold">Network</b>
619 menu item in this menu.
620 </p>
621 </dd>
622 </dlentry>
623 <dlentry>
624 <dt>
625 <codeph>NetworkSettings</codeph>
626 </dt>
627 <dd>
628 <p>
629 Do not show the <b outputclass="bold">Network
630 Settings</b> menu item in this menu.
631 </p>
632 </dd>
633 </dlentry>
634 <dlentry>
635 <dt>
636 <codeph>USBDevices</codeph>
637 </dt>
638 <dd>
639 <p>
640 Do not show the <b outputclass="bold">USB </b> menu
641 item in this menu.
642 </p>
643 </dd>
644 </dlentry>
645 <dlentry>
646 <dt>
647 <codeph>WebCams</codeph>
648 </dt>
649 <dd>
650 <p>
651 Do not show the <b outputclass="bold">WebCams </b>
652 menu item in this menu.
653 </p>
654 </dd>
655 </dlentry>
656 <dlentry>
657 <dt>
658 <codeph>SharedFolders</codeph>
659 </dt>
660 <dd>
661 <p>
662 Do not show the <b outputclass="bold">Shared
663 Folders</b> menu item in this menu.
664 </p>
665 </dd>
666 </dlentry>
667 <dlentry>
668 <dt>
669 <codeph>SharedFoldersSettings</codeph>
670 </dt>
671 <dd>
672 <p>
673 Do not show the <b outputclass="bold">Shared Folders
674 Settings...</b> menu item in this menu.
675 </p>
676 </dd>
677 </dlentry>
678 <dlentry>
679 <dt>
680 <codeph>SharedClipboard</codeph>
681 </dt>
682 <dd>
683 <p>
684 Do not show the <b outputclass="bold">Shared
685 Clipboard</b> menu item in this menu.
686 </p>
687 </dd>
688 </dlentry>
689 <dlentry>
690 <dt>
691 <codeph>DragAndDrop</codeph>
692 </dt>
693 <dd>
694 <p>
695 Do not show the <b outputclass="bold">Drag and
696 Drop</b> menu item in this menu.
697 </p>
698 </dd>
699 </dlentry>
700 <dlentry>
701 <dt>
702 <codeph>InstallGuestTools</codeph>
703 </dt>
704 <dd>
705 <p>
706 Do not show the <b outputclass="bold">Insert Guest
707 Additions CD image...</b> menu item in this menu.
708 </p>
709 </dd>
710 </dlentry>
711 </dl>
712 <p>
713 This is a per-VM or global or global setting. Any combination of
714 the above is allowed. To restore the default behavior, use
715 </p>
716 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeDevicesMenuActions</pre>
717 <p>
718 Use the following command to disable certain actions of the
719 <b outputclass="bold">Debug</b> menu:
720 </p>
721 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeDebuggerMenuActions OPTION[,OPTION...]</pre>
722 <p>
723 where <codeph>OPTION</codeph> is one of the following keywords
724 to disable actions in the <i>Debug</i> menu, which
725 is normally completely disabled:
726 </p>
727 <dl>
728 <dlentry>
729 <dt>
730 <codeph>All</codeph>
731 </dt>
732 <dd>
733 <p>
734 Do not show any menu item in this menu.
735 </p>
736 </dd>
737 </dlentry>
738 <dlentry>
739 <dt>
740 <codeph>Statistics</codeph>
741 </dt>
742 <dd>
743 <p>
744 Do not show the
745 <b outputclass="bold">Statistics...</b> menu item
746 in this menu.
747 </p>
748 </dd>
749 </dlentry>
750 <dlentry>
751 <dt>
752 <codeph>CommandLine</codeph>
753 </dt>
754 <dd>
755 <p>
756 Do not show the <b outputclass="bold">Command
757 Line...</b> menu item in this menu.
758 </p>
759 </dd>
760 </dlentry>
761 <dlentry>
762 <dt>
763 <codeph>Logging</codeph>
764 </dt>
765 <dd>
766 <p>
767 Do not show the
768 <b outputclass="bold">Logging...</b> menu item in
769 this menu.
770 </p>
771 </dd>
772 </dlentry>
773 <dlentry>
774 <dt>
775 <codeph>LogDialog</codeph>
776 </dt>
777 <dd>
778 <p>
779 Do not show the <b outputclass="bold">Show
780 Log...</b> menu item in this menu.
781 </p>
782 </dd>
783 </dlentry>
784 <dlentry>
785 <dt>
786 <codeph>GuestControlConsole</codeph>
787 </dt>
788 <dd>
789 <p>
790 Do not show the <b outputclass="bold">Guest Control
791 Terminal...</b> menu item in this menu.
792 </p>
793 </dd>
794 </dlentry>
795 </dl>
796 <p>
797 This is a per-VM or global setting. Any combination of the above
798 is allowed. To restore the default behavior, use
799 </p>
800 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeDebuggerMenuActions</pre>
801 <p>
802 Use the following command to disable certain actions of the
803 <b outputclass="bold">View</b> menu:
804 </p>
805 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeHelpMenuActions OPTION[,OPTION...]</pre>
806 <p>
807 where <codeph>OPTION</codeph> is one of the following keywords
808 to disable actions in the <b outputclass="bold">Help</b>
809 menu, which is normally completely disabled:
810 </p>
811 <dl>
812 <dlentry>
813 <dt>
814 <codeph>All</codeph>
815 </dt>
816 <dd>
817 <p>
818 Do not show any menu item in this menu.
819 </p>
820 </dd>
821 </dlentry>
822 <dlentry>
823 <dt>
824 <codeph>Contents</codeph>
825 </dt>
826 <dd>
827 <p>
828 Do not show the
829 <b outputclass="bold">Contents...</b> menu item in
830 this menu.
831 </p>
832 </dd>
833 </dlentry>
834 <dlentry>
835 <dt>
836 <codeph>WebSite</codeph>
837 </dt>
838 <dd>
839 <p>
840 Do not show the <b outputclass="bold">VirtualBox Web
841 Site...</b> menu item in this menu.
842 </p>
843 </dd>
844 </dlentry>
845 <dlentry>
846 <dt>
847 <codeph>BugTracker</codeph>
848 </dt>
849 <dd>
850 <p>
851 Do not show the <b outputclass="bold">VirtualBox Bug
852 Tracker...</b> menu item in this menu.
853 </p>
854 </dd>
855 </dlentry>
856 <dlentry>
857 <dt>
858 <codeph>Forums</codeph>
859 </dt>
860 <dd>
861 <p>
862 Do not show the <b outputclass="bold">VirtualBox
863 Forums...</b> menu item in this menu.
864 </p>
865 </dd>
866 </dlentry>
867 <dlentry>
868 <dt>
869 <codeph>Oracle</codeph>
870 </dt>
871 <dd>
872 <p>
873 Do not show the <b outputclass="bold">Oracle Web
874 Site...</b> menu item in this menu.
875 </p>
876 </dd>
877 </dlentry>
878 <dlentry>
879 <dt>
880 <codeph>About</codeph>
881 </dt>
882 <dd>
883 <p>
884 Do not show the <b outputclass="bold">About
885 VirtualBox...</b> menu item in this menu. Only for
886 non-macOS hosts.
887 </p>
888 </dd>
889 </dlentry>
890 </dl>
891 <p>
892 This is a per-VM or global setting. Any combination of the above
893 is allowed. To restore the default behavior, use
894 </p>
895 <pre xml:space="preserve">VBoxManage setextradata "VM name"|global GUI/RestrictedRuntimeHelpMenuActions</pre>
896 </body>
897
898</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