mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
On Windows <= 2003 (and current ReactOS), this is the "InfName" value in the "HKEY_LOCAL_MACHINE\CurrentControlSet\Control\BiosInfo\" key. (The default file name found there is 'biosinfo.inf'.) On Vista+, this is the "InfName" value in the "HKEY_LOCAL_MACHINE\CurrentControlSet\Control\Errata\" key. (The default file name found there is 'errata.inf'.) For 1st-stage setup, the file is specified in the "InfName" value of the "BiosInfo" section in the TXTSETUP.SIF file. Co-authored-by: Hermès Bélusca-Maïto <[email protected]>