从某个节点打开事件查看器

发布于 2024-11-28 21:04:27 字数 180 浏览 1 评论 0原文

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

例如,如果我只是使用 eventvwr 命令;它会打开选​​择根节点的 UI。我希望在打开时选择 Application 节点或任何其他节点。

可以通过编程方式配置吗?

谢谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

蘑菇王子 2024-12-05 21:04:27

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

eventvwr /?

要专门打开应用程序日志,请使用以下命令:

eventvwr computername /l:"%SystemRoot%\System32\Winevt\Logs\Application.evtx"

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"
挽清梦 2024-12-05 21:04:27

对于应用程序节点,您可以这样称呼它:

eventvwr /c:Application

For an Application node you'd call it as such:

eventvwr /c:Application
梦一生花开无言 2024-12-05 21:04:27

我认为你不能。您最好的选择是创建自定义视图 - 如果您想要的话,可以过滤来自某些特定应用程序的事件。对于命令行,“eventvwr /f”可用于指定过滤器。

I don't think you can. Your best option is to create a custom view - to filter the events from some specific apps if thats what you want. For command line, 'eventvwr /f' can be used to specify filter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文