Please help me out.
Sincerely
\\Jonas B
http://thelazyadmin.com/index.php?/archives/125-Creating-Custom-ADM-Templates.html
To the original poster - you do not need to create a custom template for
every registry setting. Below is a simple .adm template with multiple
settings using the same keyname. The explain line is optional and is what
will show in the explanation box when you configure the setting. The policy
name is the name for the setting that you will see under the category while
the category is the name you will see under administrative templates after
you unckeck the option for show only policies that can be fully managed in
the filtering option of view when you have administrative templates
highlighted. --- Steve
CLASS USER
CATEGORY "Explorer file display options"
KEYNAME "Software\Microsoft\windows\currentversion\explorer\advanced"
POLICY "Allow vieweing hidden files and folders via Explorer"
EXPLAIN "Allow viewing of hidden files and folders in Explorer"
VALUENAME "hidden"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 2
END POLICY
POLICY "Allow access system files/folder via Explorer"
EXPLAIN "Show system files in Explorer"
VALUENAME "Showsuperhidden"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Allow display file extensions via Explorer"
EXPLAIN "Show file extensions known file types in Explorer"
VALUENAME "HideFileExt"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
POLICY "Display contents of system folders via Explorer"
EXPLAIN "Allow display of contents of system folders in Explorer"
VALUENAME "WebViewBarricade"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY
"Chamber" <Cha...@discussions.microsoft.com> wrote in message
news:90B42A9D-231F-4429...@microsoft.com...
"JB" <J...@discussions.microsoft.com> wrote in message
news:E3F7B44C-3CE3-4449...@microsoft.com...
"JB" <J...@discussions.microsoft.com> wrote in message
news:80C11DB5-66DD-410C...@microsoft.com...
http://support.microsoft.com/default.aspx?scid=kb;en-us;310516 ---
crearing and using .reg files.
"Chamber" <Cha...@discussions.microsoft.com> wrote in message
news:E1D652BF-4EEB-4A82...@microsoft.com...