Check Windows installation date
Have you ever wanted to know when you installed your Windows? You can use Lavalys Everest to check that date, but Windows includes all the necessary tools to extract that date!
It’s really rather simple, just fire up a command prompt, and type:
systeminfo | find “Original Install Date”
If you want to know the installation date of a remote machine, you can use this instead:
systeminfo /s remotemachine | find “Original Install Date”
(see systeminfo /? for more information about how to authenticate on remote machines)
Thank you!
Being in IT, this is the coolest thing I’ve seen in awhile – thanks for sharing!
Try linux, you will be amzed.
Linux on a desktop … not in a million years :) Windows on a server … not in a million years :)
@selder: agreed.
Thanks for the tip. I had an old computer that I had converted to a virtual machine and was wondering as when I had installed it. Your tip was handy!
Cmd line did not work on my W2k3 Sp2 localized.
it works with the following cmdline :
systeminfo | find /i “Original Install Date”
or on a french localized version
systeminfo | find /i “Date d’installation originale”
Thank you very much!
thanks
thank you soooooooooo much !!!!!!