Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open event viewer from a certain node

What is the command to open windows event viewer displaying a particular node details?

For example if I simply use eventvwr command; it opens the UI with Root Node selected. I want Application node selected when it is opened OR any other node.

Can it be configured programatically?

Thanks.

like image 857
Azodious Avatar asked Apr 24 '26 18:04

Azodious


1 Answers

To view the eventvwr.exe arguments simply type:

eventvwr /?

To specifically open the Application log use the command below:

eventvwr computername /l:"%SystemRoot%\System32\Winevt\Logs\Application.evtx"
like image 167
Sean Avatar answered Apr 27 '26 07:04

Sean



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!