Jump to content

Recommended Posts

  • FPCH Admin
Posted

41f0b613b532c8ab58c7c9d6a6de4cf4.jpg

 

If you're curious how old your computer is (or when you last did a clean install), this command line utility that can tell you when Windows was installed.

 

The systeminfo command gives you all sorts of details about your computer. If all you want is the date Windows 8 was installed, open a Command Prompt and run:

systeminfo | find /i "Original"

For Windows 7, run:

 

systeminfo | find /i "install date"

The added parameters give you just the original install date. If you've reinstalled Windows it will give you that date instead, but it's still handy.

Find your Computer Uptime and Installation date | Make Tech Easier

 

~I know that you believe you understand what you think I said, but I'm not sure you realize that what you heard is not what I meant.~

~~Robert McCloskey~~

  • 2 weeks later...
  • FPCH Admin
Posted
That won't tell you when your OS was installed. This command will.

~I know that you believe you understand what you think I said, but I'm not sure you realize that what you heard is not what I meant.~

~~Robert McCloskey~~

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...