VirtualBox menu toggle
As part of my post Virus recovery, I've had to reconfigure VirtualBox to the way I like it which is to remove the ugly menu and status bars. So I don't have to google it next time, here is what needs to be done;
run CMD.exe
cd C:\Program Files\Oracle\VirtualBox
VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar
run CMD.exe
cd C:\Program Files\Oracle\VirtualBox
VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar
Comments
Post a Comment