G
Guest
Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)
I made a custom ADM file to turn on a setting in IE6. I imported it into a
test GPO and marked the setting as "enabled". I'm trying to test this on a
machine and the first time the user logs in the setting is "enabled" like it
should be. However if the user disables the setting in IE the GPO never
puts the GPO setting back. Isn't the GPO supposed to reverse the setting to
enabled? I've been unable to get the GPO to change the setting back after
the user changes it. Below is the ADM file.
CLASS USER
CATEGORY !!InternetExplorer
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
POLICY !!EnableAuth
EXPLAIN !!EnableAuth_Explain
VALUENAME "EnableNegotiate"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
[strings]
EnableAuth="Enable Integrated Windows Authentication"
EnableAuth_Explain="Turns on Integrated Windows Authentication in IE6 under
Advanced Options"
InternetExplorer="Internet Explorer Settings"
Any help is greatly appreciated.
Mike
I made a custom ADM file to turn on a setting in IE6. I imported it into a
test GPO and marked the setting as "enabled". I'm trying to test this on a
machine and the first time the user logs in the setting is "enabled" like it
should be. However if the user disables the setting in IE the GPO never
puts the GPO setting back. Isn't the GPO supposed to reverse the setting to
enabled? I've been unable to get the GPO to change the setting back after
the user changes it. Below is the ADM file.
CLASS USER
CATEGORY !!InternetExplorer
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
POLICY !!EnableAuth
EXPLAIN !!EnableAuth_Explain
VALUENAME "EnableNegotiate"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
[strings]
EnableAuth="Enable Integrated Windows Authentication"
EnableAuth_Explain="Turns on Integrated Windows Authentication in IE6 under
Advanced Options"
InternetExplorer="Internet Explorer Settings"
Any help is greatly appreciated.
Mike