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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,461 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,296 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,504 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 46,551 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.


Your answer

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