How to re-enable the copy-paste between VI client and VM in vSphere 4.1
Re-enable the clipboard copy and paste functionality in vSphere 4.1
The security has been tightened in vSphere 4.1, so that’s why by default if you install vSphere 4.1 or if you upgrade your vSphere 4.0 installation, you can’t copy paste between the VI client and the VMs running in your vSphere environment. You can read more about why it was changed in vSphere 4.1 in ESX 4.1 configuration guide (page 213). To be able to copy and paste between the guest operating system and the remote console, you must enable the Copy and Paste option.
A quick quote from that chapter:
When copy and paste is enabled on a virtual machine running VMware Tools, you can copy and paste between the guest operating system and remote console. As soon as the console window gains focus, non-privileged users and processes running in the virtual machine can access the clipboard for the virtual machine console. If a user copies sensitive information to the clipboard before using the console, the user—perhaps unknowingly —exposes sensitive data to the virtual machine. To prevent this problem, copy and paste operations for the guest operating system are disabled by default.
Now you have 2 options:
01. You want to enable it only for certain VMs (not all of them) – but if you vMotion the VM to another host, the VM looses this functionality.
02. You want to enable copy/paste operations for all VMs running on particular ESX(i) host.

As for the 1st - enabling copy/paste for single VM:
- 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
- Edit Settings > Options > Advanced > General
- Click Configuration Parameters.
- Click Add Row and type the following values in the Name and Value columns:
isolation.tools.copy.disable – false
isolation.tools.paste.disable – false
Click ok. That’s all. You can start the VM now and you’ll be able to use your clipboard to copy/paste for that particular VM.
And for the Second – If you want to enable copy paste for All the VMs running on particular ESX (i) server – you’ll need to go and add 2 lines via CLI by connecting via SSH with Putty or any other SSH client.
Steps:
- Connect via putty to your ESX(i) host and go to /etc/vmware
- Open the VI editor, open the config file by typing “vi config”
paste those two lines at the end:
isolation.tools.copy.disable=”FALSE”
isolation.tools.paste.disable=”FALSE”
- Save the file by :wq
FYI, the Copy and Paste options are only enabled when the virtual machines restart or resume the next time, so to apply that to all VM on that particular host you must basically all restart them.

Source: KB 1026422
You may also like:
- Copy paste victim too
- Using Veeam Backup 3.1 also as a scheduled copy for your VMs
- Enable Jumbo Frames in ESXi 4
- How-to enable Thin Print in VMware Workstation 7
- Trilead VM explorer compatible vSphere 4.0 too
- VMware tools download from VMware Website
- Plug-in the external USB drive to ESX Server directly to backup or copy















Pingback: Technology Short Take #9 - blog.scottlowe.org - The weblog of an IT pro specializing in virtualization, storage, and servers