This repository contains an alternative implementation of the Windows 10/11 Event Viewer application. This version of the tool is more attractive-looking than the Windows Vista-era design of the inbox viewer, and ours is much faster.
- Download and install the .NET 7 SDK.
- Open a command prompt, cd into this directory
- cd into the src\WindowsLogViewer directory
- Run
dotnet run
. After a brief delay while the project is built, the program should launch.