how to remove mini toolbal and menubar in command line?
how to remove mini toolbal and menubar in command line?
i try to remove menubar in vm windows but failed and i cannot find the way to remove mini toolbar in fullscreen with command line.can you help me ?
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: how to remove mini toolbal and menubar in command line?
This should shut off the menubar
This turns it off on all guests
Be sure to backup the *.vbox and VirtualBox.xml files before you try
Code: Select all
VBoxManage setextradata <vmname> GUI/Customizations noMenuBarCode: Select all
VBoxManage setextradata global GUI/Customizations noMenuBarRe: how to remove mini toolbal and menubar in command line?
but what should i do with mini tools?Perryg wrote:This should shut off the menubarThis turns it off on all guestsCode: Select all
VBoxManage setextradata <vmname> GUI/Customizations noMenuBarBe sure to backup the *.vbox and VirtualBox.xml files before you tryCode: Select all
VBoxManage setextradata global GUI/Customizations noMenuBar
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: how to remove mini toolbal and menubar in command line?
This is the line in the registry <ExtraDataItem name="GUI/ShowMiniToolBar" value="yes"/>
So this should do it
So this should do it
Code: Select all
VBoxManage setextradata <vmname> GUI/ShowMiniToolBar no