LoginSignup
4
5

More than 5 years have passed since last update.

[備忘録] MacのVirtualBoxでメニューバーを非表示にする

Posted at

いつも忘れるのでメモ。
MacのVirtualBoxでゲストOSをフルスクリーンで利用中にMenu Barを表示しないようにする方法。

/Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app/Contents/Info.plist
このファイルの LSCanProvideIMVideoDataSourceNSHighResolutionCapable の間に以下のパラメータを追加する。

<key>LSUIElement</key> <string>1</string>

これで画面の上の方の操作をする際に、メニューバーに邪魔されずにすむのだ。

参考

4
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
5