After building my media centre and getting it just right, I wanted to tweak it a bit so that the icons for all the programs were in the MCE start menus that I wanted them in. Case in point - using the MusicPlayer plugin to sort out my music - problem is that it is not in the music menu in MCE. Seemed like a pretty obvious thing to change....
After several days of snooping around I finally found a way to move ANY program or plugin link (icon) to any of the existing start menus in mce. Requires a bit of registry editing - but most people reading this will not have a problem with that
1. Locate the GUID in the registry for the program or plugin that you want to move. Usually this will be somewhere in [LOCAL_MACHINE]/Software/Microsoft/Windows/Current User/Media Centre/Extensibility/Categories/Start Menu/...
2. When you find the registry entry you need to add a key titled "Category". the Value needs to be a text string of one of the following:
Category =
Start Menu Strip
Services\Audio = Music
Services\Movies = TV + Movies*
Services\Pictures = Pictures + Videos
Services\TV = TV + Movies*
* The TV + Movies strip is a special case because there are 2 distinct categories but only a single strip for the tile to appear in. If you register an entry point in the TV category, it takes precedence over any entry point registered in the Movies category and will appear in the TV + Movies strip on the Start menu. If you only have an entry point registered in the Movies category, then it will appear in the TV + Movies strip on the Start menu.
3. Close Regedit and restart the MCE shell, and you will find the icon in the location specified in the "Category" key
This information was gleaned from:
http://blogs.msdn.com/astebner/pages...ows-vista.aspx
Now what would be really cool is if someone could write a program that did this for every day users (I am not a programmer). I would be happy to be a alpha/beta tester!