Goto Start->RUN->CMD
and type the following:
systeminfo | find /i "install date"
This command pipes the output of the systeminfo.exe command into the find.exe command to locate the line of text that contains the string "install date" and displays the result
0 comments:
Post a Comment