Vista explorer missing feature? "filename only" select

C

Chewie

Firstly let me assure you that I love the way Vista looks and, with the
exception of the ridiculously intrusive UAC, the way it works.

I'm not so enamoured with the redesign of Explorer, though.

Please could someone tell me how to disable full-row selct in detail view. I
find it very frustrating having to widen windows enough to begin a click-drag
from white space.
 
K

Keith Miller \(MVP\)

Are you comfortable with editing the registry?

Under the key:

[HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

Create a new REG_DWORD value named FullRowSelect. Leave it's data as 0x0.

At this point, only new folders created would show the behavior you desire,
because the state of this flag is saved with every folder view. To apply to
all folders, you need to delete saved folder views by deleting the following
two keys:

[HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]

[HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults]

If you have a lot of time invested in your folder views, I can post a script
later that will clear the flag without losing your saved views.
 
C

Chewie

Keith Miller (MVP) said:
Are you comfortable with editing the registry?

Under the key:

[HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

Create a new REG_DWORD value named FullRowSelect. Leave it's data as 0x0.

At this point, only new folders created would show the behavior you desire,
because the state of this flag is saved with every folder view. To apply to
all folders, you need to delete saved folder views by deleting the following
two keys:

[HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]

[HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults]

If you have a lot of time invested in your folder views, I can post a script
later that will clear the flag without losing your saved views.


--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



Chewie said:
Firstly let me assure you that I love the way Vista looks and, with the
exception of the ridiculously intrusive UAC, the way it works.

I'm not so enamoured with the redesign of Explorer, though.

Please could someone tell me how to disable full-row selct in detail view.
I
find it very frustrating having to widen windows enough to begin a
click-drag
from white space.

Thank you! This is exactly the thing I was looking for.

I personally don't need to save folder views but it's likely that others
might be looking for just such a script if you could see your way to posting
it.

Cheers,
Chewie.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top