How to enter serial number into wmi

Adam Kennett 0 Reputation points
2024-03-01T10:30:51.96+00:00

Hello,

I need to enter the motherboards serial number into WMI, currently when I use:

CMD - wmic bios get serialnumber

or

Powershell - Get-WmiObject win32_bios | select Serialnumber

I get a return of 'Default String'. I have the serial number listed on the motherboard itself (Gigabyte Board) i just need it entered, any help would be greatly appreciated. All I can seem to find online is how to read back the serial number, not enter a new one.

Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 48,026 Reputation points
    2024-03-01T16:11:25.6433333+00:00

    Changing the motherboards' serial number is handled by modifying the BIOS, and usually done using an OEM tool.

    https://forum.giga-byte.co.uk/index.php?topic=14167.0

    If you're an OEM yourself, try contacting the manufacturer.

    Your motherboards' manufacturer does have an integrators' toolkit, but it requires a user id and password to get to the web page.

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.