This might sound like a little bit of a crazy question, but how can I find out (hopefully via an API/registry key) the install time and date of Windows?
The best I c
In RunCommand write "MSINFO32" and hit enter It will show All information related to system
"MSINFO32"
Press WindowsKey + R and enter cmd
cmd
In the command window type:
systeminfo | find /i "Original"
(for older versions of windows, type "ORIGINAL" in all capital letters).