Skip to content

Instantly share code, notes, and snippets.

@peoplearmy
peoplearmy / gist:8292d2f1a23aa8e5c5bc98d66538bd02
Created March 6, 2017 21:23 — forked from bradwilson/gist:c0e4994f976e757bc7d5
Tweaks to make to VMware .vmx files
# Disables touchscreen emulation
touchscreen.vusb.present = "FALSE"
# Enables support for nested hypervisors
hypervisor.cpuid.v0 = "FALSE"
vhv.enable = "TRUE"
vpmc.enable = "TRUE"
mce.enable = "TRUE"
vhu.enable = "TRUE"