Hi All
Trying to do a query to find out how old are the cpu on device. We do have a way of doing it but it involves manual step which we are trying to move from.
Basically now we are taking the CPU Model example INTEL I5 8500 2.4gh, 01/04/2017 ( Date CPU Launch), then do the difference with today's date, which work but we always need to update the table with the CPU Model and date cpu was launch.
Another way we taught was via the BIOS date but this would not work as if the BIOS get updated it would provide the current bios date.
What would be the best approach to do this.
Tks