ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

How to Enable Copy paste between VMware vSphere Client and a VM in vSphere 4.1 and higher

By Vladan SEGET | Last Updated: April 30, 2013

Shares

Enable the clipboard copy and paste functionality in vSphere 4.1 and later versions. 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. 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.

How to enable copy paste operations  :

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.

How to enable copy paste for single VM in ESXi 4.1

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.

How to enable copy paste for all VMs on ESX (i) Server in vSphere 4.1

Source: KB 1026422

Shares
Vote !

| Filed Under: Server Virtualization Tagged With: copy paste enable on ESX 4.1, copy paste enable on VM ESX 4.1, copy paste vmware, vSphere 4.1 copy paste enable

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Gabriel Maciel says

    December 20, 2010 at 7:44 pm

    Nice article!

    Gabriel

  2. tWiZzLeR says

    December 20, 2010 at 10:26 pm

    The path to the config file in option #2 above should read: /etc/vmware/config (http://kb.vmware.com/kb/1026437).

  3. Vladan says

    December 21, 2010 at 4:01 am

    Yes, the config file is in the vmware folder.  Than you can ls to list the directory and you should see the config file there…

    • tWiZzLeR says

      December 22, 2010 at 12:22 am

      Vladan: Good article but I was pointing out that the correct path is /etc/vmware and NOT /usr/vmware as you have listed in option #2 above.

      • Vladan says

        December 22, 2010 at 4:02 am

        I see, going to correct that.

        Thanks

  4. Bill says

    December 22, 2010 at 11:21 am

    Just a note- the :wq only quits vi 🙂 It doesn’t close putty.

    Very good article, I had noticed my cut and paste had disappeared but thought I must have been delirious and that it must have never worked. Going to try this out today! Thank you very much!!

    • Vladan SEGET says

      December 22, 2010 at 11:39 pm

      Thanks… -:)
      Vladan

  5. j says

    September 13, 2011 at 3:02 pm

    SO does everyone know that this copy and paste options is just for text and not to copy folders or object, right?
    The articles in Vmware and all over the internet are not indicating that it is only for text.

    • Flesz says

      December 2, 2015 at 2:17 pm

      Thanks for confirming that. I wanted to copy the files and it didn’t work. Text copy works

  6. Joshua says

    January 2, 2015 at 8:12 am

    There WAS a drag & drop parameter, “isolation.tools.dnd.disable”.

    Is this a deprecated parameter? I tried it on vSphere 5.5, and failed to get what I wanted.

  7. hyper says

    June 8, 2016 at 10:38 pm

    the little things in hyper-v are so much better

  8. Mike says

    December 17, 2016 at 6:51 am

    Doesn’t work in 6.5. Ideas?

  9. Joe says

    September 4, 2017 at 3:55 am

    I can add those rows but they don’t save. Any idea why? Why does it allow me to enter them if it’s not going to save them??

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in