BIOS manufacture information

Hi!

I need known which address BIOS legacy e UEFI to get information about manufacture.

Thanks,
This sounds like a perfect job for powershell
Hi!

Hi!

I need known which address BIOS legacy e UEFI to get information about manufacture in languagem C.

Thanks,
From the Windows command line you can get all the bios information from
wmic bios get /format:list

I guess that if you wanted to run that from from C/C++ you could (putting a hard helmet on here!) execute that via a system() call.
Topic archived. No new replies allowed.