问题
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