A Windows 11 tool for creating and managing groups in the taskbar.
- Create Groups: Create custom groups for your applications
- Manage Applications: Add or remove applications from groups
- Taskbar Shortcuts: Create shortcuts for groups directly in the taskbar
- Persistent Storage: Your group configuration is automatically saved
- Modern UI: Clean and intuitive user interface
- Pop-up Menus: Quick access to your applications through taskbar shortcuts
- Download the latest version
- Extract the ZIP file
- Run
TaskbarGroupTool.exe
- Launch the application
- Click "New Group" to create a new group
- Enter a group name
- Add applications using the "Add" button
- Save your group
- Select a group from the list
- Click "Create Taskbar Shortcut"
- A
.lnkfile will be created on your desktop - Right-click the
.lnkfile and select "Pin to taskbar" - Click the pinned shortcut to open the pop-up menu
When you click a pinned taskbar shortcut, a small pop-up window will appear showing all applications in that group. Click any application to launch it.
- Framework: .NET 8.0 with WPF
- Platform: Windows 11
- Architecture: x64
- Storage: Groups are saved in
%APPDATA%/TaskbarGroupTool/groups.json
git clone https://github.com/yourusername/TaskbarGroupTool.git
cd TaskbarGroupTool
dotnet build
dotnet runMainWindow.xaml- Main application windowGroupMenuWindow.xaml- Pop-up menu for taskbar shortcutsServices/- Business logic servicesModels/- Data modelsWindows/- Custom windows
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Initial release
- Basic group management
- Taskbar shortcut creation
- Pop-up menu functionality