Get last boot up time of your Windows System with netsh


/ Published in: DOS Batch
Save to your folder(s)

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*


Copy this code and paste it in your HTML
  1. netsh diag show os /v | find "LastBootUpTime"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.