/ Published in: DOS Batch
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
Expand |
Embed | Plain Text
netsh diag show os /v | find "LastBootUpTime"
You need to login to post a comment.
