Const HKEY_LOCAL_MACHINE = &H80000002' Return information about the Bios (NT only)'' Requires the GetRegistryValue routineSub GetBiosInfo(BiosDate As String, BiosVersion As String) ' These keys appear to exist only on NT systems BiosDate = GetRegistryValue(HKEY_LOCAL_MACHINE, _ "HardwareDescriptionSystem", "SystemBiosDate", "") BiosVersion = GetRegistryValue(HKEY_LOCAL_MACHINE, _ "HardwareDescriptionSystem", "SystemBiosVersion", "")End Sub
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























