Get the Installation date of your Windows System with netsh


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

This command will tell you the date of Installation of your Windows System.
The result will look like this:
*InstallDate = 11:48:12 28.06.2010*


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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.