You can use for instance PowerShell, to get some of these data. For instance use this PowerShell command: Get-WmiObject win32_baseboard | Format-List Product,Manufacturer,SerialNumber,Version. Most probably other similar data can also be found.How static are the Windows registry entries generated for the hardware?
- Can all entries for the motherboard name, model, BIOS version, etc. be found here? -
I would like to do it as far as possible using the system resources.
There is command line alternatives as well, to get the same data.
BTW, what do you mean by how static those registry entries are?
Statistics: Posted by balala — 20 minutes ago