Skip to content

Instantly share code, notes, and snippets.

@nullstream
Created October 20, 2017 20:51
Show Gist options
  • Save nullstream/a468996633077612c68e3bfa74ccfc1f to your computer and use it in GitHub Desktop.
Save nullstream/a468996633077612c68e3bfa74ccfc1f to your computer and use it in GitHub Desktop.
echo OFF
ipconfig /flushdns
net stop COMSysApp
taskkill /F /IM iexplore.exe
taskkill /F /IM dllhost.exe
taskkill /F /IM taskhost.exe
taskkill /F /IM taskhostex.exe
del /Q %LocalAppData%\Microsoft\Windows\WebCache\*.*
net start COMSysApp
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
echo ON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment