从某个节点打开事件查看器 [英] Open event viewer from a certain node

查看:109
本文介绍了从某个节点打开事件查看器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

打开显示特定节点详细信息的Windows事件查看器的命令是什么?

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

例如,如果我只是使用eventvwr命令;它打开选择了根节点"的用户界面.我希望打开Application节点时选择它,或者要选择其他任何节点.

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?

谢谢.

推荐答案

要查看eventvwr.exe参数,只需键入:

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"

这篇关于从某个节点打开事件查看器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