Skip to content

Instantly share code, notes, and snippets.

@amon-ra
Created May 19, 2015 09:56
Show Gist options
  • Save amon-ra/c6afb2c198179f2e16be to your computer and use it in GitHub Desktop.
Save amon-ra/c6afb2c198179f2e16be to your computer and use it in GitHub Desktop.
Clean windows event log an user temp
for /f %%a in ('WEVTUTIL EL') do WEVTUTIL CL "%%a"
timeout 30
del /s /q %TEMP%\*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment