New
#11
Go to this page -
Event Viewer - Clear All Event Logs in Windows - Windows 10 Forums
Have a read through or just use this instruction-
To Clear All Event Viewer Logs in Command Prompt
1. Open an elevated command prompt.
2. Copy and paste the command below into the elevated command prompt, and press Enter.
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"
3. The event logs will now be cleared. You can close the command prompt when it's finished.
BOOM its clear!