Windows 11 Start Menu Styler
Customize the start menu with themes contributed by others or create your own
Details
120,672 users
Taskbar height and icon size
Control the taskbar height and icon size, improve icon quality (Windows 11 only)
Details
93,029 users
Windows 11 Taskbar Styler
Customize the taskbar with themes contributed by others or create your own
Details
95,007 users
Windows 11 Notification Center Styler
Customize the Notification Center with themes contributed by others or create your own
Details
48,162 users
Taskbar Volume Control
Control the system volume by scrolling over the taskbar
Details
32,344 users
Better file sizes in Explorer details
Optional improvements: show folder sizes, use MB/GB for large files (by default, all sizes are shown in KBs), use IEC terms (such as KiB instead of KB)
Details
28,769 users
Taskbar Clock Customization
Customize the taskbar clock: define a custom date/time format, add a news feed, customize fonts and colors, and more
Details
26,316 users
Slick Window Arrangement
Make window arrangement more slick and pleasant with a sliding animation and snapping
Details
15,841 users
Taskbar Labels for Windows 11
Customize text labels and combining for running programs on the taskbar (Windows 11 only)
Details
15,149 users
Middle click to close on the taskbar
Close programs with a middle click on the taskbar instead of creating a new instance
Details
13,148 users
Modernize Folder Picker Dialog
Replaces the classic "Browse For Folder" dialog
Details
12,591 users
Disable grouping on the taskbar
Causes a separate button to be created on the taskbar for each new window
Details
11,509 users
Taskbar tray system icon tweaks
Allows hiding system icons (volume, network, battery), the bell (always or when there are no new notifications), and the "Show desktop" button (Windows 11 only)
Details
10,948 users
Taskbar Thumbnail Reorder
Reorder taskbar thumbnails with the left mouse button
Details
8,627 users
Dark Mode for Notepad
The missing dark mode theme for Notepad
Details
7,848 users
Chrome/Edge scroll tabs with mouse wheel
Use the mouse wheel while hovering over the tab bar to switch between tabs
Details
7,669 users
Taskbar tray icon spacing
Reduce or increase the spacing between tray icons on the taskbar (Windows 11 only)
Details
7,619 users
Classic context menu on Windows 11
Always show the classic context menu without having to select "Show More Options" or hold Shift
Details
7,488 users
Vertical Taskbar for Windows 11
Finally, the missing vertical taskbar option for Windows 11! Move the taskbar to the left or right side of the screen.
Details
5,705 users
Taskbar on top for Windows 11
Moves the Windows 11 taskbar to the top of the screen
Details
5,320 users
No Focus Rectangle
Removes the focus rectangle
Details
4,849 users
Click on empty taskbar space
Trigger custom action when empty space on a taskbar is double/middle clicked
Details
4,486 users
Dark mode context menus
Enables dark mode for all win32 menus.
Details
4,451 users
Turn off change file extension warning
When a file is renamed and its extension is changed, a confirmation warning appears, this mod turns it off
Details
4,434 users
Classic Explorer navigation bar
Restores the classic Explorer navigation bar to the version before the Windows 11 "Moments 4" update
Details
4,203 users
Open With - Remove Microsoft Store Menu Item
Removes the "Search with Microsoft Store" menu item from the "Open with" submenu
Details
4,032 users
Taskbar auto-hide when maximized
Makes the taskbar auto-hide only when a window is maximized or intersects the taskbar
Details
4,364 users
Show all apps by default in start menu
When the Windows 11 start menu is opened, show all apps right away
Details
3,161 users
Customize Windows notifications placement
Move notifications to another monitor or another corner of the screen
Details
2,951 users
Better Taskbar Autohide
Allow taskbar autohide when inactive window notified
Details
2,793 users
Classic Explorer Treeview
classic-explorer-treeview
1.1.3
Waldemar
explorer.exe
Modifies Folder Treeview in file explorer so as to make it look more classic.

Classic Explorer Treeview

This mod changes the Explorer Treeview (otherwise known as Folder Pane or Navigation Pane) to look more classic. It draws it's own Folder Band with a functional X button. If you are using OpenShell, then you need to set the correct settings for Classic Explorer in the Navigation Pane tab: Vista style and Tree item spacing 0.

This mod supports the Classic and Basic (non DWM) themes, others may work but aren't supported.

If the mod is to be disabled, it's recommended not to use file explorer windows that were opened prior to disabling it, as it may lead to undefined behaviour.

BeforeAndAfter

For issue reports, contact waldemar3194 on Discord, or file a report at my github repository.

Changelog:

1.1.3

  • Use Microsoft::WRL::ComPtr instead of winrt::com_ptr
  • Symbol hooks made compatible with Win7

1.1.2

  • Added a option to enable item hot tracking

1.1.1

  • Added a option to draw a gradient background for the header for XP-like looks
  • Added a context menu for the header like in real InfoBands
  • A theme-accurate button frame is now drawn for the X button

1.1

  • Enabling the folders pane will now hide real InfoBands and vice versa
  • Fixed a hidden bug where clicking the X button many times would hang Explorer
  • Added a working entry in the Explorer Bars submenu
  • Removed 32bit "support"

1.0.3

  • Optimized expando button drawing
  • Mod will now explicitly load the required dll module

1.0.2

  • Accurate dotted lines
  • Fixed a bug with quick access item being too big

1.0.1

  • More accurate treeview item spacing
  • Mod no longer requires different settings on Win10 and Win11
  • Added a preview image to the description
  • Added settings to set the X, Y offsets of the close button

1.0

  • Fixed explorer.exe instability
  • Removed redundant linker arguments
  • Removed redundant includes
  • Added a option to use a default, system localized text for the folder band
  • Moving the treeview on the Y axis will no longer be attempted
  • Fixed the tooltips displayed when hovering over a item that doesn't fit in the treeview window
  • Added many comments to the code

0.5.1

  • Hotfix: fixed a graphical bug that led to spurious expando buttons being drawn

0.5

  • Changed the Folders band text font to be the same as in a real InfoBand
  • Folders band is now scaled semi-accurately when a non-standard sized theme is applied
  • Fixed the gaps to the sides of the folder band
  • Fixed some memory leaks
  • Fixed scrollbar buttons not appearing pressed in

0.4

  • Changed raw COM pointers to winrt::com_ptr
  • Changed the way Folders band text is stored in the mod
  • Added a option to automatically set the line color based on the currently used theme
  • Changed the mod to only subclass CNscTree controls that are part of file explorer windows, disregarding others that may be created in the explorer.exe process
  • Accurate mouse pointer will be displayed when hovering over tree view items

0.3

  • More accurate positioning and sizing of the folder band (Cynosphere)
  • Proper close button "glyph" (Cynosphere)
  • Close button glyph will now appear pressed in like a proper button label
  • Fixed a bug with close button appearing pressed in on mouse hover after it was pressed, but the mouse pointer left the window area before the mouse button was released
  • Fixed a bug with incorrect cursor being sometimes displayed when hovering over the folder band
  • Draw bottom rebar line on the folder band (Cynosphere)
  • Add option to use highlight color for drawing lines for better visibility on dark themes (Cynosphere)

0.2

  • Fixed a bug with drawing lines when LinesAtRoot is enabled.
  • Added a 3D border to the X button when mouse is hovering over it.
  • Added a option not to draw +/- buttons so that the mod can be used when themes are enabled.
  • Fixed the treeview being drawn over in certain circumstances.

0.1

  • Initial release.