vmware player 去除full screen的bar
Posted uceec00
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vmware player 去除full screen的bar相关的知识,希望对你有一定的参考价值。
VMware Workstation (Pro) for Windows hosts
The full screen toolbar can be completely hidden directly via the UI. On Windows, go to Edit > Preferences > Display and uncheck "Show toolbar edge when unpinned in full screen". (Doing so will write pref.fullscreen.toolbarPixels = "0" to your %APPDATA%VMwarepreferences.ini file.)
Entering "Exclusive Mode" also will completely hide the full screen toolbar. (Exclusive Mode additionally will force most keyboard shortcuts to go to the guest instead of allowing them to be intercepted by the host.)
VMware (Workstation) Player (and VMware Remote Console) for Windows hosts
Unfortunately, there is no UI to directly hide the full screen toolbar completely. You will need to:
Quit all running instances of Player.
Modify your preferences file directly and add the line:
pref.vmplayer.fullscreen.nobar = "TRUE"
The preferences file is located at %APPDATA%VMwarepreferences.ini. (%APPDATA% is an environment variable that typically expands to something like C:UsersYOUR_USERNAMEAppDataRoaming.)
Restart Player.
以上是关于vmware player 去除full screen的bar的主要内容,如果未能解决你的问题,请参考以下文章
vmware workstation 12 player 安装 centos 7是提示 VMware Player 与 Device/Credential Guard 不兼容