Open an elevated CMD console, then start Power Shell
pwsh
Open an elevated PowerShell console (you may need to run this more than once)
wevtutil el | Foreach-Object {Write-Host "Clearing $_"; wevtutil cl "$_"}
Mar 09
Open an elevated CMD console, then start Power Shell
pwsh
Open an elevated PowerShell console (you may need to run this more than once)
wevtutil el | Foreach-Object {Write-Host "Clearing $_"; wevtutil cl "$_"}