getuptime.cmd
BAT (Batchfile)
@ECHO systeminfo | find "System Up Time"
systeminfo | findstr "System Boot Time Version Name"
start winver.exe
