Enable VMware Guest Copy and Paste


Just a quick post to show how to enable copy and Past on VMware vSphere Guest.

You would need to add the following to the configuration parameters….

  • isolation.tools.copy.disable    false
  • isolation.tools.paste.disable   false

Vmware Copy and Paste1

 

Vmware Copy and Paste2

You can also do this in ESXI Shell:

~ # ls ln /etc/VMware

~ # vi /etc/vmware/config

ESXI enable copy and paste

add:

vmx.fullpath = “/bin/vmx”
isolation.tools.copy.disable="FALSE"
isolation.tools.paste.disable="FALSE"

 

save and exit.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Create a website or blog at WordPress.com

Up ↑

%d bloggers like this: