Skip to content

Instantly share code, notes, and snippets.

@lyf-is-coding
Created August 23, 2023 09:50
Show Gist options
  • Save lyf-is-coding/4a73c47c59b60aebbce59e7939209b99 to your computer and use it in GitHub Desktop.
Save lyf-is-coding/4a73c47c59b60aebbce59e7939209b99 to your computer and use it in GitHub Desktop.
Change VBox information using VBoxManage
System Manufacturer Acer
VBoxManage setextradata SEB "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "Acer"
System Model Predator PH315-54
VBoxManage setextradata SEB "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "Predator PH315-54"
BIOS Version/Date Insyde Corp. V1.14, 25/10/2022
VBoxManage setextradata "SEB" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor" "Insyde Corp."
VBoxManage setextradata "SEB" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion" "V1.14"
VBoxManage setextradata "SEB" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseDate" "25/10/22"
Change Disk name
VBoxManage setextradata "SEB" "VBoxInternal/Devices/ahci/0/Config/Port0/ModelNumber" "NVMe SAMSUNG MZVL2512HCJQ-00BT7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment