What batch command can be used to completely delete the IE browser cache?
The path of IE cache is %userprofile%\Local Settings\Temporary Internet Files\
The following batch processing cannot clear the IE cache:
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
The following also doesn't work, only a small part can be deleted:
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\"
Please ask the experts for guidance, what batch command can be used to completely delete all files in the IE cache?
Supplementary: You can first use Tskill or Taskkill to end Iexplore, but I have tried it and still can't delete it...
[ Last edited by gene771771 on 2006-12-16 at 11:57 AM ]
The path of IE cache is %userprofile%\Local Settings\Temporary Internet Files\
The following batch processing cannot clear the IE cache:
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
The following also doesn't work, only a small part can be deleted:
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\"
Please ask the experts for guidance, what batch command can be used to completely delete all files in the IE cache?
Supplementary: You can first use Tskill or Taskkill to end Iexplore, but I have tried it and still can't delete it...
[ Last edited by gene771771 on 2006-12-16 at 11:57 AM ]
