- Code: Select all Expand viewCollapse view
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe setextradata <VM Name here> "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" "<my serial here>"
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe getextradata <VM Name here> "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial"
Value: <my serial here>
but when I run
- Code: Select all Expand viewCollapse view
Get-WindowsAutopilotInfo.ps1
- Code: Select all Expand viewCollapse view
Gathered details for device with serial number: 0
Here is part of the .vbox file:
- Code: Select all Expand viewCollapse view
<ExtraData>
<ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="174,100,1470,888"/>
<ExtraDataItem name="GUI/ScaleFactor" value="2"/>
<ExtraDataItem name="VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" value="<my serial here>"/>
</ExtraData>
Any solutions to get the vm to a non 0 serial?