How to modify Internet Explorer temporary internet settings with registry?

倾然丶 夕夏残阳落幕 提交于 2020-01-03 17:35:12

问题


I have been looking through registries for hours and can't seem to find the one that controls the Internet Explorer Temporary Internet File settings. I want to change from Automatic to something else.


回答1:


HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings

DWORD called SyncMode5

  • 0 = Never
  • 2 = Every time you start internet explorer
  • 3 = Every visit to the page.
  • 4 = Automatically

Found it here - first result if you Google "temporary internet files check for newer registry".

Tried it out and it is certainly true for IE8/XP SP3




回答2:


Script modification (save name.reg):

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "SyncMode5"=dword:00000003


来源:https://stackoverflow.com/questions/7100557/how-to-modify-internet-explorer-temporary-internet-settings-with-registry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!