Find Your Operating System’s Installation Date

Ever wondered, how you could find out the installation dates of your laptop/desktops operating system? Well for starters there are couple of ways you can do it. Instruction follows:

  1. 1st Way: Type the following command in the Command Prompt
    1. C:\systeminfo

  1. 2nd Way: Type it in
    1. C:\wmic os get installdate

 

  1. 3rd way: Type it in
    1. C:\systeminfo | find /i "date"