IE Advanced settings thru GPO

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?
 
S

Steven L Umbach

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
 
S

Steve M

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top