What is the most accurate way, within reason, to determine when Windows Computer was purchased programmatically?
The receipt has long since been lost and someone is trying to figure out when the PC was purchased.
|
What is the most accurate way, within reason, to determine when Windows Computer was purchased programmatically? The receipt has long since been lost and someone is trying to figure out when the PC was purchased. |
|||||||||||||
|
and looking for the BIOS version will also give you a clue:
|
|||
|
|
|
If you mean: "When was Windows installed on this PC?" then for manually installed Windows you could look at the creation date of the Windows directory. This wouldn't work if the PC was cloned from a from a pre-made system image, such as a PC from large OEMs/corporate PCs. But if you know that you created your user account around the time the computer was first booted from the image then look at the creation date of your user directory. I'm assuming that you're using NTFS & not FAT-32 as the disk format :) |
|||
|
|
|
|||
|
|