There is a downside to using this, the changes are applied the next time VirtualBox starts. Which means you have to completely close VirtualBox and then start it again to toggle it. When you are finished with the bars, you have to close VirtualBox again to toggle it back. I find that I need to use it once every couple months, so the downside is not really an issue.
Here are the contents of batch files to toggle the menu bar and status bar.
C: cd "\Program Files\Oracle\VirtualBox" VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBarAs always, it is good to know how to undo what just occurred.
C: cd "\Program Files\Oracle\VirtualBox" VBoxManage setextradata global GUI/Customizations MenuBar,StatusBar
No comments:
Post a Comment