https://github.com/aldaviva/startmenucleaner
🧹 Delete specified shortcuts and folders from the Start Menu which are automatically created by installers
https://github.com/aldaviva/startmenucleaner
cleaner start-menu
Last synced: about 1 year ago
JSON representation
🧹 Delete specified shortcuts and folders from the Start Menu which are automatically created by installers
- Host: GitHub
- URL: https://github.com/aldaviva/startmenucleaner
- Owner: Aldaviva
- License: apache-2.0
- Created: 2020-09-19T11:55:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T10:25:50.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T06:10:51.361Z (about 1 year ago)
- Topics: cleaner, start-menu
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
 StartMenuCleaner
===
This program deletes files and folders from the Start Menu which are added by installing program updates. They clutter up the Start Menu, especially if you've already made shortcuts to these programs and put them in a custom subfolder.
This program will find the [hardcoded files](https://github.com/Aldaviva/StartMenuCleaner/blob/master/StartMenuCleaner/FilesToDelete.cs), delete them, and then exit.
You can run this program periodically using a scheduled task.
## Requirements
- [.NET 6 Runtime](https://dotnet.microsoft.com/download/dotnet/6.0) or later