1.

Solve : How can I edit registry settings??

Answer»

I'm able to remove options for Delete Browsing HISTORY settings, but I'm having issues with adding options in. I want to make sure that the following are checked: Temporary Internet Files, Cookies, History. I'm currently using a REGISTRY file that I exported, then using this SCRIPT.

@regedit /Q /s C:\temp\delbrhst_prsrvfavwebdata.reg

Contents of delbrhst_prsrvfavwebdata.reg:

Windows Registry EDITOR Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Privacy]
"ClearBrowsingHistoryOnExit"=dword:00000000
"UseAllowList"=dword:00000000
"CleanForms"=dword:00000000
"CleanPassword"=dword:00000000
"CleanInPrivateBlocking"=dword:00000000
"CleanTIF"=dword:00000001
"CleanHistory"=dword:00000001
"CleanCookies"=dword:00000001

Any help WOULD be appreciated! Thank you!I actually figured it out!

START REG.EXE IMPORT .reg



Discussion

No Comment Found