Categories
Operating Systems

Find out when Windows was installed on a machine

To tell when the operating was installed on your Windows XP/2003 system, go to a command prompt (Start – Run – "cmd" – OK), then enter the following command;

[sourcecode language='php']

systeminfo | find /i "install date"

[/sourcecode]



Leave a Reply