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
You can also do this in ESXI Shell:
~ # ls ln /etc/VMware
~ # vi /etc/vmware/config
add:
vmx.fullpath = “/bin/vmx”
isolation.tools.copy.disable="FALSE"
isolation.tools.paste.disable="FALSE"
save and exit.
Leave a Reply