A quick Batch file code to check a computers uptime.
Very handy to check quickly if the computer has been rebooted.
@echo off net statistics workstation | find "Statistics since" Pause
It running below.
A quick Batch file code to check a computers uptime.
Very handy to check quickly if the computer has been rebooted.
@echo off net statistics workstation | find "Statistics since" Pause
It running below.