Hello
To stop Windows Event Viewer from recording "Information" type events on Windows Server 2016/19/22 servers, you can follow these steps:
Open Event Viewer: Press Win + R, type eventvwr.msc, and press Enter.
Navigate to the Event Log: In the left pane, expand Windows Logs and select the log you want to modify (e.g., Application, System).
Filter the Log: Right-click on the log and select Filter Current Log.
Exclude Information Events: In the Filter Current Log window, uncheck the "Information" checkbox under the "Event level" section.
Apply the Filter: Click OK to apply the filter.
This will prevent "Information" type events from being displayed in the Event Viewer, but they will still be recorded in the log file. To completely stop recording these events, you would need to modify the logging settings for each specific event source, which can be more complex and may require editing the registry or using Group Policy.