Today I needed to get the system boot time of my computer. You can either open the system log and look for the entries a Windows start up writes there, or you can let a tool do the work: @echo off systeminfo | find "System Boot Time" pause In my case the result looks like … Continue reading Getting the system boot time in Windows