[WayBack] Deleting the WebCache database – The IE browser cache | Apttech’s Blog quotes from WayBack: C drive space is using up on terminal server after upgrading to IE10 or IE11 – AsiaTech: Microsoft Azure & Development:
With the new cache implementation, the cache files are saved in
%LocalAppData%\Microsoft\Windows\WebCache\folder. And, the cache files will be created when a new user logs on.Actually, the database is a file named
WebCacheV01.datin the cache folder, and its initial size could be around 20-32MB. The size of this file will keep increasing along with you browse more and more websites.…
save the below contents into
ClearIECache.cmdfile and try to fun this file.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 ONFurthermore, you’d better deploy the batch file to a logoff script of your local GPO, here are the steps.
Related:
- [WayBack] NirBlog » Blog Archive » A few words about the cache / history on Internet Explorer 10
- [WayBack] Eric Lawrence: IE10’s index.dat files replaced with a cache database
–jeroen









Remember the screenshot on the right from yesterdays post