There are likely other reasons it may be handy to know the install date of Windows but on with the quick tip.
Open a Command Prompt by going to Start->Run and typing cmd.
From the command prompt type systeminfo | find /i “install date” and hit enter. You should receive your answer shortly.
systeminfo can return a lot of useful information which I’ve hidden by piping the output of the command to find. This is similar in nature to the grep functionality in Unix.
Discussion
No comments for “Determining When Windows was Installed”
Post a comment