Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2105
  • 博文数量: 1
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 20
  • 用 户 组: 普通用户
  • 注册时间: 2011-05-24 09:11
文章分类
文章存档

2015年(1)

我的朋友
最近访客

分类: 系统运维

2015-02-28 14:09:45

新的vmware workstation 没有隐藏控件和显示控件,也可能叫隐藏控制台或显示控制台,不习惯,随即网上查找

在国外一个网站里找到一段如下:

点击(此处)折叠或打开

  1. To resolve this issue, add the necessary flag to the Workstation preference.ini file.
  2.  
  3. To add the necessary flag to the Workstation preference.ini file:
  4. Ensure that all virtual machines are powered off and VMware Workstation is closed.
  5. Navigate to folders below:
  6. For most Windows - C:\Users\<username>\AppData\Roaming\VMware\
  7. For Windows Vista, Windows 7, Windows Server 2008, Windows 8 and Windows Server 2012 - %USERPROFILE%\AppData\Roaming\VMware\
  8. Open the preference.ini file using a plain text editor.
  9. Add this line at the bottom of file:

  10. pref.allowHideControls = "TRUE"

  11. Save and close the file.
  12. Run this command to launch the virtual machine with controls hidden:

  13. "C:\Program Files\VMware\VMware Workstation\vmware.exe" -B -q -x path_to_vmx
大意思是修改%appdata%\VMware\preference.ini 文件,在里面增加一行

pref.allowHideControls = "TRUE"

修改后重启vmware,成功

在v10和v11版本上测试成功


阅读(510) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:没有了

给主人留下些什么吧!~~