First off let me tell you how pissed I am at Micro$oft and their stupid "We know what the people want" ways.
Every new iteration of Windoze introduces more bloatware, more spyware, more lame UX GUIs, and less customisation.
Did anyone ask for the "Ribbon" in Windoze Exploder? Hands up who asked for Cortana or Copilot? Hands up if anyone asked Mico$oft to spy on their every move, every key pressed on their keyboard?
Where's all the hands?!?! It seems M$ just decide what the trends are, and then go for it with no consideration for their actual paying customers.
It was ages before I was forced to downgrade from Windoze 98 to XP (eXtra Poop). But I got used to XP and managed to hack it to how I liked.
XP became a dog with new apps requiring more power and space, and with a limit of 2GB (true story!) you had to watch low quality AVIs (or DivXs).
I was forced to downgrade to Windoze 7, which has been my go to for many years.
And now, due to Windoze 7 limitations with RAM, no support and no more new driver updates, I was forced to downgrade to Windoze 10.
Windoze 11 has been out for a few years now, and 10 is on it's last leg of support :(
But I refuse, as I have been able to hack around most of the annoying preinstall (FORCED UPON YOU) apps and GUI issues in Windoze 10.
I managed to remove the "Organize" bar (AKA FolderBand) from Windoze Exploder on Windoze 10 (Pro).
To get your Exploder looking like the one in the image, you'll need a few things.
takeown and icacls, or have the know-how with the-ole right-click properties method and find your way around setting your perms that way.
This section is just for the removal of the "FolderBand" and not tweaking the rest of Exploder.
We will be modifying a Windoze system file called shellstyle.dll
If you haven't made any Personalisation tweaks and are using the default Theme, then the file you want is :
C:\Windows\System32\shellstyle.dll
If you've updated your theme at some point then you'll need to modify this one :
C:\Windows\Resources\Themes\aero\Shell\NormalColor\shellstyle.dll
I'm using "Resource Hacker" so you'll probs need this to follow along.
shellstyle.dll file or the folder it's in (best to do the folder recursively).shellstyle_orig.dll
shellstylex.dll We will modify this one.shellstylex.dll in Resource Hacker.
or
Depending on whichshellstyle.dll you're in. It's the same code just one has extra line breaks.
padding="rect(0rp,0rp,0rp,-32rp)" to the Element :
0rp, 0rp, 0rp: Keeps the left, top, and right edges exactly where they are.
-32rp (Bottom): This tells the layout engine that the bottom edge of the FolderBand should be 32 units above its starting point.
The bar is usually 30 so 32 should hide it well. You may need to adjust this number if the bar is showing a little.
(rp = Relative Pixels)
shellstylex.dll is now the modified version we want Windoze Exploder to use.
If you want a quick way to verify the change, open it with notepad and search for "FolderBandStyle"
You should see you change a few lines down form there.
As you cleverly named the modified file `shellstylex.dll` you can safely copy it to the folder where the one you wish to modify is.
Remember that's either
C:\Windows\System32\shellstyle.dll
or
C:\Windows\Resources\Themes\aero\Shell\NormalColor\shellstyle.dll
Most likely the latter.
> cd C:\Windows\System32
> cd C:\Windows\Resources\Themes\aero\Shell\NormalColor> taskkill /F /IM explorer.exeshellstyle.dll
> move shellstyle.dll shellstyle_.dll> move shellstylex.dll shellstyle.dll> explorerNo you did!
No, _you_ did!
Panic ye-not.
You need to boot back into Windoze but in CLI mode with no GUI.
So start you PC up in recovery mode, and choose the command line only option.
Starting up in recovery may be automatic, or you might need a recovery disk/usb.
Or possibly after smashing keys on your keyboard when you PC is starting up might give you that option.
When you get into the CLI,
> cd C:\Windows\System32
> cd C:\Windows\Resources\Themes\aero\Shell\NormalColorshellstyle.dll
> move shellstyle.dll shellstyle_oops.dll> move shellstyle_.dll shellstyle.dllexplorer from there/here, but if not, just reboot your PC.
PC Unbroken!
This fix also works on Windoze 7 in pretty much the same way with the same files and code.
It pays to do some reading up before haxing Windoze because it can be a dog to recover your stuff.
It's not the easiest UI to use and if you really want your OS to represent you, then give Linux a go. I would suggest Ubuntu as there's a massive community out there for it and it's super easy to use and customise.
- l8s S.J -
[keyword swappiness: Micro$oft → Microsoft, Windoze → Windows, Exploder → Explorer]
© Copyright 2026 - 2036 , OMI Ltd. and S.Dwayne Pivac. All rights reserved.
Dwayne
January 1nd, 2026 - 3:33AM