VMware Communities
God333X
Contributor
Contributor

How to disable menu bar in non full screen (console view) mode?

Hi. I need to disable menu bar in non full screen (console view) mode. Like in virtualbox (see screenshot in attachment) after using "setextradata global GUI/Customizations noMenuBar". !

0 Kudos
2 Replies
huxiang
Enthusiast
Enthusiast

Hi,

Welcome to Workstation Community!

Sorry, workstation currently does not support this configuration. Not sure if you've heard about vmware-kvm.exe or not. If not, I'll recommend you to have a try. It maybe what you really want.

C:\Program Files (x86)\VMware\VMware Workstation>vmware-kvm.exe --help

C:\Program Files

C:\Program Files (x86)\VMware\VMware Workstation>

Run it with "--help" in workstation program directory, you'll get the help:

---------------------------

VMware KVM

---------------------------

VMware KVM runs virtual machines and allows switching among them and the host via a hot key.

Usage: vmware-kvm.exe [OPTIONS ...] [--] [FILE]

OPTIONS may consist of:

    --exit

  Exits VMware KVM.

    --power-off[=hard]

  Powers off the specified virtual machine.

    --suspend[=hard]

  Suspends the specified virtual machine.

    --reset[=hard]

  Resets the specified virtual machine.

    --preferences

  Shows the preferences dialog.

    --detach

  Detaches from the specified VM, leaving it running in the background.

---------------------------

OK  

---------------------------

You can use "vmware-kvm.exe --preferences" to review and customize this application. The default hot-key to switch between guest desktop and host desktop is "Pause". So if your keyboard does not have the "Pause" key (mine does not have Smiley Happy), you need to change it.

Then you can launch a VM (this VM should not be opened by workstation UI) by vmware-kvm.exe like this:

C:\Program Files (x86)\VMware\VMware Workstation>vmware-kvm.exe "D:\VMs\Ubuntu 15.10 x64\Ubuntu 15.10 x64.vmx"

C:\Program Files (x86)\VMware\VMware Workstation>

Hope it helps!

Regards,

Shawn

0 Kudos
huxiang
Enthusiast
Enthusiast

Hi,

A good news for you. VMware Workstation 12.1.0 Player will support this function:

2015-11-03_12-59-46.png

You can add below line to "%APPDATA%\VMware\preferences.ini" file to hide the Player toolbar.

vmplayer.showChrome = "FALSE"

You can use [Alt + P] to open Player menu in this mode.

Hope you like it.

Regards,

Shawn