Return to Snippet

Revision: 41052
at February 11, 2011 07:18 by bits


Initial Code
netsh diag show os /v | find "LastBootUpTime"

Initial URL


Initial Description
This command tells you the last boot up time of your Windows System. 
The result of this command will look like this:
*LastBootUpTime = 20:25:13 10.02.2011*

Initial Title
Get last boot up time of your Windows System with netsh

Initial Tags


Initial Language
DOS Batch