Windows 11 Start Menu Styler
Customize the start menu with themes contributed by others or create your own
Details
121,757 users
Taskbar height and icon size
Control the taskbar height and icon size, improve icon quality (Windows 11 only)
Details
93,125 users
Windows 11 Taskbar Styler
Customize the taskbar with themes contributed by others or create your own
Details
95,604 users
Windows 11 Notification Center Styler
Customize the Notification Center with themes contributed by others or create your own
Details
48,723 users
Taskbar Volume Control
Control the system volume by scrolling over the taskbar
Details
32,453 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
29,045 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,321 users
Slick Window Arrangement
Make window arrangement more slick and pleasant with a sliding animation and snapping
Details
15,870 users
Taskbar Labels for Windows 11
Customize text labels and combining for running programs on the taskbar (Windows 11 only)
Details
15,256 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,204 users
Modernize Folder Picker Dialog
Replaces the classic "Browse For Folder" dialog
Details
12,612 users
Disable grouping on the taskbar
Causes a separate button to be created on the taskbar for each new window
Details
11,532 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
11,051 users
Taskbar Thumbnail Reorder
Reorder taskbar thumbnails with the left mouse button
Details
8,646 users
Dark Mode for Notepad
The missing dark mode theme for Notepad
Details
7,844 users
Chrome/Edge scroll tabs with mouse wheel
Use the mouse wheel while hovering over the tab bar to switch between tabs
Details
7,704 users
Taskbar tray icon spacing
Reduce or increase the spacing between tray icons on the taskbar (Windows 11 only)
Details
7,681 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,590 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,729 users
Taskbar on top for Windows 11
Moves the Windows 11 taskbar to the top of the screen
Details
5,360 users
No Focus Rectangle
Removes the focus rectangle
Details
4,871 users
Dark mode context menus
Enables dark mode for all win32 menus.
Details
4,528 users
Click on empty taskbar space
Trigger custom action when empty space on a taskbar is double/middle clicked
Details
4,519 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,461 users
Classic Explorer navigation bar
Restores the classic Explorer navigation bar to the version before the Windows 11 "Moments 4" update
Details
4,221 users
Open With - Remove Microsoft Store Menu Item
Removes the "Search with Microsoft Store" menu item from the "Open with" submenu
Details
4,053 users
Taskbar auto-hide when maximized
Makes the taskbar auto-hide only when a window is maximized or intersects the taskbar
Details
4,413 users
Show all apps by default in start menu
When the Windows 11 start menu is opened, show all apps right away
Details
3,166 users
Customize Windows notifications placement
Move notifications to another monitor or another corner of the screen
Details
2,967 users
Better Taskbar Autohide
Allow taskbar autohide when inactive window notified
Details
2,806 users
Fix Classic Theme Maximized Windows
classic-maximized-windows-fix
2.1
ephemeralViolette
All but windhawk.exe, conhost.exe, consent.exe, dwm.exe, lsass.exe, winlogon.exe, logonui.exe, ApplicationFrameHost.exe, gameinputsvc.exe, svchost.exe
Fix maximized windows having borders that spill out onto additional displays when using the classic theme.

Classic Maximized Windows Fix

Fixes the window borders on classic theme windows when DWM is active from spilling over to other monitors.

It occurred with DWM on because DWM is only compatible with manual window clipping via SetWindowRgn, like UxTheme uses, and not the special override that Win32k applies for rendering maximized windows with default (classic) frames. This simply makes all windows use classic theme frames.

Command Prompt windows will still not be properly clipped, however this issue already happened on older versions of Windows. Technically, there is a timing issue with Windhawk injecting into console windows, so rarely they may be affected. For consistency, I manually excluded conhost.exe.

Known problems

  • This will not work correctly without the classic theme. Whenever a window would be maximized, its frame would change to the classic frames (this is a special behaviour implemented in UxTheme for compatibility with historical use of this function), and hittesting would not work correctly on the new classic frames, which would interfere with UX quite a lot I think.