Delete All Temp Internet Files for All Users

  • Thread starter Thread starter Davo
  • Start date Start date
Hello Davo,

Go to Internet Options>Advanced, scroll down to security and checkmark the
"Empty temporary Internet Files folder when browser is closed"

Best regards

myweb
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
 
Hello myweb,

Please do not email in this forum. Use the knowledge of everybody, for this
it's made. Think your solution will not work like you aspect. Post it here
that others can also read it. What we do for all users in our environment
is, implementing this option as a registry key during login with a script.
We add the following key to the logon script:

writevalue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Cache","Persistent","0",REG_DWORD")

(Between Internet and settings is a space)


This works without problems.

Best regards

myweb
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
 

Ask a Question

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.

Ask a Question

Back
Top