Allowing Cut, Copy & Paste in VMs

It can be a pain when you need to copy and paste text to a VM from your local machine. I assume that the feature was disabled for security reasons. However, you can enable it through the Advanced Configuration Parameters of the VM.

Note: This will only apply in the VMware Remote Console and not in the web console.

If you know where that is then here are the values you need:

isolation.tools.copy.disable FALSE
isolation.tools.paste.disable FALSE

If not then here’s a quick guide:

Firstly, ensure the VM is powered off

UntitledImage

 

Click “Actions”

UntitledImage

 

Click on “Edit Settings…”

UntitledImage

 

Click on “VM Options”

UntitledImage

 

Expand “Advanced”

UntitledImage

 

Click on “EDIT CONFIGURATION…..”

UntitledImage

 

Click on “ADD CONFIGURATION PARAMS”

UntitledImage

 

Click here and type “isolation.tools.copy.disable” with the value of “FALSE”

UntitledImage

 

Click on “ADD CONFIGURATION PARAMS”

UntitledImage

 

Type “isolation.tools.paste.disable” with the value of “FALSE”

UntitledImage

 

Click on “OK”

UntitledImage

 

When the VM is powered on you should be able to paste into the VM

Note: This will only apply in the VMware Remote Console and not in the web console.

UntitledImage

 

Don’t forget to set the values back to “TRUE” when your done.
UntitledImage