(imported topic written by carroll91)
I have created an action to change Current_User IE7 cache settings. The settings take place when I run the task but when the customer restarts the workstation the registry setting reverts to the previous cache setting. I am not using GPO to define cache. The cache was setup in my IE ckient using IEAK7. Should my changes be permanent in the registry with the following script?
action uses wow64 redirection false
delete __appendfile
delete wizardedit.reg
appendfile Windows Registry Editor Version 5.00
appendfile
appendfile
http://HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content
appendfile “CacheLimit”=dword:0003EBE8
copy __appendfile temp.reg
prefetch RunAsCurrentUser.exe sha1:a72371f4e968da7ead24f0f4e68c14b234ac94f6 size:184320 http://software.bigfix.com/download/bes/util/RunAsCurrentUser-2.0.exe
utility __Download\RunAsCurrentUser.exe
waithidden __Download\RunAsCurrentUser.exe regedit /s temp.reg
Thanks for any help…