The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Getting rid of a bar

    Discussion in 'Windows OS and Software' started by Nuta, Mar 28, 2008.

  1. Nuta

    Nuta Notebook Consultant

    Reputations:
    1
    Messages:
    106
    Likes Received:
    0
    Trophy Points:
    30
    Hey, Im creating my desktop for vista and so far so good, nice and clean looking, but one thing I cant stand is the organize bar.(see pic) Just wondering if anyone has experience or knows how to get rid of the bar,

    Thanks, Tyler

    FIX: Auto-hide the bar

    Ok first off if somthing happens I wont take blame for it. Make sure you back-up your files. You need to download reshacker. Launch it and drag C:\Windows\Resources\Themes\ (Whatever theme your using)\Shell\NormalColor\shellstyle.dll into it (make sure you back it up, it does back it up for you, but better be safe then sorry). Then click UIFILE then 1 then 1033. Press ctrl-F and search for

    <style resid='FolderBandStyle'>

    in the script. On the next line put in

    <if mousefocused="false" mousewithin="false"><Element padding="rect(0rp,0rp,0rp,-28rp)"/></if>

    so it should look a little like this

    <style resid='FolderBandStyle'>
    <if mousefocused="false" mousewithin="false"><Element padding="rect(0rp,0rp,0rp,-28rp)"/></if>
    <Element
    background="argb(0, 0, 0, 0)"
    />


    Click compile Script on the top of the page and then save it save. Then re-apply the theme and it should be hidden until mouse is over it. If not, try restarting.
     

    Attached Files:

    • WTF.jpg
      WTF.jpg
      File size:
      52.3 KB
      Views:
      209
    Last edited by a moderator: May 7, 2015
  2. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    I haven't seen a method to get rid of that yet, but if you use a different theme, it can look a lot nicer.

    bar.jpg
     
  3. Nuta

    Nuta Notebook Consultant

    Reputations:
    1
    Messages:
    106
    Likes Received:
    0
    Trophy Points:
    30
    ya ive been looking at different themes, but there pretty hard to come by for vista that is, but this one I use gives me transparent bars on everything, which I want, but in return I get that black bar....no clue why, guess ill keep looking around for a new theme until I figure out how to hide it
     
  4. Harper2.0

    Harper2.0 Back from the dead?

    Reputations:
    2,078
    Messages:
    3,108
    Likes Received:
    0
    Trophy Points:
    105
    have you tried looking in folder options?
     
  5. Nuta

    Nuta Notebook Consultant

    Reputations:
    1
    Messages:
    106
    Likes Received:
    0
    Trophy Points:
    30
    That was the first place i Looked. im currently looking at the hex code of explorer.exe......see if somthing shows up
     
  6. Nuta

    Nuta Notebook Consultant

    Reputations:
    1
    Messages:
    106
    Likes Received:
    0
    Trophy Points:
    30
    FIXED IT. I decided to look around more deeply in other forums and found a auto-hide edit, so now it doesnt show until my mouse is over :) even better then what I wanted
     
  7. sathyaterry

    sathyaterry Notebook Evangelist

    Reputations:
    8
    Messages:
    317
    Likes Received:
    0
    Trophy Points:
    30
    It would be helpful if u posted the edit
     
  8. j3oomerang

    j3oomerang Notebook Guru

    Reputations:
    1
    Messages:
    64
    Likes Received:
    0
    Trophy Points:
    15
    that would be helpful indeed. Thats the downside to forums like these. Now i want something i didnt even know i watned before.