Created
August 23, 2023 09:50
-
-
Save lyf-is-coding/4a73c47c59b60aebbce59e7939209b99 to your computer and use it in GitHub Desktop.
Change VBox information using VBoxManage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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