Friday, July 30, 2010   
  Search   
 

Office 2010 - Launch Event

Register  Login  
Forums  
     Minimize  

Welcome to MeraWindows forums.

Thank you for being at the Microsoft Windows Community Site. You may have to register before posting in forums. It's absolutely free. After registering, you can get all the benefits available to our registered members, you can access our Downloads section, you can participate in contests, etc. You can post in forums in English as well as in Hindi, in fact we encourage you to use Hindi in your posts. If you have any problem with registration or login, please contact us.

     
  
     Minimize  


     
  
 
Microsoft Windows ForumsMicrosoft Windows ForumsWindows VistaWindows VistaCustomizationCustomization[Complete Guide] Customize Folder Options n add new tweaks and make it own[Complete Guide] Customize Folder Options n add new tweaks and make it own
Previous Previous
 
Next Next
New Post
 12/30/2007 12:24 AM
 
 Modified By rk  on 12/30/2007 1:06:17 AM
[Complete Guide] Customize Folder Options n add new tweaks and make it own


Hi everyone.

Wish you a very Happy New Year.
Welcome 2008

As titled, it’s an article to customize folder options based on Windows Registry. We tweak Windows (Windows Vista and XP) via some registry tweaks or using some tweak software. But here I have written a guide or tutorial and its all about Folder options... and we can add our own options that are used frequently in daily Windows Computing.

Contents

1) How to use folder options
2) What is in Folder options…?
3) Enable or disable Folder Options
4) Basic concepts to add new option

Folder Groups
Checkbox
Radio button

5) Configure Policies in Folder options
6) Customize Folder options (Example)



1) How to use folder options

We can customize our folder view and settings using folder options.

Open (My) Computer and click on Organize in folder band pane and click on Folder and Search Options…

Press ALT key to activate menus and go to Tools menu →Folder Options…

Navigate to Control Panel →Appearance and Personalization →Folder Options

 

Create shortcut of Folder options

On Desktop

Run registry editor (type regedit in start search and hit enter)

Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace
Create a new key and named it {6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}

In (My) Computer

Run registry editor (type regedit in start search and hit enter)

Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\MyComputer\NameSpace

Create a new key and named it {6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}

 

2) What is in Folder options…?

General tab

In the General tab; we can change the way of our folders look and work as desired.

 

Tasks section

Turn off the Details pane and the Preview pane in all folders. It gives more room to display folder’s contents by hiding panes, select Use Windows classic folders

To turn the panes back on, click Show preview and filters.
 

Browse folders section

It’s used to open each and every folder in its own folder window, click Open each folder in its own window.

To turn on navigation of a folder in same window, click Open each folder in the same window.

 

Click items as follows section

Open or run any file or program with a single click, we can say that if we want to perform navigation of files and folders just like links in a webpage, click Single-click to open an item.

To switch back to default, select Double-click to open an item.
 

To restore or switch back to default (Fresh installed Windows settings) click on Restore Defaults button.

 

View tab

Used to change or modify advanced file and folder settings

Let’s discuss what action performs by these advanced settings of file and folders.

Options
Actions
Always show icons, never thumbnails check box

Enable or disable thumbnail view of icons and enable or disable live icons of folders.

Always show menus check box

Turn on menu bar to display always…no need to press ALT key to activate.

Display file size information in folder tips check box

Enable or disable to display size information of files and folders when mouse pointer over any files or folders.

Show hidden files and folders

To show or hide files or folders in Explorer. It’s used to hide unauthorized users.

Display simple folder view in Navigation pane check box

To see folders with lines that connect folders and subfolders

Hide extensions for known file types check box
To hide or show the extension part of file names
Hide protected operating system files check box
To hide or show system hidden files

Launch folder windows in a separate process check box

It launches explorer.exe separate process for each n every folder navigation. It increase stability of explorer but require additional RAM.

Remember each folder's view settingscheck box

Used to stop specified custom folder view by force.

Restore previous folder windows at logon check box

Enable automatically open the folders that were opened when performed last shut down Windows whenever we start your computer.

Show drive letters check box

Its used to show or hide drive letter in (My) Computer

Show encrypted or compressed NTFS files in colorcheck box

Enable or disable to show encrypted or compress files in a unique color (by default blue)

Show preview handlers in preview pane check box

Enable or disable to show contents of files in Preview pane. Disable or uncheck this to improve performance of computer system.

Use check boxes to select itemscheck box

One of the nice features from Windows Vista that enable to select multiple files and folder without holding CTRL key.

 

 

To apply custom view setting of folder (icon size, folder view such as contains music file etc.) to all folders click on Apply to Folders and to reset to default click on Reset Folders.

 

 


