Evtx Viewer For A

FullEventLogView v1.62 - Event Log Viewer for Windows 10 / 8 / 7 / Vista
Copyright (c) 2016 - 2021 Nir Sofer

See Also

  • NK2Edit - Edit, merge and fix the AutoComplete files (.NK2) of Microsoft Outlook.
  • EventLogChannelsView - enable/disable/clear event log channels.

Compare EVTX Files. Merge EVTX Files. Split EVTX Files. EVTX Metadata Viewer. About Licensing. Free Trial This software are often used for. Download FullEventLogView - Simple-to-use event log viewer that you can use to browse all the errors, warnings and notifications in the Windows logs, and export the data as HTML reports. Every few weeks, our temp files folder gets filled up wit a bunch of.evtx files. I delete them (all 118k of them) and they come back as fast as I can delete them. It goes on for a few days and then stops for a while. All the names start with Microsoft-Windows- and then have names like the below, followed by a code which I think might be my.

  • Also available is EVTX Viewer, an iPhone App, based on the same file parsing code. Features: View Event Log Files - This is the main feature of EVTX Reader. The log file is scanned in a fast pass and all the events are displayed from the oldest to the newest.
  • To create a Custom View based on the username, right click Custom Views in the Event Viewer and choose Create Custom View. Click the XML Tab, and check Edit query manually. Click ok to the warning popup. In this window, you can type an XML query. For this example, we want to filter by SubjectUserName, so the XML query is:.

Description

FullEventLogView is a simple tool for Windows 10/8/7/Vista that displays in a table the details of all events from the event logs of Windows, including the event description.It allows you to view the events of your local computer, events of a remote computer on your network, and events stored in .evtx files.It also allows you to export the events list to text/csv/tab-delimited/html/xml file from the GUI and from command-line.

System Requirements

This utility works on any version of Windows, starting from Windows Vista and up to Windows 10. Both 32-bit and 64-bit systems are supported.For Windows XP and older systems, you can use the MyEventViewer tool.

FullEventLogView vs MyEventViewer

MyEventViewer is a very old tool originally developed for Windows XP/2000/2003.Starting from Windows Vista, Microsoft created a new event log system with completely new programming interfaces. The oldprogramming interface still works even on Windows 10, but it cannot access the new event logs added on Windows Vista and newer systems.MyEventViewer uses the old programming interface, so it cannot display many event logs added on Windows 10/8/7/Vista.FullEventLogView uses the new programming interface, so it displays all events.

