Forum Discussion
alpha454
Mar 25, 2026Brass Contributor
How to disable event: OAlert with id 300 from log?
Since this isn't a real error, is there a way to hide it from the event log, since it's the only error I'm currently experiencing? I've tried everything I've found online, but nothing has worked. M...
- Apr 02, 2026
I did it like this and it works!
You need to create a .bat file with notepad and save it in any directory, go to the event log until you reach Microsoft Office Alerts, right-click on the event with id 300, "associate activity with the event">"create a basic activity", go ahead until you select the path of the .bat file you created and that's it!
@Echo off
SET VEVLOGCLR=wevtutil cl
%VEVLOGCLR% "OAlerts"
SET VEVLOGCLR=
exit
BransonTaylor
Mar 29, 2026Iron Contributor
Actually, you can hide the event by creating a blank task and checking the Disable box. That should solve the problem.