Windows 8 comes with a powerful and redesigned Explorer interface. In the new File Explorer, Details pane is now placed with the Preview Pane, a layout aimed at users with widescreen. This change also prevents users from viewing both Detail and Preview paneat the same time, which is especially useful while viewing pictures or music files. If you’re not a fan of this new layout, here’s how you can move back the Details pane to the bottom of the Explorer window just like it used to be in Windows 7.
Steps to Move Details Pane to the Bottom of Explorer Window
- Download Resource Hacker and install it.
- Copy
shell32.dll
file fromC:\Windows\System32
andC:\Windows\SysWOW64
to your desktop. - Download Take Ownership.zip, extract it, and add it to your Registry.
- Right-click on the original
shell32.dll
file in the system directories and “Take Ownership” of them. - Backup the files by renaming
shell32.dll
to something likeshell32.dll.bak
in both system folders. - With the files safely backed up, switch to your desktop and open the copied files using Resource Hacker.
- Expand UIFILE tree and you should be able to see subtrees 3, 4, 5, and so on upto 66.
- Go to UIFILE > 3 > 1033, replace the existing script in the right-pane with below one, then click on “Compile Script”:
- Download this text file and replace script in UIFILE 4, 5, 6, 19, 20, and 21 the same way.
- Replace same contents in the other
shell32.dll
file as well. - When done, save both files and close Resource Hacker.
- Copy the modified files back to their respective system directories.
- Verify the file exists, and restart your computer for the changes to take effect.
<duixml> <Element resid="FolderLayout" layout="shellborderlayout()" sheet="genericlayoutstyle"> <StatusBarModule ModuleID="StatusBarModule" layoutpos="bottom" layout="filllayout()"/> <TemplateBackground id="atom(PreviewContainer)" height="53rp" layoutpos="bottom" layout="filllayout()"> <TemplateBackground id="atom(PreviewShineLayer)"/> <PreviewBackground id="atom(BackgroundClear)" background="ARGB(0, 0, 0, 0)" layout="borderlayout()"> <PreviewThumbnail ModuleID="PreviewThumbnailModule" MaxThumbSize="256" layoutpos="Left"/> <Element layoutpos="Client" layout="filllayout()"> <PreviewMetadata ModuleID="PreviewMetadataModule" NullSelectPropertyString="prop:*System.OfflineStatus;*System.OfflineAvailability" layoutpos="Client"/> </Element> </PreviewBackground> <Sizer id="atom(PreviewPaneSizer)" sizingtarget="atom(PreviewContainer)" FramePersistType="2" SlidesUpAndDown="true" layoutpos="top" DownOrRightGrowsTarget="false"/> </TemplateBackground> <TemplateBackground id="atom(ReadingPane)" layout="filllayout()" layoutpos="right"> <PreviewThumbnail ModuleID="ReadingPaneThumbnailModule" HideProperty="PreviewHandlerRunning" Vertical="true" layoutpos="client" background="ARGB(0, 0, 0, 0)"/> <ReadingPaneModule ModuleID="ReadingPaneModule" layoutpos="none"/> </TemplateBackground> <Sizer id="atom(ReadingPaneSizer)" sizingtarget="atom(ReadingPane)" GrowTargetFirst="true" SlidesUpAndDown="false" PrioritySizer="atom(PageSpaceControlSizer)" DownOrRightGrowsTarget="false" FramePersistType="2" layoutpos="Right"/> <ProperTreeModule id="atom(ProperTree)" ModuleID="ProperTreeModule" sheet="documentslayoutstyle" layoutpos="Left"/> <Element id="atom(ViewHostContainer)" layoutpos="Client" sheet="documentslayoutstyle" layout="borderlayout()"> <ViewHost id="atom(clientviewhost)" layout="borderlayout()" layoutpos="client"> </ViewHost> </Element> </Element> </duixml>
That’s it! You should have the Details pane at the bottom of the Explorer window now, and you should also be able to open both Preview pane and Details pane at the same time.
All seems good, but there is a little downside to this hack. You’ll get UAC prompts with “unknown publisher” whenever you perform an operation that requires elevated permission. However, if you don’t edit system files quite often, there’s nothing much to worry about.
via Deskmodder.de