Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created July 26, 2016 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/648dce53ffc8c238ec4233baf8727ed6 to your computer and use it in GitHub Desktop.
Save jpluimers/648dce53ffc8c238ec4233baf8727ed6 to your computer and use it in GitHub Desktop.
echo OFF
net stop COMSysApp
taskkill /F /IM dllhost.exe
taskkill /F /IM taskhost.exe
taskkill /F /IM taskhostex.exe
del /Q %LocalAppData%\Microsoft\Windows\WebCache\*.*
net start COMSysApp
echo ON
@Hochiss
Copy link

Hochiss commented Mar 21, 2018

Many thanks! searched a long time and found. the org. post is n/a.
The big data is a big disaster for mankind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment