Start Menu Organizer in Python

I've implemented a little utility in Python that allows to organize your Start Menu by grouping installed applications into groups. It scans the Current User and All Users entries and moves the folders into groups. The list of application is taken from a simple text files like the following:

doxygen => dev
EPSON => utilities
FeedDemon => web
File Tags => utilities
FileZilla => network
Fraps => 3d

You can grab the script and the list here:

http://www.teslacore.it/projects/apps/apps.py
http://www.teslacore.it/projects/apps/apps.txt

Note: probably is necessary to modify the path to the Start Menu Programs if your locale is not English

Comments

Unknown said…
Just what I was looking for :), but unfortunately file link seems broken. :(

Popular Posts