|
新的vmware workstation 没有隐藏控件和显示控件,也可能叫隐藏控制台或显示控制台,不习惯,随即网上查找
在国外一个网站里找到一段如下:
- To resolve this issue, add the necessary flag to the Workstation preference.ini file.
- To add the necessary flag to the Workstation preference.ini file:
- Ensure that all virtual machines are powered off and VMware Workstation is closed.
- Navigate to folders below:
- For most Windows - C:\Users\\AppData\Roaming\VMware\
- For Windows Vista, Windows 7, Windows Server 2008, Windows 8 and Windows Server 2012 - %USERPROFILE%\AppData\Roaming\VMware\
- Open the preference.ini file using a plain text editor.
- Add this line at the bottom of file:
- pref.allowHideControls = "TRUE"
- Save and close the file.
- Run this command to launch the virtual machine with controls hidden:
- "C:\Program Files\VMware\VMware Workstation\vmware.exe" -B -q -x path_to_vmx
大意思是修改%appdata%\VMware\preference.ini 文件,在里面增加一行
pref.allowHideControls = "TRUE"
修改后重启vmware,成功
在v10和v11版本上测试成功
|
|
|