Created
October 20, 2017 20:51
-
-
Save nullstream/a468996633077612c68e3bfa74ccfc1f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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