-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Elite-TaskBar is highly customizable. Almost every aspect of the UI, functionality, and native shell hooking can be configured to your liking.
The primary way to configure Elite-TaskBar is through the EliteSettings.cpl applet. If installed correctly (placed in System32), it can be launched directly from the native Windows Control Panel, or by double-clicking the Elite-TaskBar tray icon.
- Taskbar Settings: Configure taskbar positioning, Aero Glass opacity, auto-hide, and whether to "Show Seconds" on the system clock.
-
Desktop: Toggle the custom
Progmandesktop replacement window, configure theSysListView32desktop grid, and setup custom GDI+ wallpapers.- Note: The wallpaper renderer uses smart bitmap caching in memory to ensure maximum performance when the window repaints.
- Start Menu: Configure the Open-Shell fallback integration, allowing the classic start menu to invoke natively instead of the modern UWP menu.
-
Themes & Appearance: Utilize the custom icon theme importer. Here you can swap out standard UI images (toolbar buttons, menubar icons) with custom
.icoor.pngfiles. You can also specify the path to your native theme directory for automatic detection and previewing.
Under the hood, all settings are serialized and saved natively into the Windows Registry.
The primary configuration path is:
HKCU\Software\EliteSoftware\Win32Explorer\Advanced
If you are writing scripts or deploying Elite-TaskBar across multiple machines, you can directly modify these DWORD and String values to manipulate the taskbar without opening the UI.
If you prefer not to rely strictly on the HKCU registry, you can enable Portable Mirror mode from within the Settings applet.
When enabled, this mode will:
- Save all configurations to a portable XML file in the application directory.
- Simultaneously mirror the registry writes to
HKLM(All Users) instead ofHKCU, enforcing the settings system-wide.