Top Related Projects
This project aims to enhance the working environment on Windows
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
Classic Shell Reborn.
A lightweight utility that makes the Windows taskbar translucent/transparent.
Quick Overview
Taskbar Groups is a Windows application that allows users to organize and group their taskbar icons. It provides a customizable interface to create groups of applications, enhancing taskbar organization and workflow efficiency. The project aims to improve desktop management for Windows users.
Pros
- Improves taskbar organization by allowing users to create custom groups
- Enhances workflow efficiency by providing quick access to related applications
- Offers a customizable interface with various themes and appearance options
- Lightweight and easy to use, integrating seamlessly with the Windows taskbar
Cons
- Limited to Windows operating system
- May require some initial setup time to create and organize groups
- Potential compatibility issues with future Windows updates
- Lacks advanced features like automatic grouping based on usage patterns
Getting Started
- Download the latest release from the GitHub repository.
- Extract the downloaded ZIP file to a desired location on your computer.
- Run the
Taskbar Groups.exe
file to start the application. - Right-click on the Taskbar Groups icon in the system tray to access settings and create new groups.
- Drag and drop application icons into the created groups to organize your taskbar.
Competitor Comparisons
This project aims to enhance the working environment on Windows
Pros of ExplorerPatcher
- More comprehensive Windows customization, including Start menu and taskbar modifications
- Actively maintained with frequent updates and bug fixes
- Supports a wider range of Windows versions (Windows 10 and 11)
Cons of ExplorerPatcher
- More complex installation process, requiring system file modifications
- Potential for system instability due to deep OS integration
- Steeper learning curve for users due to extensive customization options
Code Comparison
ExplorerPatcher (C++):
DWORD WINAPI EP_TASKBAR_RunWorkerThread(LPVOID lpParam)
{
printf("EP_TASKBAR: Worker thread started.\n");
while (TRUE)
{
WaitForSingleObject(hCanStartSrv, INFINITE);
Taskbar Groups (AutoHotkey):
#NoEnv
#SingleInstance, Force
SetWorkingDir, %A_ScriptDir%
global groups := []
global activeGroup := 0
ExplorerPatcher offers more extensive Windows customization but requires deeper system integration, potentially leading to stability issues. It supports both Windows 10 and 11, with frequent updates. Taskbar Groups, while more limited in scope, provides a simpler solution for taskbar organization using AutoHotkey scripting. ExplorerPatcher's C++ codebase allows for lower-level system interactions, while Taskbar Groups uses AutoHotkey for easier scripting but with less system-level control.
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
Pros of TrafficMonitor
- Provides real-time system resource monitoring (CPU, memory, network)
- Customizable interface with various display options
- Supports multiple languages
Cons of TrafficMonitor
- Limited to system monitoring, no taskbar organization features
- May consume more system resources due to continuous monitoring
Code Comparison
TrafficMonitor (C++):
void CTrafficMonitor::ShowNotifyIcon()
{
if (m_show_task_bar_wnd)
DeleteNotifyIcon();
else
AddNotifyIcon();
}
Taskbar Groups (AutoHotkey):
ShowGroupWindow(GroupName) {
If (GroupWindows[GroupName].Length() > 0) {
For Index, Window in GroupWindows[GroupName]
WinShow, % "ahk_id " Window
}
}
Summary
TrafficMonitor focuses on system resource monitoring with a customizable interface, while Taskbar Groups is designed for organizing taskbar items. TrafficMonitor offers more detailed system information but may use more resources. Taskbar Groups provides taskbar management features not present in TrafficMonitor. The code snippets show different languages and functionalities, with TrafficMonitor handling system tray icons and Taskbar Groups managing window visibility.
Classic Shell Reborn.
Pros of Open-Shell-Menu
- More comprehensive customization options for the Windows Start Menu
- Broader functionality, including Classic Explorer and Classic IE features
- Larger and more active community support
Cons of Open-Shell-Menu
- Steeper learning curve due to its extensive features
- May feel overwhelming for users seeking simple taskbar organization
Code Comparison
Open-Shell-Menu (C++):
LRESULT CStartMenuDlg::OnInitDialog(UINT message, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
Super::OnInitDialog(message, wParam, lParam, bHandled);
SetWindowText(LoadStringEx(IDS_START_MENU));
return TRUE;
}
Taskbar-groups (JavaScript):
function createGroup(name) {
const group = document.createElement('div');
group.className = 'taskbar-group';
group.textContent = name;
return group;
}
While Open-Shell-Menu offers a more comprehensive solution for customizing the Windows interface, Taskbar-groups focuses specifically on organizing taskbar items. Open-Shell-Menu is written in C++ and provides deeper system integration, whereas Taskbar-groups uses JavaScript for a more lightweight approach to taskbar management. The choice between the two depends on the user's specific needs and desired level of customization.
A lightweight utility that makes the Windows taskbar translucent/transparent.
Pros of TranslucentTB
- Focuses on taskbar transparency and appearance customization
- Offers dynamic color changes based on active windows
- Lightweight and minimal impact on system resources
Cons of TranslucentTB
- Limited functionality beyond taskbar appearance
- Doesn't provide taskbar organization or grouping features
- May require more manual configuration for desired effects
Code Comparison
TranslucentTB:
BOOL CALLBACK EnumWindowsProc(HWND hWnd, LPARAM lParam) {
HWND shellWindow = GetShellWindow();
if (hWnd == shellWindow) return TRUE;
if (!IsWindowVisible(hWnd)) return TRUE;
// ... (window handling logic)
}
Taskbar Groups:
function createGroup(name) {
const group = document.createElement('div');
group.className = 'group';
group.innerHTML = `<div class="group-name">${name}</div>`;
// ... (group creation logic)
}
TranslucentTB focuses on modifying the Windows taskbar appearance, offering transparency and color customization. It's lightweight but limited in functionality. Taskbar Groups, on the other hand, provides organizational features for taskbar items, allowing users to group and manage their applications more efficiently. The code snippets highlight the different approaches: TranslucentTB uses C++ for low-level Windows API interactions, while Taskbar Groups utilizes JavaScript for DOM manipulation and UI creation.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME
Taskbar Groups
Taskbar groups is a lightweight utility for Windows that lets the users create groups of shortcuts in the taskbar.
ð Table of Contents
- ⤠Installation
- ⤠Creating your first group
- ⤠Screen/Window Documentation
- ⤠Image/Icon Caching
- ⤠Program Shortcuts
- ⤠File/Folder Structure
- ⤠License
ð½ How to download Taskbar groups:
1. Download the .zip-file from the latest release (link above)
2. Unpack the .zip-file at a desired location
3. Run the TaskbarGroups.exe file in the extracted folder
ð ï¸ Creating your first group
1. Press on the "Add taskbar group"
2. Give the group a name and an icon
3. Click on the "Add new shortcut" and select an .exe or .lnk (repeat until you got all your desired shortcuts)
a. You can select multiple .exe or .lnk files at once
b. You can drag and drop .exe, .lnk, or folders into the add new shortcut field
4. Save the group
enter image description here5. Left click on the group
6. In the folder that opens up, right click on the highlighted shortcut
7. Select "Pin to taskbar"
ð¥ï¸ Screen/Window Documentation
Below will be some documentation for each of the screens with explaining the functionality of each of the components.
Main screen
Here is the main group configuration screen. You get here by executing the TaskbarGroups.exe file. Here you can add groups and see what groups you have created.
Group Creation Screen
Here is the group creation screen. Here you can start customizing and configuring your group. Here is the quick rundown of the features of this window.
Name the new group - You can insert any group name (no special characters) that you would like with a maximum character limit of 49 characters in total.
Width - You can set the limit for how many shortcuts will appear on each line. For example I have 12 shortcuts and I have a width of 6. It will display 6 shortcuts per row/line.
Change Group Icon - You can click the (+) icon and it will bring up a file dialogue. You can select any type of image files (.png, .jpg, etc.), icon files (.ico), and any sort of executable or shortcut files (.exe, .lnk). On top of this you can drag and drop any of the mentioned file types above to use the icons from those files.
Add new shortcuts - You can click the (+) icon and it will bring up a file dialogue like the change group icon section. You can select any type of executable or extension files (.exe, .lnk) to add to your group. You can also add shortcuts leading to the windows store apps along with steam games/software. Do note however that if the shortcuts are moved, the application can no longer launch those applications and you will have to re-edit your group.
Allow open-all shortcuts - When you launch the group to try to launch an app, you have the option to launch all the executables inside the group. To enable this feature, this checkbox has to be checked and the group has to be saved. All shortcuts can be launched through the usage of the Ctrl + Enter keybinds.
Shortcut Item Selection - Once you have added shortcuts/applications, you can click on the sides of the individual entries of those shortcuts/applications or anywhere that a text or image aren't blocking the background area. Clicking on them will "select" them and they would have a permanent background that is darker than the rest of the entries. This will be the same color as when you hover over applications/shortcuts. This will be needed to set Working Directories and Arguments.
Working Directory - Once you have selected an item, this textbox and the choose folder beside it will be enabled. Here you can change what working directory the application starts with. This may be required for some applications. By default for older groups, the working directory is the directory of the taskbar groups application. For new added shortcuts/applications, the working directory will be set as the location of the application or the directory of the target file for shortcuts. You can also manually set a loation through the Select Directory button. Any directory that is changed manually will be checked to be valid and if the working directory is invalid, the target path will be set with the same process as if you added a new application/shortcut.
Arguments - Once you have selected an item, this textbox is enabled and you can type any launch arguments that you would like to include with the application on launch.
Dark color/Light color/Custom color - Here you can select what color you want the background of your group to be.
Opacity - Here you can select how transparent you want the background of your application to be. The scale work from 0% (Solid color, no opacity) to 100% (Fully transparent).
Entry Name - Whenever you add an application, the entry will have the text assumed from the name of the application without the extension at the end (.exe, .txt, etc.). This can be changed if you select the text directly and you can type into field. The textbox that you type in expands/shrinks based on the length of the text to make room to select the entry. The character limit here is 27 characters.
Extra Notes
With fetching the icons of executables, the application will directly take the icon of the executable. With extensions, it works a little bit different. The application will try to fix the icon location for the extension to see if that exists anywhere on the system and use that if possible. If not, then the application would try to use the icon of the target file of that extension.
On top of this, this works a bit differently for Microsoft App Store extensions. These extensions don't contain any sort of target path nor icon location. Here the application will try to fetch the image from the system folder where these icons are stored using the ID of the application grabbed from the extension.
ð¦ Image/Icon Caching
Image/icon caching is done through recreating the icon and placing it locally in the icons folder of the group in the config folder. Here it is loaded up locally as to not waste resources to recreate the icon every time. When icons are deleted/not found, the application will display an x. The icon cache can be regenerated by simply saving the group again through the main application.
â¨ï¸ Program Shortcuts
When you open a group once its created through the shortcut provided, there are a list of hotkeys to make the program more easily usable.
Top row numbers 1,2,3,4,5,6,7,8,9,0 - Opens the shortcuts at those positions respective from 1-10.
Ctrl + Enter - Opens all applications/shortcut within the group at once (Feature must be enabled through the settings when editing/creating the group for this to work)
ð Folder Structure Documentation
/config
In the config folder, you will have the data regarding each group that you have created.
/config/<Goup_Name>/Icons
This is the icon cache that comes with the folder. All icons of the shortcuts that you added are added into that cache. This cache will be read from when using your group to not have to fetch each individual icon every time.
/config/<Goup_Name>/GroupIcon.ico / GroupImage.png
Created image from the group icon you selected. This will be your application icon and read from when you start up the group.
/config/<Goup_Name>/ObjectData.xml
Crucial information about the shortcuts and the group itself stored inside of here. It saves your settings for the group and is important in determining what goes into the group when you open it and any other visual settings you may have configured.
/JITComp
In here stores the individual profiles for each form. Essentially these profiles are per-compiled code that the application can read from to improve loading times and responsiveness in the system.
/Shortcuts
Here is where all of your shortcuts to activate your group will go. All groups created will have their shortcut created here and after creation, you can feel free to move the shortcut or pin it to any desired locations.
ð License
This project is licensed under the MIT License.
Top Related Projects
This project aims to enhance the working environment on Windows
这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。
Classic Shell Reborn.
A lightweight utility that makes the Windows taskbar translucent/transparent.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot