Win11 Desktop Groups lets you organize desktop shortcuts into folder tiles to reduce clutter.
- Download the latest installer (
Win11DesktopGroups-Setup-vX.X.X.exe) from the Releases page. - Run the installer and follow the setup prompt.
Note
The installer does not require administrator privileges and automatically creates a desktop shortcut. All dependencies are included.
Drag and drop files, executables, or shortcuts from the desktop or File Explorer onto a folder tile.
- Open a folder: Click the folder on your desktop.
- Launch an item: Click any icon inside the open folder.
- Close a folder: Click outside the folder, press Esc, or click the close button.
Open the folder, click the title at the top, enter a new name, and press Enter.
Click and drag the folder tile to move it anywhere on your desktop.
Right-click the tray icon near the clock to create a new folder, open settings, or exit.
| Requirement | Specification |
|---|---|
| Operating System | Windows 10 (version 1809 or newer) or Windows 11 |
| Architecture | 64-bit (x64) |
| Dependencies | None (self-contained) |
Built with C# / .NET 8 (WPF) and Win32 APIs.
# Build
dotnet build -c Release
# Run
dotnet run --project Win11DesktopFolder.csproj
# Build installer (requires Inno Setup 6)
dotnet publish -c Release -r win-x64 --self-contained true
iscc installer.issDistributed under the MIT License.


