<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to disable a Media Center add-in</title><link>http://blogs.msdn.com/mcreasy/archive/2005/06/09/427473.aspx</link><description>Jason over at Digital Media Thoughts sent me an email about his new article on The Powers and Perils of a Platform . Jason talks about the trouble he had when a Media Center "plugin" went bad and couldn't be uninstalled. It's not clear if it was an HTML</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to disable a Media Center add-in</title><link>http://blogs.msdn.com/mcreasy/archive/2005/06/09/427473.aspx#427513</link><pubDate>Fri, 10 Jun 2005 03:09:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:427513</guid><dc:creator>casey chesnut</dc:creator><description>alternate is to focus its icon in 'More Programs', select 'More Info' or 'right click' on it, then select 'Remove'</description></item><item><title>re: How to disable a Media Center add-in</title><link>http://blogs.msdn.com/mcreasy/archive/2005/06/09/427473.aspx#427516</link><pubDate>Fri, 10 Jun 2005 03:27:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:427516</guid><dc:creator>mcreasy</dc:creator><description>Yes, although this will only work for applications in More Programs whereas the above will work for all Media Center applications.  I recommend against using the &amp;quot;remove&amp;quot; option in More Programs as it's rather hard to get the item back once you've removed it.</description></item><item><title>re: How to disable a Media Center add-in</title><link>http://blogs.msdn.com/mcreasy/archive/2005/06/09/427473.aspx#427708</link><pubDate>Fri, 10 Jun 2005 16:22:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:427708</guid><dc:creator>Jason Dunn</dc:creator><description>Thanks for the link! The app was managed code, not HTML. Unfortunately that error I was getting happened immediately after starting up the MCE GUI, as soon as I clicked up or down. So at the time I wasn't even able to get into the settings panel. :-( But this is good to know for next time! :-)</description></item><item><title>re: How to disable a Media Center add-in</title><link>http://blogs.msdn.com/mcreasy/archive/2005/06/09/427473.aspx#428148</link><pubDate>Sat, 11 Jun 2005 00:41:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:428148</guid><dc:creator>mcreasy</dc:creator><description>Jason, there's still a way to disable in that scenario, although it does involve working in the registry.  Registration information is stored under HKCU\Software\Microsoft\Windows\CurrentVersion\Media Center\Extensibility and the same location in HKLM.  Now comes the hard part, there are three folders, Applications, Categories and Entrypoints.  First you need to find the application in the Application folder and note the GUID used.  Next find the entry under Categories that you need to disable, the category names are fairly obvious so this should be easy, the folder you need will reference the application guid.  Finally take the name of the folder in Categories and find the folder of the same name under Entrypoints and create a string value called &amp;quot;Enabled&amp;quot; with a value of &amp;quot;false&amp;quot;.  That will disable it.&lt;br&gt;&lt;br&gt;If the application only registered one entrypoint, you can skip looking through categories and go right to the Entrypoints to find the entrypoint that references the application guid.&lt;br&gt;&lt;br&gt;Yes, it's complex and yes, we know it could be better.</description></item></channel></rss>