Hi - I was wondering if someone could enlighten me.
I work for a school board and we use Windows NT servers and Windows 98 (recently upgraded from Windows 95) with group policies.
One of the policies we have used is a proxy policy to turn on and off an illegal proxy thus disabling problem users, or users who parents have not agreed to acceptible use terms, not to be able to use Internet Explorer.
This worked great in Windows 95 - but does not work in Windows 98 - the ip and port are set but the check box for proxy enabled never gets turned on.
I have included a copy of the template file below - if someone has an updated policy template or advice could you kindly share?
Template is:
;
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CLASS USER ;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CATEGORY !!ProxyServer
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
POLICY !!ProxyEnable
VALUENAME "ProxyEnable"
VALUEON NUMERIC 1 VALUEOFF NUMERIC 0
PART !!ProxyServerSet TEXT
END PART
PART !!ProxyServerSet1 EDITTEXT
VALUENAME "ProxyServer"
END PART
PART !!ProxyOverride EDITTEXT
VALUENAME "ProxyOverride"
END PART
END POLICY
END CATEGORY ;
[strings]
ProxyServerSet="Sets values for your proxies separated by semicolons."
ProxyServerSet1="Format: <URL>:<Port number>"
ProxyServer="Set the values for your proxy servers."
ProxyEnable="Should the proxy be enabled?"
ProxyOverride="For which values should the proxy be overridden?"
I work for a school board and we use Windows NT servers and Windows 98 (recently upgraded from Windows 95) with group policies.
One of the policies we have used is a proxy policy to turn on and off an illegal proxy thus disabling problem users, or users who parents have not agreed to acceptible use terms, not to be able to use Internet Explorer.
This worked great in Windows 95 - but does not work in Windows 98 - the ip and port are set but the check box for proxy enabled never gets turned on.
I have included a copy of the template file below - if someone has an updated policy template or advice could you kindly share?
Template is:
;
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CLASS USER ;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
CATEGORY !!ProxyServer
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
POLICY !!ProxyEnable
VALUENAME "ProxyEnable"
VALUEON NUMERIC 1 VALUEOFF NUMERIC 0
PART !!ProxyServerSet TEXT
END PART
PART !!ProxyServerSet1 EDITTEXT
VALUENAME "ProxyServer"
END PART
PART !!ProxyOverride EDITTEXT
VALUENAME "ProxyOverride"
END PART
END POLICY
END CATEGORY ;
[strings]
ProxyServerSet="Sets values for your proxies separated by semicolons."
ProxyServerSet1="Format: <URL>:<Port number>"
ProxyServer="Set the values for your proxy servers."
ProxyEnable="Should the proxy be enabled?"
ProxyOverride="For which values should the proxy be overridden?"