PDA

View Full Version : Registry Tweak Wanted ASAP !!


grinning_devil
06-04-2006, 07:48 AM
well heres the situation...

i wanna make some registry changes ( to be exact i wanna enable the option "clear IE cache on exit" ) for a lot of users,and i cant manually do it!

so i was thinking if i can get some registry comparison software that can compare past and present registry and tell me the exact key that gets changed when i enable the above option.

or can it be possible to apply this setting to all the users through group policy??

PS - Vishal ru listening?????

ilugd
06-04-2006, 01:02 PM
google for regmon.exe and read its documentation. From what i understand, it might just work for you.

grinning_devil
06-04-2006, 04:17 PM
thanx a lot buddy....is working
also found a software on my own .. advanced registry tracker...

**resolved**

grinning_devil
06-04-2006, 04:19 PM
thanx a lot buddy....is working
also found a software on my own .. advanced registry tracker...

**resolved**

Vishal Gupta
06-04-2006, 04:21 PM
Open regedit and goto:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings\Cache

In right-side pane, u'll see a DWORD value named persistent, change its value to 0 to set the option "clear cahce on Exit" ENABLE or set its value to 1 to set the option DISABLE.

It'll set the option only for the logged on user!

If u want to set this option for all users, then do the same for:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\Cache

grinning_devil
06-04-2006, 07:58 PM
Too goood Vishal...!
The same reg key is given to me by Advanced Registry Tracker Software...!!

Have done it...looks good and all set!