Answer the question
In order to leave comments, you need to log in
How to find out how many times windows 7 was turned on (preferably through the console)?
In general, I want to know how many times Windows was launched. At least how many times. Or for a certain amount of time.
How to do it via console?
Answer the question
In order to leave comments, you need to log in
https://technet.microsoft.com/en-us/library/dd3103...
dump - then parse with a script.
Get-EventLog -LogName system | Where-Object {$_.EventID -eq "45"} | fl //write the corresponding id
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question