R
Ralph Malph 2
Guest
First things first, thanks to all who can help.....
I need to programmatically make some adjustments to the Internet Explorer security settings. Most of these settings I have found but there are a few I have not been able to get a clear exact location for in the registry. I will be using a .BAT file to make the adjustments on 100+ PCs.
Here is what I am looking for.....
Under the "Internet Properties" found in control panel, under the "Privacy" tab there is an "Advanced" option button. When I click on it I get an "Advance Privacy Settings" options box. On it are several settings. The first setting, "Override automatic cookie handling" needs to be checked in order to access the other options. I can do that by adjusting the DWord value of "PrivacyAdvanced" under the "Internet Settings" key in the registry, "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet settings", to be specific.
What I have not been able to find are the registry entries for the "First-party Cookies" "Accept, Block, or Prompt" options, the "Third-party Cookies" "Accept, Block, or Prompt" options, and the "Always allow session cookies" check box. Please see picture below....
I have seen references to the following settings as being where those options exist, but nothing that explains what each byte/bit controls so I don't know if or where in these settings I will find the control for the 3 things I need to adjust. I don't want to blindly accept some code someone says includes the settings I need. I need to know exactly what to do to change ONLY the 3 things I am looking for.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"{AEBA21FA-782A-4A90-978D-B72164C80120}"=hex:1a,37,61,59,23,52,35,0c,7a,5f,20,\
17,2f,1e,1a,19,0e,2b,01,73,13,37,13,12,14,1a,15,2a,4e,2c,08,0d,20,1b,28,18,\
36,32
"{A8A88C49-5EB2-4990-A1A2-0876022C854F}"=hex:1a,37,61,59,23,52,35,0c,7a,5f,20,\
17,2f,1e,1a,19,0e,2b,01,73,13,37,13,12,14,1a,15,39,4e,2c,08,0d,20,1b,28,18,\
36,32
Any help finding those settings will be greatly appreciated.
Currently I am using Win 7 Ent x64 and IE 10. But I also need to know how to
control these settings for IE 9 and 11 and for Windows 7, 8, and even the
spy ware, oops I meant Windows 10.
Thanks for the help,
Ralph
Continue reading...
I need to programmatically make some adjustments to the Internet Explorer security settings. Most of these settings I have found but there are a few I have not been able to get a clear exact location for in the registry. I will be using a .BAT file to make the adjustments on 100+ PCs.
Here is what I am looking for.....
Under the "Internet Properties" found in control panel, under the "Privacy" tab there is an "Advanced" option button. When I click on it I get an "Advance Privacy Settings" options box. On it are several settings. The first setting, "Override automatic cookie handling" needs to be checked in order to access the other options. I can do that by adjusting the DWord value of "PrivacyAdvanced" under the "Internet Settings" key in the registry, "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet settings", to be specific.
What I have not been able to find are the registry entries for the "First-party Cookies" "Accept, Block, or Prompt" options, the "Third-party Cookies" "Accept, Block, or Prompt" options, and the "Always allow session cookies" check box. Please see picture below....
I have seen references to the following settings as being where those options exist, but nothing that explains what each byte/bit controls so I don't know if or where in these settings I will find the control for the 3 things I need to adjust. I don't want to blindly accept some code someone says includes the settings I need. I need to know exactly what to do to change ONLY the 3 things I am looking for.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"{AEBA21FA-782A-4A90-978D-B72164C80120}"=hex:1a,37,61,59,23,52,35,0c,7a,5f,20,\
17,2f,1e,1a,19,0e,2b,01,73,13,37,13,12,14,1a,15,2a,4e,2c,08,0d,20,1b,28,18,\
36,32
"{A8A88C49-5EB2-4990-A1A2-0876022C854F}"=hex:1a,37,61,59,23,52,35,0c,7a,5f,20,\
17,2f,1e,1a,19,0e,2b,01,73,13,37,13,12,14,1a,15,39,4e,2c,08,0d,20,1b,28,18,\
36,32
Any help finding those settings will be greatly appreciated.
Currently I am using Win 7 Ent x64 and IE 10. But I also need to know how to
control these settings for IE 9 and 11 and for Windows 7, 8, and even the
spy ware, oops I meant Windows 10.
Thanks for the help,
Ralph
Continue reading...