Does anyone know of a way to write DMI strings (model number, serial, OEM string) to the SMBIOS on UEFI machines within WinPE?
I have tools to boot into DOS and do this for specific vendors, but I'm wandering if there is a generic UEFI command I can use in Windows PE (Win8).
The target notebooks have various brands of UEFI Firmware (BIOS) such as Insyde, AMI, Phoenix, but they all support and run in pure UEFI (no BIOS emulation).
hmm perhaps this function?
SetFirmwareEnvironmentVariable()
http://msdn.microsoft.com/en-us/library/...s.85).aspx
I have tools to boot into DOS and do this for specific vendors, but I'm wandering if there is a generic UEFI command I can use in Windows PE (Win8).
The target notebooks have various brands of UEFI Firmware (BIOS) such as Insyde, AMI, Phoenix, but they all support and run in pure UEFI (no BIOS emulation).
hmm perhaps this function?
SetFirmwareEnvironmentVariable()
http://msdn.microsoft.com/en-us/library/...s.85).aspx