Delete Event Viewer Logs in Windows 7

Quick and easy way to delete your Event Viewer Logs in Windows 7. @echo off for /F “tokens=*” %%G in (‘wevtutil.exe el’) DO (call :clear_it “%%G”) echo. echo Event Logs have been cleared! ^<press any key^> goto fin :clear_it echo %1 – CLEARED wevtutil.exe cl %1 goto :eof :fin pause>NUL Note: You must run this [...]

Reduce Winsxs folder size after Windows 7 SP1 install

Quick tip on how to reduce your Winsxs folder on your Windows 7 drive after you have installed SP1. Open an elevated Command Prompt and type the following command: DISM /online /Cleanup-Image /SpSuperseded I have seen varying reports on how much this will reduce your WinSXS folder, but I’ve seen reports for as much as [...]

Follow

Get every new post delivered to your Inbox.