To enable this option for a specific virtual machine:
- Log into a vCenter Server system using the vSphere Client and power off the virtual machine.
- Select the virtual machine and click the Summary tab.
- Click Edit Settings.
- Navigate to Options > Advanced > General and click Configuration Parameters.
- Click Add Row.
- Type these values in the Name and Value columns:
Name Value
isolation.tools.copy.disable false
isolation.tools.paste.disable false
- Click OK to close the Configuration Parameters dialog, and click OK again to close the Virtual Machine Properties dialog.
-
Power on the virtual machine.
To enable this option for all the virtual machines in the ESX/ESXi host:
- Log in to the ESX/ESXi host as a root user, make a backup of /etc/vmware/config and then open
/etc/vmware/config
file using a text editor. - Add these entries to the file:
vmx.fullpath = "/bin/vmx"
isolation.tools.copy.disable="FALSE"
isolation.tools.paste.disable="FALSE" - Save and close the file.
The Copy and Paste options are only enabled when the virtual machines restart or resume the next time or shutdown and power-on the VM for changes to take effect
Note: These options do not persist after an upgrade. If you upgrade to a newer version after enabling these options, the changes are lost and you may have to re-enable them.
- Log in to the ESX/ESXi host as a root user, make a backup of /etc/vmware/config and then open
Update for vSphere 6.5 - Host method does NOT work with VMRC. The VM option does work.