Ramesh Kumar
Email: ramesh.windows[at]hotmail.com
My Blog: WindowsValley.com

New Post
 12/30/2007 12:33 AM
 
 Modified By rk  on 12/30/2007 1:14:36 AM

3)    Enable or disable Folder Options

To enable or disable Folder Options for current logged in user

Run registry editor (type regedit in start search or in Run dialog box and press enter)

Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Create a new DWORD value and named it to NoFolderOptions and set its value to 1 to disable and 0 to enable.

 

To enable or disable Folder Options for all users or for the computer system

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer  

(Create the hierarchy if doesn’t exists by right click NEW --> Key)

Create a new DWORD value and named it to NoFolderOptions and set its value to 1 to disable and 0 to enable.

 

 

 4)    Basic concepts to add new option

There are three main components of folder options that are used to change or modify any values in Windows Registry. How? Let me explain…!

I. Folder Groups

Folder groups are used to group similar type of Registry Tweak or related to each other or radio button choice preferably. Example: Show hidden files option

How to:

Run registry editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced

Create a new key named as you wish like ‘My Folder’; now it must have some registry values that are needed to specify its attributes which are:

Value name

Type
Specification
Bitmap
Expandable String (REG_EXPAND_SZ)

Locate the path of icon that is used for folder group.

HelpID
String (REG_SZ)
Contain help reference (you can leave blank for custom settings)
Text
String (REG_SZ)
Caption of the Folder Group
Type
String (REG_SZ)
Identify object as Folder group (Fill group in the value data)

 

II. Checkbox

It’s used to choose a single choice as you can see in Windows applications. Create a new key named as you wish; now it must have some registry values that are needed to specify its attributes which are:

Value name

Type
Specification
CheckedValue
DWORD (REG_DWORD)
Enabled value
DefaultValue
DWORD (REG_DWORD)
Default value when you restore defaults
HelpID
String (REG_SZ)

Contain help reference (you can leave blank for custom settings)

HKeyRoot
DWORD (REG_DWORD)
Specify the root of Registry path such as HKEY_CURRENT_USER
RegPath
String (REG_SZ)
Path of Registry setting
Text
String (REG_SZ)
Caption of radio button
Type
String (REG_SZ)
Identify object as radio button (Fill checkbox in the value data)
ValueName
String (REG_SZ)
Type the name of value that is going to modify
UncheckedValue
DWORD (REG_DWORD)
Unchecked value of registry

Example: Add or remove Recycle Bin from Desktop

Run registry editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder |Create a key and named it to RecycleBin. Now create the above needed registry value and fill with following data, I hope it will explain the whole hierarchy of Folder options.


CheckedValue 0
DefaultValue 0
HelpID  leave blank or not available..!
HKeyRoot 80000001 (specify HKEY_CURRENT_USER)
RegPath Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel
Text Show Recycle Bin on desktop
Type checkbox
ValueName {645FF040-5081-101B-9F08-00AA002F954E}
UncheckedValue 1

Example: Add or remove Recycle Bin from Desktop in Folder options


Ramesh Kumar
Email: ramesh.windows[at]hotmail.com
My Blog: WindowsValley.com

New Post
 12/30/2007 12:41 AM
 
 Modified By rk  on 12/30/2007 1:11:09 PM

III. Radio button

It’s used where you have a choice in multiple entries as you can see in Windows applications. Create a new key named as you wish; now it must have some registry values that are needed to specify its attributes which are:

Value name

Type
Specification
CheckedValue
DWORD (REG_DWORD)
Enabled value
DefaultValue
DWORD (REG_DWORD)
Default value when you restore defaults
HelpID
String (REG_SZ)

Contain help reference (you can leave blank for custom settings)

HKeyRoot
DWORD (REG_DWORD)
Specify the root of Registry path such as HKEY_CURRENT_USER
RegPath
String (REG_SZ)
Path of Registry setting
Text
String (REG_SZ)
Caption of radio button
Type
String (REG_SZ)
Identify object as radio button (Fill radio in the value data)
ValueName
String (REG_SZ)
Type the name of value that is going to modify

 

HKeyRoot date values

HKEY_CLASSES_ROOT                  80000000             (Not tested my self)
HKEY_CURRENT_USER                  80000001
HKEY_LOCAL_MACHINE                 80000002
HKEY_USERS                                 80000003             (Not tested my self)
HKEY_CURRENT_CONFIG               80000004             (Not tested my self)
 

Do you want to show confirmation dialog box and warn to user to make some extra-ordinary changes then create one more String (REG_SZ) value named it WarningIfNotDefault and type the message that is to be shown on violation of default value.

Example: Uncheck Hide protected operating system files (Recommended)

 

 

5)    Configure Policies in Folder options

Its benefit of Folder options that we can configure Windows Policies without interacting with Registry Editor (regedit) and Group Policy editor (gpedit.msc)

Perform the same as we create options using checkboxes and radio buttons. Pay attention on these some aspects of Registry data values.

Type the path of Policy in RegPath as we type path of registry settings.

Mention Policy root in HKeyRoot

All other settings are remains same. Now most important thing that specify; it’s a policy setting.

Create a new key under the root of folder option setting named Policy and create another new key and named it as the value is to be created in Policy.

Look it this picture…it explains more clearly!

 

 

6)    Customize Folder options (Example)

Here I want a registry hack or tweak that enables to use Show drive letters option (In Windows Vista and Windows Server 2008) with more enhance form.

Just delete the key under: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\ShowDriveLetters and create these values and key hierarchy.

 

Under the key to make this folder group

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\ShowDriveLetters

Bitmap
Expandable String(REG_EXPAND_SZ)
%SystemRoot%\system32\shell32.dll,4
Text
String(REG_SZ)
Configure your drive label and letter view style
Type
String(REG_SZ)
group

Create a new key and named DriveLettersAfterLabels and under this key; create following registry values and fill its data

CheckedValue
DWORD(REG_DWORD)
0
DefaultValue
DWORD(REG_DWORD)
1
HKeyRoot
DWORD(REG_DWORD)
80000001
RegPath
String Value(REG_SZ)
Software\Microsoft\Windows\CurrentVersion\Explorer
Text
String Value(REG_SZ)
Show drive letters after labels (Default)
Type
String Value(REG_SZ)
Radio
ValueName
String Value(REG_SZ)
ShowDriveLettersFirst

Create a new key and named DriveLabelsOnly and under this key; create following registry values and fill its data

CheckedValue
DWORD(REG_DWORD)
2
DefaultValue
DWORD(REG_DWORD)
0
HKeyRoot
DWORD(REG_DWORD)
80000001
RegPath
String Value(REG_SZ)
Software\Microsoft\Windows\CurrentVersion\Explorer
Text
String Value(REG_SZ)
Show drive labels only
Type
String Value(REG_SZ)
Radio
ValueName
String Value(REG_SZ)
ShowDriveLettersFirst

Create a new key and named DriveLettersBeforeLabels and under this key; create following registry values and fill its data

CheckedValue
DWORD(REG_DWORD)
4
DefaultValue
DWORD(REG_DWORD)
0
HKeyRoot
DWORD(REG_DWORD)
80000001
RegPath
String Value(REG_SZ)
Software\Microsoft\Windows\CurrentVersion\Explorer
Text
String Value(REG_SZ)
Show drive letters before labels
Type
String Value(REG_SZ)
Radio
ValueName
String Value(REG_SZ)
ShowDriveLettersFirst

Its hierarchy must be look like this picture

Now open Folder Options and look enhanced drive letter customization.

 

You can configure or add new tweaks to folder options. Enhance your “Wow”

Wow = Windows of Windows = Windows Vista

 

 

 

 


Ramesh Kumar
Email: ramesh.windows[at]hotmail.com
My Blog: WindowsValley.com

New Post
 12/30/2007 1:25 AM
 

Well done my friend. Simply superb. Great work.

New Post
 12/30/2007 8:14 AM
 

Awesome Work Dude 

 

New Post
 12/30/2007 10:20 AM
 

Thanks for your commnets ! ^_^

 


Ramesh Kumar
Email: ramesh.windows[at]hotmail.com
My Blog: WindowsValley.com

New Post
 12/30/2007 11:06 AM
 

simply outstanding


New Post
 1/3/2008 10:04 AM
 

happy new year to all..

the tweaks are gud and useful for those using vista 1st time..great work..


sagarsm
New Post
 1/3/2008 11:08 AM
 

ferrarisagar wrote

happy new year to all..

the tweaks are gud and useful for those using vista 1st time..great work..

Thanks !


Ramesh Kumar
Email: ramesh.windows[at]hotmail.com
My Blog: WindowsValley.com

New Post
 1/5/2008 3:57 PM
 

Thanks for tweaks

Previous Previous
 
Next Next
Microsoft Windows ForumsMicrosoft Windows ForumsWindows VistaWindows VistaCustomizationCustomization[Complete Guide] Customize Folder Options n add new tweaks and make it own[Complete Guide] Customize Folder Options n add new tweaks and make it own