Question Is It Normal to Have Hundreds of Errors and Warnings in Event Viewer?

Please provide comments and solutions that are helpful to the author of this topic.
Yes, it's normal. Event Viewer logs every minor issue, most of which don't affect your system's performance. However, if you're experiencing specific problems, Event Viewer can help diagnose them.
 
When I open event viewer in Windows 11, I see too many errors and warnings in the summary of administrative events section, is this normal?
VERY VERY NORMAL. That's the BEST SINGLE TRICK that scammers use on older users and people who are not tech savy. They contact you, ask you to open up event viewer and point to the number of errors then they either state that it's due to you haveing a virus or that your system is corrupted. So the only way to fix it is to let them remote into your PC or sell you specific scareware software. Although this method is not being used as often as it used to be back in the 2010's. Now Ransomware is the king .
 
Yup. This one is a WIFI 6E AX 211 bug. Nobody can figure it out and Intel does nothing about it. I am not losing my Wi-Fi connection, but it thinks I am.
1721166364763.png
 
The security related Event ID's that you need to make Custom Views for are below. When you define a custom view, you can just click on it to list out occurances of that particular event ID.


For instance, when a malware tries to install a service, it generates a 4697 event ID.
And when malware makes a new scheduled task, it generates a 4698 event ID.

You need to periodically examine your logs to make sure nothing has gotten thru. Anti-malware detection can Fail. All the malware-writer has to do is tweak his code a little, and it will escape automatic detection.
 
Last edited:
VERY VERY NORMAL. That's the BEST SINGLE TRICK that scammers use on older users and people who are not tech savy. They contact you, ask you to open up event viewer and point to the number of errors then they either state that it's due to you haveing a virus or that your system is corrupted. So the only way to fix it is to let them remote into your PC or sell you specific scareware software. Although this method is not being used as often as it used to be back in the 2010's. Now Ransomware is the king .
Scammers tried that trick on me many years ago, I just kept them on hold pretending to agree to to what they wanted me to do. After a while they just hung up realising that I was wasting their time.
 
The security related Event ID's that you need to make Custom Views for are below. When you define a custom view, you can just click on it to list out occurances of that particular event ID.


For instance, when a malware tries to install a service, it generates a 4697 event ID.
And when malware makes a new scheduled task, it generates a 4698 event ID.

You need to periodically examine your logs to make sure nothing has gotten thru. Anti-malware detection can Fail. All the malware-writer has to do is tweak his code a little, and it will escape automatic detection.
So I have to compare my logs with all this IDs? Isn't this a long process?
 
  • Like
Reactions: cartaphilus
So I have to compare my logs with all this IDs? Isn't this a long process?
length of the process is directly proportional to your knowledge of writing macros/python. It can be easy do it once and just feed it or a grueling process of importing into Excel and filter.
 
length of the process is directly proportional to your knowledge of writing macros/python. It can be easy do it once and just feed it or a grueling process of importing into Excel and filter.
Good to know that I can automate the process with Python, this will make it easier.