Top "Event-viewer" questions

Event Viewer - tool in Windows systems that allows users to inspect the event logs.

How to interpret windows APPCRASH mysterious log?

How should I interpret these logs to identify the cause of the appcrash? Fault bucket , type 0 Event Name: APPCRASH Response: …

logging crash event-log crash-reports event-viewer
Application Event log exceeding maximum allowed count

Somehow, the Application Event log count ended up to 18,446,744,073,709,551,499. This causes MMC snap-in to fail when I want to see …

windows event-log event-viewer
Windows.old event viewer logs

Is it possible to see old event log files, those that you can see in event viewer? But I only …

windows security events logging event-viewer
Event viewer log creation error with MVC 4

Action Method public ActionResult Index() { ViewBag.Message = "Modify this template to jump-start your ASP.NET MVC application."; LogError("lok", "lok2", "…

asp.net-mvc-4 iis-8 windows-server-2012 event-viewer
Log to event viewer on Windows with C++

I want to use log on my C++ application. However, I'd like to use Windows (10) event viewer, instead of text …

c++ windows-10 event-log event-viewer
WEVTUtil export certain event

I want to export only event id 4624 from Security Code below exports all event from security (i want only 4624); WEVTUtil …

windows batch-file event-viewer wevtutil
powershell: get-winevent has no message data?

When I run the script below to retrieve log files, the get-winevent "message" field is blank, but has data if …

powershell event-log event-viewer