How to: Copy and Paste in vSphere Client 4.1 and later
October 10, 2011 Leave a Comment
Do you want to copy and past from and to your VM consoles?
Here’s how to enable it per Virtual Machine:
- Power down the VM
- Right click the VM and choose Edit Settings.
- Navigate to Options > Advanced > General and click Configuration Parameters.
- Click Add Row.
- Type these values in the Name and Value columns:
isolation.tools.copy.disable – falseisolation.tools.paste.disable – false
Note: These options override any settings made in the VMware Tools control panel of the guest operating system.
- Click OK to close the Configuration Parameters dialog, and click OK again to close the Virtual Machine Properties dialog.
- Power on the virtual machine.
And per host:
- Log in to the ESX/ESXi host as a root user and open the
/etc/vmware/configfile using a text editor. - Add these entries to the file:
isolation.tools.copy.disable="FALSE"
isolation.tools.paste.disable="FALSE" - Save and close the file.
- The setting will be activating when (re)starting the virtual machines running on the host.
Advertisement