A systems administrator needs to isolate Critical and Error event logs from the Windows System log for rapid review. In what sequence should the administrator perform the steps to create a persistent Custom View in Windows Event Viewer?
- 1Open the Event Viewer management console (eventvwr.msc) with elevated privileges.
- 2Select 'Create Custom View...' from the Actions pane on the right side of the window.
- 3Select the 'System' log source and check the 'Critical' and 'Error' event level boxes under the Filter tab.
- 4Click OK, enter a descriptive name for the view, and save it to the Custom Views folder.
Answer
The correct sequence is to open Event Viewer (eventvwr.msc), select 'Create Custom View...' from the Actions pane, configure the System log source with Critical and Error severity levels under the Filter tab, and save the custom view with a unique name.
To create a Custom View in Windows Event Viewer, an administrator must first launch eventvwr.msc, choose 'Create Custom View...' from the Actions pane, specify the log source (System) and event severity checkboxes (Critical/Error) within the Filter tab, and finish by assigning a name and saving the view under Custom Views.
Step-by-Step Solution
Key Concept
Creating and managing Custom Views in Windows Event Viewer for system troubleshooting.