Nov 15, 2010

How To Check Windows Last Boot Up Time

net statistics workstation shows a line “Statistics since” in command output that indicates the Workstation service starting time. By default, this Windows system service started automatically when Windows boots up. It’s not the precise uptime indicator, but the variance is usually less than 60 seconds (at most, probably).
To simplify the command output, pipe it to the find command in the prompt:

net statistics workstation | find "Statistics since"



spanish:
sirve para ver cuanto tiempo tiene encendido el equipo desde el último booteo.

No comments: