Skip to content

Instantly share code, notes, and snippets.

@twerp
Created November 2, 2017 13:40
Show Gist options
  • Save twerp/f28e36228df9c8497244532796174ce9 to your computer and use it in GitHub Desktop.
Save twerp/f28e36228df9c8497244532796174ce9 to your computer and use it in GitHub Desktop.
Clear Windows 8+ event logs (use at your own risk)
@for /f "delims=," %%i in ( 'wevtutil el' ) do wevtutil cl "%%i" >NUL 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment