board configuration changes

This is for discussing general topics about how to use VirtualBox.
Post Reply
serejka
Posts: 7
Joined: 22. Jun 2017, 18:27

board configuration changes

Post by serejka »

Is it possible to change the last three items in the register? I did everything according to the instructions
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseDate ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiSystemVersion ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiSystemUuid ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiBoardVendor ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiBoardProduct ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiBoardVersion ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiBoardSerial ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiChassisVendor ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiChassisVersion ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiChassisSerial ""
VBoxManage setextradata "test1" VBoxInternal/Devices/pcbios/0/Config/DmiChassisAssetTag
Attachments
register
register
VirtualBox_test1_30_05_2018_22_33_09.png (55.41 KiB) Viewed 1009 times
Last edited by socratis on 30. May 2018, 23:41, edited 1 time in total.
Reason: Enclosed the information in [pre] tag for better readability
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: board configuration changes

Post by socratis »

serejka wrote:Is it possible to change the last three items in the register?
Not with 5.2.12, which I assume you're using. It has been fixed in the source, but I don't know if it's scheduled for 5.2.14 or a later release.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
serejka
Posts: 7
Joined: 22. Jun 2017, 18:27

Re: board configuration changes

Post by serejka »

thanks for the answer

Yes, I'm using 5.2.12 I just thought that can change something like this differently, and not as in instructions?

check via wbemtest.exe
Attachments
1327896.png
1327896.png (46.53 KiB) Viewed 975 times
Last edited by socratis on 31. May 2018, 16:47, edited 1 time in total.
Reason: Removed unnecessary verbatim quote of the whole previous message.
Post Reply