Hi,
Sure, note that I do not have a Workstation GUI closeby so the raw .vmx settings will have to do.
But I do expect this to be configurable in VMware Workstation somewhere under your VM settings, probably under "isolation"
Disable copy&paste:
isolation.tools.copy.disable = "TRUE" isolation.tools.paste.disable = "TRUE"
Disable drag&drop:
isolation.tools.dnd.disable = "TRUE"
Not having the settings in your .vmx file or setting to "FALSE" will enable Copy/Paste/Drag&Drop
--
Wil