Enable or Disable Full Row Select Feature in Explorer in Windows Vista
If the folder view is set to Details in Windows Vista, when an item is selected, the item and all its sub-items (columns) are highlighted. Some users may find the “full-row-select” feature annoying. Why?
In pre-Vista Operating Systems, to deselect all files in a folder, you could simply click on a blank area on the folder. With full row selection enabled by default in Windows Vista, deselecting all files and folders in a folder becomes difficult, as you need to scroll down the list and click an empty area in the folder.
There are two methods discussed on how to disable full row select feature in Windows Vista. Method 1 clears all the saved folder views and customizations and disables the full row select feature. Method 2 discusses a VBScript which disables the full row select feature while preserving the existing folder views and customizations.
METHOD 1
Download nofullrowselect.zip and save to Desktop. Unzip the file and extract the contents to a folder. Double-click disablefullrowselect.reg to merge the contents with the registry. You need to restart explorer.exe, or logoff and login back for the change to take effect.
Now the full row select feature will be disabled for all folders. If you wish to revert back to the old setting, apply the enablefullrowselect.reg file that’s enclosed in the Zip file.
Technical Details
This REG file disables the full row select feature in Windows Explorer by creating a DWORD (32-bit) value named FullRowSelect, and setting its Value data to 0. The value is created in the following registry key:
Existing folders that have their saved views stored in the registry, ignore the FullRowSelect value. Instead, they use the setting from their respective Bags registry key (FFlags value under the “Bags” registry branch). The FFlags value stores the “full row select” setting and other settings in a DWORD value. (REF FOLDERFLAGS Enumerated Type)
Therefore, the REG file clears out saved folder views and customizations, which is stored under the following branch:
(Related article: Fixing Folder Type problems in Windows Vista)
METHOD 2
Microsoft MVP Keith Miller has a VBScript that can disable the full row select feature for all folders without resetting the saved views. Visit Keith’s Windows Stuff page, download and unzip ClearFullRowSelect.zip, and run the enclosed VBScript file. There is also an Undo script RestoreFullRowSelect.zip in that page.
SCREENSHOTS

(Fig 1) Full row select (enabled by default)

(Fig 2) Full row select disabled, as in pre-Vista systems.
Copyright © 2008 Ramesh Srinivasan. All rights reserved.
RELATED POSTS
- FIX: Cannot Select Multiple Files in Explorer in Windows Vista
- Run Dialog AutoComplete Drop-Down Feature Does Not Work
- Virtual PC 2007 Security Options: Restrictions for Limited Users
- Taskbar Displays Full Path of Open Folders Instead of the Actual Folder Name
- Remove, Disable and Enable Buttons Are Grayed Out in Windows Defender
- How to Enable or Disable Aero in Windows Vista
- Clean Up the Right-Click Menu in Internet Explorer 8
- Enable and Disable Built-in CD Burning Features in Windows Vista
- Green Tick or Blue Arrows Icon Overlay Displayed for Files in Windows Explorer
- Enable and Disable Windows Firewall Quickly Using Command-Line



Like this site? Make sure you
December 19th, 2008 at 6:27 am
Glad you asked! FullRowSelect AND checkboxes are now available for Explorer in XP, through the TrayProdder “co-program”. See:
http://www.everator.com/backpages/index.php/trayprodder
December 16th, 2008 at 2:25 pm
FullRowSelect was what I was waiting for since ages. Is there a way to enable this on Windows XP?