How to make Windows Explorer always use detail view?

38

8

As a developer I work with a lot of source code files etc. and I need to copy these around, rename, etc. I'm sure any developer knows the drill.

Windows Explorer is really "helpful" in suggesting different Views for different folders. Apparently one source code folder is an image folder, another apparently needs large icons etc. This appears to be getting worse with every new Windows release. It used to be possible to set a View on a root folder and Windows would pretty much respect that, but Vista keeps guessing (wrong) no matter what I do.

I like many of the other improvements that MS made to Windows Explorer over the years, but this persistent attempt and failure to guess how I want my files listed make it counterproductive and really spoils it all.

So I gave up on Windows Explorer and now use Salamander instead. But the problem comes up again every time I use someone else's computer, and whenever a program uses the standard file open/save dialogs.

Please - does anyone know of a way to tell Windows Explorer to always use Detail View - and keep doing it?

Thanks in advance

Jesper

Posted 2009-05-03T23:15:36.123

Reputation: 877

13"how is this a programming question?" He's trying to make his development environment more programmer-friendly? Not everything about programming is code, code, code. Though, if you take this too far, you end up debating the best deodorant to make your co-workers not fear talking to you, so I guess you do have to draw the line somewhere. But I think a lot of SO users make things a tad too strict. – bsneeze – 2009-05-04T04:44:14.553

Answers

32

Found the fix here:

Copy the text between the lines below into notepad & save as a .reg file. Watch out for line wrap -- [HKEY_CURRENT_USER...\Shell] is all one line.


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified" 

Merging the .reg file will set the 'All Items' template for any folders that don't currently have a view saved with a different template. You can clear all saved views by deleting the

"HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags"

key BEFORE merging the .reg file. If any folders open with a different template after clearing the 'Bags' key & merging the .reg file, they most likely have a template specified via their desktop.ini file.

-- Good Luck,

Keith Microsoft MVP [Windows XP Shell/User]

Jesper

Posted 2009-05-03T23:15:36.123

Reputation: 877

1Uhm I have that value in the registry but Explorer/FileOpenSave dialogs sometimes still show icons instead of the details view!? – Andreas – 2015-05-04T06:29:18.637

13

Set the folder you're in to detail view, go to Tools > Folder Options, click the View tab, and click Apply to All Folders

bsneeze

Posted 2009-05-03T23:15:36.123

Reputation: 247

What about windows 8.1? – sdfor – 2015-03-04T18:53:51.280

5If you're on Vista or 7, the menu bar might be hidden. Just press the Alt key to show it. – bsneeze – 2009-05-03T23:19:06.877

1No such function in Vista – Jesper – 2009-05-03T23:19:51.527

1On Vista and Windows 7 you'll find it in Organize > Folder and Search options > View > Apply to Folders. – Joey – 2009-05-03T23:25:08.080

@Jesper: it's still there in Vista, but it's hidden. The non-hidden route, I guess, is what Johannes pointed out. – bsneeze – 2009-05-03T23:28:21.427

1Nope - there is no "Apply to all folders" function there either. There is a "Apply to folders" button - but that is very different - that only sets the columns etc. for a specific view. Vista will still guess (wrong) what type of folder each folder is - and thus the associated View. – Jesper – 2009-05-03T23:31:40.110

Oh. Didn't know that. But now I do =D – bsneeze – 2009-05-04T00:44:05.457

1

Apparently Windows (Vista, as well as XP) likes to reset the view settings of folders on its own, so you have to install 3rd party software to actually get it to remember the view settings for each folder.

Supposedly XdN Tweaker's "Make Views Stick" function in the "Files & Folders III" dialog (truly horrendous interface design) will make your folder view settings actually stick. So then you just need set one folder to "Details" view, check "Enable Each Folder's View Settings", and then "Apply to All Folders."

Calvin

Posted 2009-05-03T23:15:36.123

Reputation:

Not compatible with Windows 8.1 – Tony_Henrich – 2014-10-26T05:08:46.940