Skip to content

Instantly share code, notes, and snippets.

@AnmolTomer
Last active February 3, 2021 13:29
Show Gist options
  • Save AnmolTomer/009bbd05199bf7ecf6c8f4789f247d5a to your computer and use it in GitHub Desktop.
Save AnmolTomer/009bbd05199bf7ecf6c8f4789f247d5a to your computer and use it in GitHub Desktop.
VMWare New Machine Tweaks

1. Enable Clipboard Copy in VMWare Workstation

When you create a new VM, in my case I store my new VMs in Documents\Virtual Machines directory, so for e.g. if I create the VM named wot_lab then for that you have a file with extension wot_lab.vmx created as well. You can open <vm_name>.vmx file with notepad and to enable clipboard copy paste between host and guest you need to paste these two params:

isolation.tools.copy.disable = "FALSE"
isolation.tools.paste.disable = "FALSE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment