Page 1 of 1 1
Topic Options
#27474 - 2002-08-21 09:27 PM Windows Explorer Settings
New Mexico Mark Offline
Hey THIS is FUN
****

Registered: 2002-01-03
Posts: 223
Loc: Columbia, SC
I'm trying to put together a script to apply all our site settings to new server builds. (Win2K AS)

Can anyone tell me where in the registry I can find the settings to make Windows Explorer:

1. Show hidden files and folders
2. Not hide file extensions for known file types
3. Not hide protected OS files

If anyone already has this coded, I would be grateful for a code fragment... saves typing!

Thanks!

New Mexico Mark

Top
#27475 - 2002-08-21 09:36 PM Re: Windows Explorer Settings
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11165
Loc: Boston, MA, USA
check the following area: SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced for HKEY_CURRENT_USER and HKEY_USERS\.Default
_________________________
There are two types of vessels, submarines and targets.

Top
#27476 - 2002-08-22 12:53 AM Re: Windows Explorer Settings
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11634
Loc: Space
Here Mark,

Give these a try...

The site Windows Guide Network under the Registry section contains all this kind of information.

Show Hidden Operating System Files

code:
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
Value Name: ShowSuperHidden
Data Type: REG_DWORD (DWORD Value)
Value Data: ( 0 = Hide Files, 1 = Show Files)

Show Hidden Folders and Files

code:
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
Value Name: Hidden
Data Type: REG_DWORD (DWORD Value)
Value Data: (1 = show hidden, 2 = do not show)

Show even the Hidden Extensions

NOTE: VERY DANGEROUS (Keep a backup of all values removed in case you need/want to restore)

code:
Find and delete occurances of the Value Name: NeverShowExt
System Key: [HKEY_CLASSES_ROOT]
Value Name: NeverShowExt
Data Type: REG_SZ (String Value)

Show the Administrative Tools Menu

code:
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
Value Name: StartMenuAdminTools
Data Type: REG_SZ (String Value)
Value Data: Yes or No


Top
#27477 - 2002-08-27 11:53 AM Re: Windows Explorer Settings
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11634
Loc: Space
NMM - Did this answer your question?
Top
Page 1 of 1 1


Moderator:  Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 1110 anonymous users online.
Newest Members
Viginette, ManuvdWielNL, Sir_Barrington, batdk82, StuTheCoder
17888 Registered Users

Generated in 0.052 seconds in which 0.025 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org