PDA

View Full Version : How to move Details Pane to top of windows explorer



gor17981
September 20th, 2011, 07:12 PM
This isn't my tutorial, i found it on the net and have no idea who the original poster is. All credits to the original poster.


1. We'll have to edit "%windir%\System32\Shell32.dll" .

2. Now open the file in Resource Hacker / Restorator

3. Goto "View -> Find Text" (or press Ctrl + F). It'll open Find box.

4. Now type following String in textbox:
layoutpos="bottom"


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 at some other location, for example in D: drive.

12. Rename original "Shell32.dll" file present in "System32" folder to "shell32_backup.dll".

13. Now copy your new modified "shell32.dll" file to "System32" folder.

14. Restart your system (http://www.askvg.com/how-to-move-show-details-pane-at-top-in-windows-vista-explorer/#) and after restart Windows will start using your new modified file and you'll get details pane at Top.


This can be used to move it from the top to the bottom, just reverse the "Top" and "Bottom" in this tutorial :)

rusl@n
September 20th, 2011, 07:23 PM
Gor my friend is a really useful advice I will learn to correct their mistakes. Thank you very much:Smile:

HaCkthEplAneT
September 21st, 2011, 03:40 AM
:burns: This will be very helpful for everyone. Nice post squire


47409

chopper13
September 21st, 2011, 04:01 AM
hmmm ,will this work on 64bit,mate?

KaFive
September 21st, 2011, 04:11 AM
Thanks!

gor17981
September 21st, 2011, 07:37 AM
@Chopper, yes it will work on 64 bit, just make sure to edit both shell32 files, one in system32 folder and one in Syswow64 folder :)

bigcyco1
September 21st, 2011, 09:56 AM
Nice find great tut i am sure allot will find it very useful bud.:tu:

NAHOM
September 21st, 2011, 12:41 PM
Thank you gor very useful post.;)

HammerJack
October 11th, 2011, 01:59 AM
Thanks for this post and for all the other neat stuff here at VC.

This is most helpful and I believe almost anyone can do this, it sounds too easy to be true..