Skip to content

Instantly share code, notes, and snippets.

@IOIO72
Created December 19, 2019 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IOIO72/b94cbd12c93343245549bfdb1f8108cd to your computer and use it in GitHub Desktop.
Save IOIO72/b94cbd12c93343245549bfdb1f8108cd to your computer and use it in GitHub Desktop.
If you run an ISO live system on VirtualBox that checks for VMware, you can change the system information like this. (Replace "VM name" by the name of your virtual machine)
VBoxManage setextradata "VM name" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "VMware, Inc."
VBoxManage setextradata "VM name" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "VMware Virtual Platform"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment