zoukankan      html  css  js  c++  java
  • 让Vmware 控制台允许拷贝粘贴 copy/paste

    Note: VMware Tools must be installed for Copy and Paste to work.

    1. Log in to a vCenter Server system using the vSphere Client and power off the virtual machine.
    2. Select the virtual machine and click the Summary tab.
    3. Click Edit Settings.
    4. Navigate to Options > Advanced > General and click Configuration Parameters.
    5. Click Add Row.
    6. Type these values in the Name and Value columns:

                                  Name                                                Value

      • isolation.tools.copy.disable    false
      • isolation.tools.paste.disable   false
      Note: These options override any settings made in the VMware Tools control panel of the guest operating system.

    7. Click OK to close the Configuration Parameters dialog, and click OK again to close the Virtual Machine Properties dialog.
    8. Power on the virtual machine.

    Note: If you vMotion a virtual machine to a host where the isolation.tools.*="FALSE" is already set, the copy and paste options are automatically activated for that virtual machine.

  • 相关阅读:
    反射、面向对象(基础篇)
    配置文件
    模块补充 、迭代器和 生成器
    模块
    正则表达式
    冒泡排序、递归和简单装饰器
    使用Apache Archiva管理Maven仓库
    AppScan9.0.3.5漏洞扫描记录
    Linux环境下安装Websphere8.5.5
    如何排查网络通讯状况
  • 原文地址:https://www.cnblogs.com/johnsonshu/p/3064202.html
Copyright © 2011-2022 走看看