The date windows was installed.

2009 December 14
by Paul McSharry

On many occasions it is useful to know the date a windows machine was created/installed.

This useful oneliner solves the issue

From the CMD prompt run

systeminfo | find /i “install date”

Example output

Original Install Date: 28/11/2009, 11:17:44

Comments are closed.