Results 1 to 4 of 4

Thread: How to Auto-Hide or Disable Command Bar (aka Folder Band)

  1. #1
    razorsedge is offline
    The Sci-Fighter

    Join Date
    Oct 2009
    Location
    The land of Hockey and Rock music
    Posts
    5,016
    Mentioned
    16 Post(s)
    Tagged
    434 Thread(s)


    Sex:

    How to Auto-Hide or Disable Command Bar (aka Folder Band)

    Today in this tutorial, we'll tell you how to set the Command Bar auto-hidden in Explorer window. In this way, it'll only appear when you hover your mouse cursor over it as shown in following screenshot: Auto-Hidden Command Bar aka Folder Band:


    To make the Command Bar auto-hidden, you'll have to edit the "Shellstyle.dll" file which is present in Theme directory.
    For example, if you are using default Window Aero theme, you'll get the "Shellstyle.dll" file in following directory:
    %windir%\Resources\Themes\Aero\Shell\NormalColor
    NOTE: If you are using Windows Classic theme, you'll need to edit "Shellstyle.dll" file present in "Windows\System32" folder.
    You just need to follow these simple steps to make Command Bar auto-hidden:
    1. Open "Shellstyle.dll" file in Restorator

    2. Now go to "UIFILE -> 1

    3. Press <Ctrl>+F or click on "View -> Find Text..." option and type following in "Find what" textbox:
    Code:
    <style resid="FolderBandStyle">
    4. It'll go to following line of code:
    Code:
    <style resid="FolderBandStyle"> <Element background="argb(0, 0, 0, 0)" />
    5. Now add following code after <style resid="FolderBandStyle"> line:
    Code:
    <if mousefocused="false" mousewithin="false"><Element padding="rect(0rp,0rp,0rp,-28rp)"/></if>
    So that it'll look as following:
    Code:
    <style resid="FolderBandStyle">
    <if mousefocused="false" mousewithin="false"><Element padding="rect(0rp,0rp,0rp,-28rp)"/></if>
    <Element
    background="argb(0, 0, 0, 0)"


    PS: To permanently disable or hide Command Bar, add following code after <style resid="FolderBandStyle"> line:
    Code:
    <Element padding="rect(0rp,0rp,0rp,-28rp)"/>
    6. Now click on "Compile Script" button and save the file.
    7. Log off or restart to see the changes OR re-apply the theme.

    PS:
    This method will work for all 3rd party themes as well. Simply modify the "Shellstyle.dll" file present in custom theme folder.

    Source:
    HTML Code:
    https://www.askvg.com/how-to-make-folder-band-auto-hidden-in-windows-vista/

    As an alternate you can use this app

    Windows 7 Command Bar Tweaker by ~yvidhiatama



    Inspired from a tutorial in AskVG.com

    Windows 7 Command Bar Tweaker is a freeware that will let you auto-hide or disable the command bar in Windows 7 explorer.

    IMPORTANT!

    TO ENJOY THE FEATURES FROM THIS PROGRAM (HIDE AND AUTO-HIDE COMMAND BAR), MAKE SURE THAT YOU ARE USING THE NORMAL "AERO" THEME, NOT OTHER 3RD PARTY THEMES OR THE BASIC THEME!

    Hope this program will work if you use it!



    source:
    HTML Code:
    https://browse.deviantart.com/customization/skins/windows7/misc/#/d47r8de







  2. #2
    Letícia® is offline
    Elite

    Join Date
    Dec 2011
    Location
    Posts
    2,470
    Mentioned
    74 Post(s)
    Tagged
    359 Thread(s)


    Sex:
    tutorial very interesting "razorsedge" / / thanks

  3. #3
    DERWAISH is offline
    Skilled


    Join Date
    Oct 2011
    Location
    BRUXELLES,BELGIUM
    Posts
    126
    Mentioned
    0 Post(s)
    Tagged
    57 Thread(s)

    Sex:
    THANKS FOR SHARING MATE
    FOLLOW THE RULZZZZZZZZZZZZZ






  4. #4
    AndreaG
    Guest
    I've been frustrated for a long time trying to disable the command bar. Thank you!! I FINALLY have what I need.


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: May 6th, 2014, 08:40 AM
  2. How To Move Command Bar / Folder Band To The Bottom Of The Explorer Window
    By 2635599 in forum Windows 7 Theme Help & Support
    Replies: 1
    Last Post: February 11th, 2013, 09:10 AM
  3. How To Hide Drives In Windows 7 Using Command Prompt
    By razorsedge in forum Setup Tutorials
    Replies: 0
    Last Post: October 20th, 2010, 01:03 AM
  4. How to Disable Toolbar Auto-Hide Feature in Full Screen Mode
    By razorsedge in forum General Tutorials
    Replies: 0
    Last Post: October 14th, 2010, 08:56 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •