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 >
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.
1. Enable it For the Specific VM
Select VM > Edit Settings > VM Options > Advanced > Edit Configuration >
isolation.tools.copy.disable | FALSE |
isolation.tools.paste.disable | FALSE |
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