here's a slick little command line that will clear all those event log records ... from a command shell run as administrator type or paste the following command
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"
let me know how you like it
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"
let me know how you like it