231k views
1 vote
What is the name of the program file that you can enter in the Windows search or Run box to execute Event Viewer? What process is running when Event Viewer is displayed on the screen? Why do you think the running process is different from the program file name?

User Agentpx
by
5.9k points

1 Answer

6 votes

We can open event viewer console from command prompt or from Run window by running the command eventvwr.

Step-by-step explanation:

The name of the program file that you can enter in the Windows search or Run box to execute Event Viewer-Eventvwr.msc

The process is running when Event Viewer is displayed on the screen is mmc.exe

The running process is different from the program file name? Event Viewer is a console and Microsoft Management Console is managing the console

User Kgibbon
by
5.5k points