Custom ADM Template.
I grabbed a custom ADM Template to stop IE6 from reusing currently open windows. It errors out with this error:
The following error occurred ** on line 20:
Error 52 Unexpected end of file
Expected: POLICY
The File can not be loaded.
My guess is the indent on POLICY errors it out. Is that correct? Or is something else needed?
*****File Below***
CLASS USER ;This modifies the HKEY_CURRENT_USER portion of the registry
; the following command creates a node called Desktop Settings
; under User Configuration.
CATEGORY "Desktop Settings"
; the following command specifies the registry key to modify
KEYNAME "Software\Microsoft\Intern
et Explorer\Main"
; the following command specifies the name of the policy
; by using the variable "policyname"
POLICY "Do not launch IE shortcuts in browser"
; the following command specifies text on the Explain tab
EXPLAIN "Reuse Internet Explorer Windows for launching shortcuts"
VALUENAME AllowWindowReuse
END
***Line 20***
Start Free Trial