IE Advanced settings thru GPO

  • Thread starter Thread starter Steve M
  • Start date Start date
S

Steve M

Hello,
I am looking for a way to turn off the "Enable Integrated Windows
Authentication (requires restart)" in the Advanced Setting of the Internet
Option for Internet Explorer 6 on all PC's thru GPO. I am aware of the
"Advanced Settings" when using Preference Mode under the User
Configuration\Windows Settings\Internet Explorer Maintenance\Advanced.
There are only limited settings and not all the Advanced settings.

Any ideas on how I can control this setting?
 
You could use either Group Policy logon script using a .reg file or create a
custom .adm template for that registry entry. Below is the .reg file that
should do the trick. Of course also configure GP so that users can not
change that setting by preventing them from accessing advanced
ttings. --- Steve

Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings]
"EnableNegotiate"=dword:00000000


http://thelazyadmin.com/index.php?/archives/125-Creating-Custom-ADM-Templates.html
--- creating and implementing custom .adm
 
That should do the trick.

Thanks!

Steven L Umbach said:
You could use either Group Policy logon script using a .reg file or create a
custom .adm template for that registry entry. Below is the .reg file that
should do the trick. Of course also configure GP so that users can not
change that setting by preventing them from accessing advanced
ttings. --- Steve

Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings]
"EnableNegotiate"=dword:00000000


http://thelazyadmin.com/index.php?/archives/125-Creating-Custom-ADM-Templates.html
--- creating and implementing custom .adm


Steve M said:
Hello,
I am looking for a way to turn off the "Enable Integrated Windows
Authentication (requires restart)" in the Advanced Setting of the Internet
Option for Internet Explorer 6 on all PC's thru GPO. I am aware of the
"Advanced Settings" when using Preference Mode under the User
Configuration\Windows Settings\Internet Explorer Maintenance\Advanced.
There are only limited settings and not all the Advanced settings.

Any ideas on how I can control this setting?
 
Back
Top