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:
- 1st Way: Type the following command in the Command Prompt
-
C:\systeminfo
-
- 2nd Way: Type it in
-
C:\wmic os get installdate
-
- 3rd way: Type it in
-
C:\systeminfo | find /i "date"
-