Last windows boot time, Install date

less than 1 minute read

Do you remember the exact date or time when you last switched on the computer ? Here"s a simple DOS command to help you out:

systeminfo | find /i " boot time"

This will show the time when you last rebooted the computer. If you want to know when you stalled windows on your PC

systeminfo | find /i " install date"

Leave a comment