J
Jason Gallas
I want to "uncheck" this as a group policy. Any way to do so?
Here is the contents of an custom ADM file that gets you all three of those
settings:
CLASS USER
CATEGORY "Windows Explorer options"
POLICY "Enable the essential File settings for the administrators"
EXPLAIN "This policy will modify three different portions of the Windows
Explorer interface.\n\nThe first option will either show or hide hidden
files and foldes.\nThe next option will show the superhidden files, which
are the protected OS hidden files.\nThe final option will allow the file
extension to be seen or not."
KEYNAME "software\microsoft\windows\currentversion\explorer\advanced"
PART "Do you want to see hidden files?" TEXT
END PART
PART "Hidden FIles and Folders:" DROPDOWNLIST
VALUENAME HIdden
ITEMLIST
NAME "Yes" VALUE Numeric 1
NAME "No" VALUE Numeric 2
END ITEMLIST
END PART
PART "Do you want to see Super Hidden files?" TEXT
END PART
PART "Super Hidden" DROPDOWNLIST
VALUENAME SHowsupperhidden
ITEMLIST
NAME "Yes" VALUE Numeric 1
NAME "No" VALUE Numeric 0
END ITEMLIST
END PART
PART "Do you want to see the file extensions?" TEXT
END PART
PART "File extensions:" DROPDOWNLIST
VALUENAME HideFileExt
ITEMLIST
NAME "Yes" VALUE Numeric 0
NAME "No" VALUE Numeric 1
END ITEMLIST
END PART
END POLICY
END CATEGORY
--
Derek Melber
"Jason Gallas" <[email protected]> wrote in message
news:[email protected]...
> I want to "uncheck" this as a group policy. Any way to do so?
>
>