Versions History

  • Version 1.62:
    • Added option to specify user name and password for connecting a remote computer (In the 'Choose Data Source' window). You have to use this option if you get 'Access is denied' error message when trying to connect the remote computer.
  • Version 1.61:
    • Fixed some high DPI mode issues.
  • Version 1.60:
    • Added 'Tray Balloon On New Event' option. This feature is active only when both 'Put Icon On Tray' and 'Auto Refresh' options are turned on.When it's active, FullEventLogView displays every new event in a tray balloon.
    • Added 'Start As Hidden' option. When this option and 'Put Icon On Tray' option are turned on, the main window of FullEventLogView will be invisible on start.
  • Version 1.58:
    • Added 'New FullEventLogView Instance' under the File menu, for opening a new window of FullEventLogView.
  • Version 1.57:
    • Added 'Log File' column, which displays the log filename if the event was loaded directly from .evtx or .etl file.
  • Version 1.56:
    • In the the channel and provider fields of the 'Advanced Options' window - you can now choose the desired channel/provider from a combo-box.
  • Version 1.55:
    • When reading .etl files that store the event data inside EventPayload element of the XML, FullEventLogView now automatically converts the EventPayloadfrom hexadecimal string to readable text, and displays it as the decsription of the event.
      For example, you can use this feature to view the Windows Update logs from C:windowslogsWindowsUpdate on Windows 10.
    • Added 'Copy Clicked Cell' option to the right-click context menu, which copies to the clipboard the text of cell that you right-clicked with the mouse.
  • Version 1.53:
    • Fixed bug: Wildcards didn't work when using the 'Search in full description string' option.
    • Fixed to save the 'Case Sensitive' option of the Quick Filter in the .cfg file.
  • Version 1.52:
    • Added 'Select All' and 'Deselect All' to the 'Column Settings' window.
  • Version 1.51:
    • Added the 'Clear All Events Of Selected Channel' option to the context menu.
    • Increase the maximum size of the description filter string.
  • Version 1.50:
    • Fixed bug: FullEventLogView remained in memory if you closed the main window during events scanning.
    • Added 'Clear All Events Of Selected Channel' option (Under the file menu). For example: If you select an event that its channel is 'System', using this option will delete all system events.
    • Added /ClearChannelEvents command-line option, which clears all events of the specified channel, for example:
      FullEventLogView.exe /RunAsAdmin /ClearChannelEvents 'Microsoft-Windows-Bits-Client/Operational'
    • Added 2 modes to description filter: 'Search in description parameters' and 'Search in full description string'. In previous versions, the search was made inside description parameters,but some people reported it's a bug. The search is now made by default inside the full description string, but this search mode is slower because it requires to load the metadata and format the description string before the filtering process.
  • Version 1.38:
    • Fixed bug: When trying to export events of remote computer from command-line, FullEventLogView loaded the events from local computer.
  • Version 1.37:
    • Added 'Case Sensitive' option to the Quick Filter window.
  • Version 1.36:
    • Added /RunAsAdmin command-line option for running FullEventLogView as administrator.
  • Version 1.35:
    • Added new options to the 'Quick Filter' feature, including the option to filter the list by Event ID.
  • Version 1.32:
    • When choosing to load only specific event IDs (From 'Advanced Options' window), the loading process is much faster.
  • Version 1.31:
    • Fixed bug: When connecting a remote computer the following error was displayed - Error 50: The request is not supported.
  • Version 1.30:
    • Fixed bug: FullEventLogView failed to display the event strings in the lower pane ('Show Event Data + Description' mode) and in the columns ('Show Event Strings In Columns' option).
    • You can now resize the properties window, and the last size/position of this window is saved in the .cfg file.
    • You can now send the data to stdout by specifying empty string as filename, for example:
      FullEventLogView.exe /scomma ' | more
  • Version 1.28:
    • Fixed the lower pane to use the right font size in high DPI mode.
    • Added option to choose another font (name and size) to display in the main window.
  • Version 1.27:
    • When exporting items with multiline description to tab-delimited file (Including the 'Copy Selected Items' option), FullEventLogView now put the description in quotes toensure the exported data will be displayed properly in Excel and other programs.
  • Version 1.26:
    • Added support for saving as JSON file.
  • Version 1.25:
    • Added 'Show Event Strings In Columns' option (Under the Options menu). When it's turned on, 10 new event string columns are added to the main table ('String 1', 'String 2', 'String 3'...).These columns display the strings from the event decsription and you can click the column header in order to sort the events according to the event strings.
  • Version 1.22:
    • Fixed bug: On some systems, FullEventLogView missed some of the events when using a time filter.
  • Version 1.21:
    • Added /cfg command-line option, which instructs FullEventLogView to use a config file in another location instead if the default config file, for example:
      FullEventLogView.exe /cfg '%AppData%FullEventLogView.cfg'
  • Version 1.20:
    • Added option to filter according to strings of the event description (In 'Advanced Options' window).
    • Added 'Quick Filter' feature (View -> Use Quick Filter or Ctrl+Q). When it's turned on, you can type a string in the text-box added under the toolbar and FullEventLogView will instantly filter the events table, showing only lines that contain the string you typed.
    • Fixed the lower pane to switch focus when pressing tab key.
  • Version 1.12:
    • Added option to specify time range in GMT ('Advanced Options' window).
    • Fix bug: When using /SaveDirect command-line option, the file was always saved according to the default encoding, instead of using the selected encoding in Options -> Save File Encoding.
  • Version 1.11:
    • Fixed bug: the process of exporting large amount of event log items from command-line was very slow, even when using /SaveDirect.
  • Version 1.10:
    • Added option to automatically read archive log files (In 'Choose Data Source' window). This option works only when you run FullEventLogView as administrator.
  • Version 1.06:
    • Fixed FullEventLogView to display event description properly when reading .evtx files from shadow copy (e.g: ?GLOBALROOTDeviceHarddiskVolumeShadowCopy3WindowsSystem32winevtLogs )
    • Fixed bug: FullEventLogView displayed error message when trying to read .etl files.
  • Version 1.05:
    • FullEventLogView now displays an error message if it fails to load events from external evtx file or from remote computer.
    • Added 'Choose Data Source' icon to the toolbar.
  • Version 1.00 - First release.

Start Using FullEventLogView

FullEventLogView doesn't require any installation process or additional DLL files.In order to start using it, simply run the executable file - FullEventLogView.exe
After running FullEventLogView, the main window loads and displays all events from the last 7 days.You can change the default 7-days time filter and set other filters by using the 'Advanced Options' window (F9)Evtx viewer for android

If you want to load the events from remote computer on your network or from event log files (.evtx), you should use the 'Choose Data Source' window (F7).

Lower Pane Display Mode

When you select an event in the upper pane, the lower pane displays the details of the selected event, depending on the display mode that you choose (Options -> Lower Pane Display Mode):
  • Show Event Description:Displays the full description of the event. Some event descriptions are too long for watching them in the 'Description' column, so you can view the long event description in the lower pane.
  • Show Event Data + Description:Displays the full description of the event and additional data stored in this event.
  • Show Event XML:Displays the full XML of the event.

