how to remove mini toolbal and menubar in command line?
Posted: 29. Oct 2013, 17:27
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 ?
End user forums for VirtualBox
https://forums.virtualbox.org/
Code: Select all
VBoxManage setextradata <vmname> GUI/Customizations noMenuBarCode: Select all
VBoxManage setextradata global GUI/Customizations noMenuBarbut 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
Code: Select all
VBoxManage setextradata <vmname> GUI/ShowMiniToolBar no