App Launcher Gadgetupdated to v2.0
This is a complete reworking of the MS Launcher gadget from an early beta of Vista.
I don't know why they didn't include this in Vista final.
It allows you to launch apps from the sidebar by clicking the icon.
Changes from original:many...
-I removed the ability to drag and reorder apps from the main display. I added up and down arrows in the settings page to reorder them instead. (much cleaner code)
-I added the highlight feature and cursor change when hovering apps. (update: now icons grow when hovered)
-Added title attributes to links. (only works when gadget is focused window)
-I changed the max apps from 20 to 24.
-Added Control Panel, My Computer and Recycle Bin.
bla bla bla...
Screen shots:

Notes:settings that can be changed in launcher.js
var showTitle = "no"; // whether the path to the app is shown when hovering over the icon
var makeIconBigger = "yes"; // sets whether the icons grow when hovered over. yes or no
var showHighlight = "no"; //sets whether the icon is highlighted when hovered
Drag and drop:Starting v1.8 you can drag and drop files or folders to the App Launcher.
Defaults:There is a file named defaults.txt in the gadget folder. You can add apps to start with when first launched. You can also change the Control Panel view by changing the
Control Panel Classic
to Control Panel Category
or Control Panel VAIO ----------(XP VAIO users only)
Example defaults.txt entry
C:\Windows\System32\SnippingTool.exe
Try to avoid blank lines in defaults.txt.
Updates:v2.0Now included is My Computer, Control Panel and Recycle Bin. With Recycle Bin you can empty the bin, view contents and change settings.
v1.9Complete rewrite of the launcher.
Fixed important bugs.
v1.8Added Drag and Drop.
You can make a defaults.txt file and add your defaults to use when first loaded. See above
Debug option. Create a debug.txt file in the gadget folder and run the Launcher. Any errors will get written to that file.
Download:Latest version at the MS gallery
here