*** Note these are "Preference Settings" and will tattoo a client, they cannot be removed cleanly by just removing the group policy object they are configured in.
#if version <= 2
; Created 23/11/2001 For project. by Darryl Ellis
;
;
; File Name UserCust.adm for Users Policy Only
;
;
; Version 1.0
CLASS USER
CATEGORY !!Windows
CATEGORY !!Internet
KEYNAME "Software\Microsoft\Internet Explorer\Main"
POLICY !!HTTP
PART !!EnableHTTP CHECKBOX
KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings"
VALUENAME EnableHttp1_1
DEFCHECKED
END PART
PART !!HTTP11Proxy CHECKBOX
KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings"
VALUENAME "ProxyHttp1.1"
END PART
END POLICY
END CATEGORY ; Internet Explorer
END CATEGORY ; Windows Components
#endif
[strings]
Windows="Windows Components"
Internet="Internet Explorer"
HTTP="HTTP 1.1 settings"
EnableHTTP="Use HTTP 1.1"
HTTP11Proxy="Use HTTP 1.1 through proxy connections"
;End of Strings