Translate

Total Pageviews

My YouTube Channel

Wednesday 31 August 2016

Enable the Copy and Paste in VMRC (Virtual Machine Remote Console)

By default Copy and Paste Options in VMRC. Now how can you enable this?
1. Enable it For the Specific VM
 Select VM > Edit Settings > VM Options > Advanced > Edit Configuration >

isolation.tools.copy.disableFALSE
isolation.tools.paste.disableFALSE


2. Enable it At the Host Level (this will be enabled for all the vm's running on that host)
Open the /etc/vmware/config file using a text editor.
Add these entries to the file: 
vmx.fullpath = "/bin/vmx"
isolation.tools.copy.disable="FALSE"
isolation.tools.paste.disable="FALSE"

Save and Close the File.

No comments:

Post a Comment