Hello, I am writing some code in our product that looks at the BIOS release date to find the age of the motherboard. I use WMI to query the Win32_BIOS.ReleaseDate value in the BIOS. My concern is that the releasedate will change if the BIOS is flashed. A developer I know told me that this is not the case. But I have my doubts. If anyone knows the answer to this, please share. Thanks!!