📎 AI Summary:
The thread discusses ways to remove or hide the 'organize, include in library, new folder' command bar in Windows 7 Explorer. The original poster finds the bar unnecessary and seeks to maximize window space, ultimately using 'Resource Hacker' to modify the system DLL and successfully hide most of the bar. A responder mentions that this bar is integral to the default UI and warns about registry modifications, with third-party skin software suggested as an alternative. Overall, the original poster achieves a near-complete removal, sharing a workaround that involves DLL editing.

HeavenTonight

New Member
Joined
Mar 16, 2014
Messages
2
Thread Author #1
Hey guys. I've always wondered, is it possible to remove the 'organize, include in library, new folder' bar that is present on all windows explorer windows? I have attached a screenshot jpg of what it looks like in windows 7 under the classic view scheme. I have highlighted the problem bar in a red outline.

I find this bar very annoying because it was never present in windows xp, and I would rather have more viewable space in the window than have this useless bar there at all times. All of the options that it presents are available somewhere else so no functionality is lost.
 

Attachments

  • a.webp
    a.webp
    13.3 KB · Views: 280
Solution
Huzzah! I got something almost as good as removing it to work. I used a program called 'Resource Hacker' to modify shellstyle.dll found in the system 32 folder. I added the following line <Element padding="rect(0rp,0rp,0rp,-28rp)"/> which I put after the existing line <style resid="FolderBandStyle"> and re-compiled the .dll file. Restarted computer and it worked, it basically hides the command bar text completely and almost hides the actual bar itself except for a very small amount of space where you can still hover your mouse over the buttons to get a pop-up description of them.

Fixer1234

Senior Member
Joined
Aug 3, 2012
Messages
481
That bar is intended as the primary user interface and it is where you get access to turning the menu on or off. There is probably a way to disable it with a registry edit, but you risk locking yourself out. If you really want to get rid of it, look at third party "skin" software that lets you customize the user interface.
 

HeavenTonight

New Member
Joined
Mar 16, 2014
Messages
2
Thread Author #3
Huzzah! I got something almost as good as removing it to work. I used a program called 'Resource Hacker' to modify shellstyle.dll found in the system 32 folder. I added the following line <Element padding="rect(0rp,0rp,0rp,-28rp)"/> which I put after the existing line <style resid="FolderBandStyle"> and re-compiled the .dll file. Restarted computer and it worked, it basically hides the command bar text completely and almost hides the actual bar itself except for a very small amount of space where you can still hover your mouse over the buttons to get a pop-up description of them.
 

Solution