Run cmd command shell into administrator mode.
Type Powershell command to start the Powershell shell.
Run the next Powershell command to clear all event logs in Event Viewer:
1 | PS C:\WINDOWS\system32> wevtutil el | Foreach-Object {wevtutil cl "$_"} |