Displaying 2 results from an estimated 2 matches for "defchecked".
2005 Mar 11
2
Creating Custom System Policy Templates
Has anyone looked into creating custom templates for Microsoft's System
Policy editor ? I like the idea of managing workstations through the
NTConfig.POL file, but the included templates are quite a bit outdated.
Does anyone know if it would be worth-while to take the time and create an
updated Template to add policies to manage newer features of Windows
2000/XP through the NTConfig.POL
2002 Feb 26
0
few idea about dealing with "Large Roaming Profiles"
...b) another "adm" example
CLASS USER
CATEGORY "Internet Explorer 5.X"
POLICY "enable proxy"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
PART "Use proxy server" CHECKBOX DEFCHECKED
VALUENAME "ProxyEnable"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END PART
PART "address of proxy server" EDITTEXT
VALUENAME "ProxyServer"
END P...