Add mod: Hide Desktop Icon Text and Shortcut Arrows#4276
Conversation
This mod provides a clean, minimalist Windows desktop experience by hiding icon text labels and shortcut arrow overlays in-memory, without any system-level modifications.
Key Features:
Clean Desktop: Completely removes text labels under files and shortcuts on the desktop.
Smart Folder Preservation: Keeps text labels for folders (including system folders like "This PC" and "Recycle Bin") to ensure navigation remains intuitive.
No Shortcut Arrows: Removes the standard shortcut arrow overlay by retargeting the system image list.
Safe & Non-intrusive: * All changes are applied in-memory via Windhawk hooks.
No registry edits, no admin rights required, and no persistent system file changes.
Applies live without requiring an Explorer restart.
Notes:
The shortcut arrow is removed for the whole Explorer session, as it resides in the shared system image list.
Disabling the mod restores the arrow once the icon cache refreshes.
Known limitation: Folder detection relies on name matching against current desktop folders. If a file shares the exact name as a folder on the desktop, that file's label will remain visible.
Submission reviewNote: This review was done by Claude, and then refined manually. Due to the amount of submissions, doing a fully manual review for each pull request is no longer feasible. Thank you for understanding. Thanks for the submission! I think adding an option for each feature would indeed be helpful. The items in the collapsed sections are optional, so it's your call whether to address them. 1. Consider gating the arrow removal behind a setting (default off), or splitting it out. The mod bundles two unrelated tweaks (label hiding + arrow removal) with no Optional improvements
Minor polish — none of this affects users, so it's your call.
Functionality notes
Non-critical observations about the feature behavior itself.
Two consequences of the current approach that the same fix removes:
|
|
Thank you for the detailed review and suggestions! I have updated the mod to address the core feedback:
Regarding the draw-path alternative for arrows and WorkerW edge cases — thank you for the insights! I will keep them in mind for future improvements. |
Provides options to hide desktop icon labels (keeping folder names) and remove the shortcut arrow overlay.
Features
Notes
Acknowledgments
desktop-icons-viewmod provided the perfect boilerplate for the desktopSysListView32window detection.Known limitation
Changelog
If this pull request updates an existing mod, describe the changes below:
Mod authorship
If this pull request introduces a new mod, please complete the section below.
This mod was created by @kivsak:
Please select the options that best apply. Your selection does not affect the acceptance criteria, but it helps reviewers understand the context of the code and provide relevant feedback.