The date for the installation of Windows is stored in the registry key:
HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\InstallDate
This value is the number of seconds from January 1, 1970. To convert this to
human readable format, use the below form. Paste the decimal value, and not the
hexadecimal!
The time may not be correct, because of time zone differences.