Windows 10: Application Event Log query

Discus and support Application Event Log query in Windows 10 Installation and Upgrade to solve the problem; I have produced a number of shortcuts to items from the internet. Everything working fine until four days ago when I got an error message stating I... Discussion in 'Windows 10 Installation and Upgrade' started by DesE Gershon, Mar 10, 2025.

  1. Application Event Log query


    I have produced a number of shortcuts to items from the internet. Everything working fine until four days ago when I got an error message stating I should find the should find the application event log. A Microsoft chat directed me to this site via a link they provided. Help Please!

    :)
     
    DesE Gershon, Mar 10, 2025
    #1
  2. rsalfonso Win User

    Moving an event log source is not having an effect

    I'm having an issue that to be clear I'll describe in steps:

    1. I created an event source called Foo in the event log called Application using the following powershell command:
      New-EventLog -source Foo -LogName "Application"
    2. I could successfully log to the event log using that source.
    3. Afterwards, I decided to remove the source and re-create it in a different event log:

    The problem I'm having is that then when I run Write-EventLog -LogName "My App Log" -Source "Foo" -EventID 0 -EntryType Information -Message "Some message." the entry is logged to Application instead of to My App Log

    Has anyone else experienced this behaviour? Am I missing anything?
     
    rsalfonso, Mar 10, 2025
    #2
  3. Custom filter for all event logs that apply for new logs as well

    There are several workarounds that may help you

    1. Create your default filter for one DEFAULT log file and then, when you need to check your new log file, just rename it to this DEFAULT file name.
    2. If renaming not possible
      make a text document which lists your desired filters as an XPath queries. It will be your filter library.

      E.g. *[System[Provider[@Name='Application Error' or @Name='Application Hang']]]

      After log opening, go to Filter, then switch to XML, click Edit query manually and modify XML query - replace * with the XPath.

      For complex filters, it should work faster than using UI
    3. A better option - try Event Log Explorer (free for noncommercial use). It lets you set predefined filters for all online logs and log files at once.
     
    Michael Karsyan, Mar 10, 2025
    #3
  4. nancy3243 Win User

    Application Event Log query

    Event Error Log

    Windows 10 Event Error Log - Summary Section

    One of the Logs listed needs to be deleted since this application has been removed from my laptop. Is there anyway to remove it from the Log -Summary Section?
     
    nancy3243, Mar 10, 2025
    #4
Thema:

Application Event Log query

Loading...
  1. Application Event Log query - Similar Threads - Application Event Log

  2. Application Event Log query

    in Windows 10 Gaming
    Application Event Log query: I have produced a number of shortcuts to items from the internet. Everything working fine until four days ago when I got an error message stating I should find the should find the application event log. A Microsoft chat directed me to this site via a link they provided. Help...
  3. Application Event Log query

    in Windows 10 Software and Apps
    Application Event Log query: I have produced a number of shortcuts to items from the internet. Everything working fine until four days ago when I got an error message stating I should find the should find the application event log. A Microsoft chat directed me to this site via a link they provided. Help...
  4. Event viewer query

    in Windows 10 Gaming
    Event viewer query: Hello there,I have a small query regarding gathering logs from Eventviewer.Is there a way to gather logs from this particular folder "Microsoft" folder under "Applications and Services Logs" or the whole Microsoft folder?Any suggestion or tips will be highly appreciated....
  5. Event viewer query

    in Windows 10 Software and Apps
    Event viewer query: Hello there,I have a small query regarding gathering logs from Eventviewer.Is there a way to gather logs from this particular folder "Microsoft" folder under "Applications and Services Logs" or the whole Microsoft folder?Any suggestion or tips will be highly appreciated....
  6. Event viewer query

    in Windows 10 Customization
    Event viewer query: Hello there,I have a small query regarding gathering logs from Eventviewer.Is there a way to gather logs from this particular folder "Microsoft" folder under "Applications and Services Logs" or the whole Microsoft folder?Any suggestion or tips will be highly appreciated....
  7. Event viewer Applications and Services Logs Empty!

    in Windows 10 Gaming
    Event viewer Applications and Services Logs Empty!: HiWhen I checked the Event viewer today All the applications and services logs are empty apart from windows power shell.I needed to look at Hardware events in particular.I ran through this I found...
  8. Event Log Application Error

    in Windows 10 Gaming
    Event Log Application Error: For our instrument Software, only for 5 Window log in user, i get following error, Other user no issue. please- In Advance Thanks with GratitudeLog Name: Application Source: Windows Error Reporting Date: 9/20/2022 4:38:47 PM Event ID: 1001 Task Category: None Level:...
  9. Event Log Application Error

    in Windows 10 Software and Apps
    Event Log Application Error: For our instrument Software, only for 5 Window log in user, i get following error, Other user no issue. please- In Advance Thanks with GratitudeLog Name: Application Source: Windows Error Reporting Date: 9/20/2022 4:38:47 PM Event ID: 1001 Task Category: None Level:...
  10. A couple of event queries

    in Windows 10 Support
    A couple of event queries: In the last weeks I had been experiencing numerous errors showing up in Event Viewer. The retained Win 7 files, now deleted, seem to have reduced those a great deal. Two in particular persist. Code: 1. The app didn't start. See the Microsoft-Windows-TWinUI/Operational log...