Hi -
 
I was looking to manage the hidden file extensions and showing the full path in the Explorer window. Below is the text of the ADM I tried.
 
-- nme
 
CLASS USER
 

CATEGORY !!FolderOptions
 

POLICY !!FullPathAddress_Enable
 

KEYNAME "Software\Microsoft\Windows\Cu­rrentVersion\Explorer\CabinetS­tate"
 

EXPLAIN !!FullPathAddress_Enable_Help
 

VALUENAME "FullPathAddress"
 

VALUEON NUMERIC 1
 

VALUEOFF NUMERIC 0
 

END POLICY
 

POLICY !!FullPath_Enable
 

KEYNAME "Software\Microsoft\Windows\Cu­rrentVersion\Explorer\CabinetS­tate"
 

EXPLAIN !!FullPath_Enable_Help
 

VALUENAME "FullPath"
 

VALUEON NUMERIC 1
 

VALUEOFF NUMERIC 0
 

END POLICY
 

KEYNAME "Software\Microsoft\Windows\Cu­rrentVersion\Explorer\Advanced­"
 

POLICY !!Compress_Enable
 

EXPLAIN !!Compress_Enable_Help
 

VALUENAME "ShowCompColor"
 

VALUEON NUMERIC 1
 

VALUEOFF NUMERIC 0
 

END POLICY
 

POLICY !!Hidden_Enable
 

EXPLAIN !!Hidden_Enable_Help
 

VALUENAME "Hidden"
 

VALUEON NUMERIC 2
 

VALUEOFF NUMERIC 1
 

END POLICY
 

POLICY !!Hide_Enable
 

EXPLAIN !!Hide_Enable_Help
 

VALUENAME "HideFileExt"
 

VALUEON NUMERIC 1
 

VALUEOFF NUMERIC 0
 

END POLICY
 

POLICY !!Super_Enable
 

EXPLAIN !!Super_Enable_Help
 

VALUENAME "ShowSuperHidden"
 

VALUEON NUMERIC 0
 

VALUEOFF NUMERIC 1
 

END POLICY
 

END CATEGORY
 

[strings]
 

FolderOptions="Explorer Folder Options Settings"
 

FullPathAddress_Enable="Displa­y the full path in the address bar"
 

FullPathAddress_Enable_Help="E­nabling this Policy will display the full path
of the file or folder in the address bar."
 

FullPath_Enable="Display full path in title bar"
 

FullPath_Enable_Help="Enabling this Policy will display the full path of the
file or folder in the title bar."
 

Compress_Enable="Display compressed files and folders with alternate color"
 

Compress_Enable_Help="Enabling this Policy will display compressed files and
folders in blue."
 

Hidden_Enable="Hidden files and folders Setting"
 

Hidden_Enable_Help="Enabling this Policy will set Explorer so that Hidden
files and folders will not be displayed."
 

Hide_Enable="Hide Known File Extensions"
 

Hide_Enable_Help="Enabling this Policy will hide the extension of known file
types."
 

Super_Enable="Hide protected operating system files"


From: Crawford, Scott [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 04, 2005 2:54 PM
To: ActiveDir@mail.activedir.org
Subject: RE: [ActiveDir] Folder Options adm file

What settings are you looking to manage?  I have an .ADM at www.scottes.com/udrive.htm that expands the functionality of Folder Redirection.  If you’re looking at managing options such as default view and showing hidden files etc, I’d be interested in seeing the .ADM file you found.

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Noah Eiger
Sent: Sunday, September 04, 2005 3:15 PM
To: ActiveDir@mail.activedir.org
Subject: [ActiveDir] Folder Options adm file

 

Hi -

 

I was trying to use a custom adm file that I found on the web to allow me to manage settings under Windows Explorer folder options. The simple question is: can someone point me to such a file that works for XP desktops under 2000 and 2003 domains? That would obviate the need to ask questions about making the one I have work properly.

 

TIA

 

-- nme

Reply via email to