The Computer Oracle

I hid the menu bar in VirtualBox, how to show it again?

Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Riding Sky Waves v001

--

Chapters
00:00 Question
00:46 Accepted answer (Score 100)
01:04 Answer 2 (Score 111)
01:25 Answer 3 (Score 15)
02:55 Answer 4 (Score 3)
03:32 Thank you

--

Full question
https://superuser.com/questions/1176587/...

Accepted answer links:
[image]: https://i.stack.imgur.com/MUEjw.png

Answer 3 links:
[image]: https://i.stack.imgur.com/3TY29.png

Answer 4 links:
[tooltip]: https://i.stack.imgur.com/gvPj4.png

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#virtualbox #appmenu

#avk47



ANSWER 1

Score 121


You can access the menu while the VM is running by Right Control + Home (by default). It will pop up as a contextual menu through which you will be able to reactivate the display of the menu.




ACCEPTED ANSWER

Score 119


Open virtual machine's settings, then User Interface page. Check this box:

Screenshot of VM settings window on User Interface page, with an arrow pointing to a checkbox on the top toolbar




ANSWER 3

Score 23


I had a similar problem where the menus & status bar were gone.

The Host + C fixed the issue. Why?

Looking at the list of hotkeys (From the menu: Input » Keyboard... » Keyboard Settings...), the Host + C is assigned to the Scaled Mode function. The feature that let you change the size of your guest window to whatever dimensions you'd like (it does not even have to be a standard 4:3 or 16:9). This is great, but the side effect is that the VirtualBox system removes the menu & status bar because these may not fit properly when you resize your window in that mode.

So hitting Host + C again fixes the issue because it gets you out of the Scaled Mode. Now they can be sure that the menu & status bar will fit your window as expected.

enter image description here


Note: by default the Host key is the Right Ctrl key. That means if you have the habit of using that Right Ctrl in your day to day usage (like editing a file), you could end up triggering a VirtualBox guest feature without knowing it... some of which could be a shutdown or reboot of the guest!




ANSWER 4

Score 3


Temporary removing of %USERPROFILE%/.VirtualBox folder with

mv %USERPROFILE%/.VirtualBox %USERPROFILE%/.VirtualBox_old

and starting a virtualbox from scratch allowed to solve the issue with the help of

hotkeys(Host+C & Host+Home, where Host=Right Ctrl)

from this tooltip