I want to delete some files in the IE browser temporary folder,
E.g:
I want to keep two files if they exist (FocuskyShower.swf, FocuskyShowerShell.swf)
All other files need to be deleted
The following dos batch code, I can delete all temporary files, but can not achieve my goal, I hope someone can give pointers, thanks in advance
————————————————————————————————
dos bat code:
del /f /s /q "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files\*.*"
06-16-2018, 09:52 PM (This post was last modified: 06-16-2018, 10:17 PM by Kevin.)
if you have ie open or the dialog open it cannot remove files
i gave you what you asked for remove all files but those 2
sometimes folder is slow to update may need to refresh folder more than once
06-16-2018, 10:23 PM (This post was last modified: 06-16-2018, 10:43 PM by Kevin.)
if you check your output you will see there is more than 1 of those files saved and the actual name of the file saved is slightly different
in cache folder file name looks like
but actual name in cache is
FocuskyShower[1].swf
FocuskyShowerShell[1].swf
the files are being saved or it would take alot longer for the website to load
open ie browser history settings
under website data settings window what is folder listed?