How to Move / Show “Details Pane” at Top in Windows Vista and 7 Explorer?

If you can remember the good old Longhorn days when Windows Vista was under Beta testing, the Details Pane in Windows Explorer used to show at top just below the Command Bar. But in Windows Vista RTM (Final version), the Details Pane was moved to bottom. Same thing applies to Windows 7 as well.

There are many people who still want to get the Details Pane at top as shown in our AeroVG theme preview picture:

AeroVG_Theme_for_Windows_Vista.png

Advertisement

You can also change the “Details Pane” position from Bottom to Top in Windows Vista and 7 Explorer using following simple steps:

1. We’ll have to edit “%windir%\System32\Shell32.dll” file. First copy Shell32.dll file from “System32” folder to some other location for example Desktop.

Note: here %windir% represents “Windows” directory which can be found in the system drive where Windows is installed. In most of the cases its C:\Windows.

2. Now open the new file in Resource Hacker.

3. Go to “View -> Find Text” (or press Ctrl + F). It’ll open Find box.

4. Now type following String in textbox:

layoutpos=”bottom”

Advertisement

5. Click on “Find Next” button and it’ll show the line containing this text. It should be in UIFILE section.

6. You have to just replace “bottom” word with “top“.

7. When you have done, click on “Compile Script” button.

8. Now press “F3” key and it’ll show the next line containing the same text. Again do the same mentioned in 6th step.

9. Remember! You have to replace “bottom” word with “top” only in following locations (i.e. keys under UIFILE section):

3, 4, 5, 6, 19, 20, 21

10. If you also want to show the Details Pane at Top in Browse/Save/Open dialog boxes, then replace “bottom” word with “top” in 27 and 28 keys too.

11. That’s it. You have done. Now save the file.

12. Now we’ll need to replace original Shell32.dll file present in “C:\Windows\System32\” folder with our new Shell32.dll file which we saved at Desktop or some other location.

12 a. First take ownership of “C:\Windows\System32\Shell32.dll” file using following tutorial:

Add Take Ownership Option in File / Folder Context Menu in Windows Vista and 7

12 b. Now rename it to “shell32_backup.dll” or any other name.

12 c. Now copy your new modified “shell32.dll” file from Desktop to “System32” folder.

PS. If you are using 64-bit Windows edition, you’ll also need to replace Shell32.dll file present in “C:\Windows\sysWOW64\” folder with new one.

13. Restart your system and after restart Windows will start using your new modified file and you’ll get details pane at Top.

Published in: Windows 7, Windows Vista

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead.

  1. VG, I’m using Windows 8 here:

    1. Is it possible to move the “Details Pane” from right-hand side to bottom?

    2. I noticed layout=”filllayout()” is at StatusBarModule line (status bar?). Do I need to copy that to DetailsContainer line?

    3. If I successfully move the “Details Pane” to bottom, will it affect the “Preview Pane”?

    Thanks in advance 🙂

  2. its too good,
    i have Win 7 x64, i tried it, i have replaced shell32.dll to both the directories (ie. system32 & syswow64) but it didn’t worked, after rebooting itz giving error for every program (initiating in start-up like IDM, daemon tools etc nd for everything) after this no any exe file executes, i tried it twice but same thing happens every time, i don’t know where i am mistaking during editing dlls.
    any help!!!!!

  3. ^^ Currently I’m on Windows 8 so cant post. I didnt share the modified file because file versions might be different in different systems due to installed Windows updates. If the version number differs, your system might refuse to start. So its better to modify the file yourself.

  4. Could u please say how to change the font colors of the texts in the details pane, the pane below the menu bar, and the sidebar of control panel in windows7.

  5. Can we move details pane to right as in windows 8?
    I replaced “Top” with “Right” and restarted successfully, but details pane was not moving, it covered all the parts of explorer window except titlebar/navigation bar, then I needed to hide it from Organize menu.

    Or its movement is restricted to top?

    Thanks in advance
    Windows 7 x64

  6. Hi,

    I dont uderstand the “sections” concept…. You mean the instances they occur in the text eg. times i press find next ? If so, shouldnt the first instance also been modified (steps 5 & 6) ?

    thanks!!

  7. section/key confusion

    i have a modified verison of shell32.dll so maybe i have different sections there… if by sections/keys you mean the stars on the left tree pane i have only 2 in UFILE – 20482 : 1033 and 40960 : 1033

    maybe this clarifies my doubts 🙂

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.