Refresh (F5) And Smooth Refresh (F8)

FullEventLogView provides 2 types of refresh actions:
  • Refresh (F5): Reloads the entire event log
  • Smooth Refresh (F8): FullEventLogView only adds the new event items that have been created since the previous refresh.

Auto Refresh Mode

When Auto Refresh mode is turned on (Options -> Auto Refresh -> Every x seconds), FullEventLogViewautomatically executes a smooth refresh according to the refresh interval you choose, so you'll be able to see when a new event log item is created.

Run As Administrator

By default, FullEventLogView doesn't request elevation (Run As Administrator). If you want to watch events thar are only available with administrator privilege (like the security log),you have to run FullEventLogView as administrator by press Ctrl+F11.

Evtx Viewer For Android

Command-Line Options

Evtx Viewer For Asus

In order to show only events with Event ID 8000 and 8001:
FullEventLogView.exe /EventIDFilter 2 /EventIDFilterStr '8000,8001'

In order show only events from Microsoft-Windows-Dhcp-Client/Admin channel:
FullEventLogView.exe /ChannelFilter 2 /ChannelFilterStr 'Microsoft-Windows-Dhcp-Client/Admin'

In order to read events from .evtx files stored in c:templogs :
FullEventLogView.exe /DataSource 3 /LogFolder 'c:templogs' /LogFolderWildcard '*'

In order to read events from remote computer:
FullEventLogView.exe /DataSource 2 /ComputerName '192.168.0.70'

In order to export events from remote computer into .csv file:
FullEventLogView.exe /scomma 'c:tempremote_events.csv' /DataSource 2 /ComputerName '192.168.0.50'

You can find more command-line examples in the following Web pages:
How to export Windows events of remote computer to csv file from command line
How to export Windows events stored in .evtx file to csv file from command line

FullEventLogView.exe /cfg '%AppData%FullEventLogView.cfg'
/stext <Filename>Save the event log items into a simple text file.
/scomma <Filename>Save the event log items into a comma-delimited text file (csv).
/shtml <Filename>Save the event log items into HTML file (Horizontal).
/sxml <Filename>Save the event log items into XML file.
/SaveDirect Save the event log items in SaveDirect mode.For using with the other save command-line options ( /scomma, /stab, /sxml, and so on...) When you use the SaveDirect mode, the event log items are saved directly to the disk, without loading them into the memory first. Be aware that the sorting feature is not supported in SaveDirect mode.

Translating FullEventLogView to other languages

Evtx Viewer For Amazon

In order to translate FullEventLogView to other language, follow the instructions below:
  1. Run FullEventLogView with /savelangfile parameter:
    FullEventLogView.exe /savelangfile
    A file named FullEventLogView_lng.ini will be created in the folder of FullEventLogView utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all string entries to the desired language.Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
  4. After you finish the translation, Run FullEventLogView, and all translated strings will be loaded from the language file.
    If you want to run FullEventLogView without the translation, simply rename the language file, or move it to another folder.

License

This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this and you don'tsell it or distribute it as a part of commercial product. If you distribute this utility, you must include all files inthe distribution package, without any modification !

Disclaimer

The software is provided 'AS IS' without any warranty, either expressed or implied,including, but not limited to, the implied warranties of merchantability and fitnessfor a particular purpose. The author will not be liable for any special, incidental,consequential or indirect damages due to loss of data or any other reason.

Feedback

If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com
Download FullEventLogView (32-bit version)
Download FullEventLogView (64-bit version)
Check Download MD5/SHA1/SHA256 Hashes

FullEventLogView is also available in other languages. In order to change the language of FullEventLogView, download the appropriate language zip file, extract the 'fulleventlogview_lng.ini', and put it in the same folder that you Installed FullEventLogView utility.

LanguageTranslated ByDateVersion
Brazilian Portugueseigorruckert25/09/20161.00
Brazilian PortuguesePaulo Guzmán10/09/20181.28
BulgarianNikolay Nikolov29/09/20171.22
DutchJan Verheijen16/06/20211.62
FrenchLargo25/06/20181.28
German«Latino» auf WinTotal.de17/06/20211.62
Greekgeogeo.gr10/12/20171.25
HindiManish10/04/20191.32
ItalianStyb22/06/20211.62
Japaneseyouzeeen03/04/20211.61
PolishHightower17/06/20211.62
RussianDmitry Yerokhin16/06/20211.62
Simplified ChineseDickMoore05/02/20211.60
Simplified ChineseQiang01/02/20211.60
SlovakFrantišek Fico21/06/20211.62
SpanishMiguel Angel Martin04/01/20171.01
SwedishI.K.l06/07/20171.22
Traditional ChineseDanfong Hsieh18/06/20211.62
TurkishCemil Kaynar04/11/20161.06