Created
November 2, 2017 13:40
-
-
Save twerp/f28e36228df9c8497244532796174ce9 to your computer and use it in GitHub Desktop.
Clear Windows 8+ event logs (use at your own risk)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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