If you're using IE go to TOOLS / INTERNET OPTIONS / advanced tab & scroll to
bottom section called SECURITY & select "EMPTY TEMP INTERNET FILES WHEN
BROWSER CLOSED".
FOR /F %%A IN ('DIR/B "C:\Documents and Settings"') DO DEL/S/F/Q
"C:\Documents and Settings\%%A\Local Settings\Temporary Internet Files\*.*"
FOR /F %%A IN ('DIR/B "C:\Documents and Settings"') DO RD/S/Q "C:\Documents
and Settings\%%A\Local Settings\Temporary Internet Files\"
(without any line wrapping)
You can either run this manually, or in your startup folder, or via a
scheduled task, or via a shutdown or startup script in group policy, as you
choose.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.