<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Windows Vista Registry Shell Namespace Extensions</title><link>http://www.codeplex.com/RegNamespace/Project/ProjectRss.aspx</link><description>The Windows Registry Shell Namespace Extension allows Windows Explorer to view and interact with the Windows Registry data via Explorer windows.  It demonstrates existing Shell extensibility points...</description><item><title>Commented Issue: search</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=7335</link><description>needs search functionality, so it ties in with the search box and UI of Vista&lt;br /&gt;Comments: ** Comment from web user: jerryjoyce ** &lt;p&gt;It does tie in to the indexing functionality of Vista.&lt;/p&gt;</description><author>jerryjoyce</author><pubDate>Thu, 21 Aug 2008 23:28:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: search 20080821112835P</guid></item><item><title>Created Issue: search</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=7335</link><description>needs search functionality, so it ties in with the search box and UI of Vista&lt;br /&gt;</description><author>eidylon</author><pubDate>Mon, 18 Aug 2008 18:10:13 GMT</pubDate><guid isPermaLink="false">Created Issue: search 20080818061013P</guid></item><item><title>NEW POST: Location of the Registry Icon</title><link>http://www.codeplex.com/RegNamespace/Thread/View.aspx?ThreadId=26660</link><description>&lt;div class="wikidoc"&gt;
Is it possible to locate the icon under &amp;quot;Computer&amp;quot; instead of &amp;quot;Desktop&amp;quot;? It is possible to move the icon manually?&lt;br /&gt;
&lt;/div&gt;</description><author>vprimachenko</author><pubDate>Sun, 27 Apr 2008 12:31:21 GMT</pubDate><guid isPermaLink="false">NEW POST: Location of the Registry Icon 20080427123121P</guid></item><item><title>NEW POST: Vista Sync Handler and IShellItem2</title><link>http://www.codeplex.com/RegNamespace/Thread/View.aspx?ThreadId=25687</link><description>&lt;div class="wikidoc"&gt;
Hi&lt;br /&gt;I'm using the the Sync Handler to synchronize our company applications. For this I implemented the ISyncMgrHandler Interface but now I would like to extend the application with the conflict store. Every conflict during a synchronization is stored in a db and is displayed in the sonfict store. When a user would like to resolve the conflict i have to pass a IShellItem2 in the Strucuture CONFIRM&lt;i&gt;CONFLICT&lt;/i&gt;ITEM which in my case i have no clue if i should implement this interface in a class or if there is a way that i retrieve a IShellItem by calling the methode SHCreateItemFromIDList.&lt;br /&gt; &lt;br /&gt;Do I have to register a shell item so that i can use the methode call? If so do i have still to implement the Interface IShellItem2 or can i link a class with this shell item that is wrapped in a IShellItem2 Object? Or is there only the hard way and implement my own class with the interface?&lt;br /&gt; &lt;br /&gt;Please keep in mind that this is the first time i get in touche with this Interface and any information would help me.&lt;br /&gt; &lt;br /&gt;Best regards, &lt;br /&gt;pete&lt;br /&gt;
&lt;/div&gt;</description><author>pete0815</author><pubDate>Thu, 10 Apr 2008 11:47:41 GMT</pubDate><guid isPermaLink="false">NEW POST: Vista Sync Handler and IShellItem2 20080410114741A</guid></item><item><title>NEW POST: Windows Vista x64</title><link>http://www.codeplex.com/RegNamespace/Thread/View.aspx?ThreadId=18970</link><description>&lt;div class="wikidoc"&gt;
For those who intend to get it working under x64 I discovered two issues which must be fixed&lt;br /&gt;1) The manifest is composed to use the 32-bit version of comctl32.dll. You must either change the processorArchitecture attribute to &amp;quot;amd64&amp;quot; or you may use the preprocessor pragmas to use the right version of the DLL, like this&lt;br /&gt; &lt;br /&gt;#if defined _M_IX86&lt;br /&gt;#pragma comment(linker,&amp;quot;/manifestdependency:\&amp;quot;type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\&amp;quot;&amp;quot;)&lt;br /&gt;#elif defined _M_IA64&lt;br /&gt;#pragma comment(linker,&amp;quot;/manifestdependency:\&amp;quot;type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\&amp;quot;&amp;quot;)&lt;br /&gt;#elif defined _M_X64&lt;br /&gt;#pragma comment(linker,&amp;quot;/manifestdependency:\&amp;quot;type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\&amp;quot;&amp;quot;)&lt;br /&gt;#else&lt;br /&gt;#pragma comment(linker,&amp;quot;/manifestdependency:\&amp;quot;type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\&amp;quot;&amp;quot;)&lt;br /&gt;#endif&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;2) In the XMLDocument::Load method, there's a small pointer compatibility problem, causing passing a pointer to a 64bit value where a pointer to a 32bit value is expected. All you need to do is change the type of the local variabla &amp;quot;cch&amp;quot; from size_t to DWORD.&lt;br /&gt; &lt;br /&gt;That's it. May be there are some other 64/32bit pointer compatibility issues, but I've not been confronted with them yet.&lt;br /&gt;
&lt;/div&gt;</description><author>juraj</author><pubDate>Mon, 24 Mar 2008 10:38:59 GMT</pubDate><guid isPermaLink="false">NEW POST: Windows Vista x64 20080324103859A</guid></item><item><title>NEW POST: Windows Vista x64</title><link>http://www.codeplex.com/RegNamespace/Thread/View.aspx?ThreadId=18970</link><description>&lt;div class="wikidoc"&gt;
I don't believe we tested it for 64-bit, but it might work.  It would need to be recompiled for 64-bit, though.&lt;br /&gt;
&lt;/div&gt;</description><author>JamesFinnigan</author><pubDate>Tue, 11 Dec 2007 18:40:48 GMT</pubDate><guid isPermaLink="false">NEW POST: Windows Vista x64 20071211064048P</guid></item><item><title>NEW POST: Windows Vista x64</title><link>http://www.codeplex.com/RegNamespace/Thread/View.aspx?ThreadId=18970</link><description>&lt;div class="wikidoc"&gt;
Does it work under Windows Vista x64? I've installed it but an icon of the extension didn't show up.&lt;br /&gt;
&lt;/div&gt;</description><author>snaky</author><pubDate>Tue, 11 Dec 2007 13:15:43 GMT</pubDate><guid isPermaLink="false">NEW POST: Windows Vista x64 20071211011543P</guid></item><item><title>Project License Changed</title><link>http://www.codeplex.com/RegNamespace/Project/License.aspx?LicenseHistoryId=7092</link><description>Microsoft Public License &amp;#40;Ms-PL&amp;#41;&amp;#13;&amp;#10;&amp;#13;&amp;#10;This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;1. Definitions&amp;#13;&amp;#10;&amp;#13;&amp;#10;The terms &amp;#34;reproduce,&amp;#34; &amp;#34;reproduction,&amp;#34; &amp;#34;derivative works,&amp;#34; and &amp;#34;distribution&amp;#34; have the same meaning here as under U.S. copyright law.&amp;#13;&amp;#10;&amp;#13;&amp;#10;A &amp;#34;contribution&amp;#34; is the original software, or any additions or changes to the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;A &amp;#34;contributor&amp;#34; is any person that distributes its contribution under this license.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Licensed patents&amp;#34; are a contributor&amp;#39;s patent claims that read directly on its contribution.&amp;#13;&amp;#10;&amp;#13;&amp;#10;2. Grant of Rights&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;A&amp;#41; Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;B&amp;#41; Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and&amp;#47;or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;3. Conditions and Limitations&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;A&amp;#41; No Trademark License- This license does not grant you rights to use any contributors&amp;#39; name, logo, or trademarks.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;B&amp;#41; If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;C&amp;#41; If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;D&amp;#41; If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;E&amp;#41; The software is licensed &amp;#34;as-is.&amp;#34; You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.</description><author></author><pubDate>Fri, 30 Nov 2007 19:44:43 GMT</pubDate><guid isPermaLink="false">Project License Changed 20071130074443P</guid></item><item><title>COMMENTED ISSUE: Our name stinks...</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=805</link><description>Our name looks like it was picked by the Windows Live sentence naming committee.  How about a short name and a subtitle&amp;#63;&lt;br /&gt;&lt;br /&gt;Proposals&amp;#58;&lt;br /&gt;RegSearch - Registry Viewer and Indexer for Windows Vista&lt;br /&gt;RegNamespace - &amp;#40;as above&amp;#41;&lt;br /&gt;...&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: eidylon ** &lt;p&gt;I like the RegNamespace one, though i think that should just be for the assembly or something&amp;#59; but use the full &amp;#34;Registry Namespace&amp;#34; for the human readable name&amp;#47;titles&amp;#59;&lt;/p&gt;</description><author>eidylon</author><pubDate>Fri, 16 Nov 2007 19:41:29 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Our name stinks... 20071116074129P</guid></item><item><title>CREATED ISSUE: "Export" ability</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=4464</link><description>Great item&amp;#33; love it.  &amp;#58;&amp;#41;  &lt;br /&gt;&lt;br /&gt;The only other thing i could really say would be a big help besides the ability to create new &amp;#40;as per other post&amp;#41; would be the ability to right click a key&amp;#47;value and &amp;#34;Export...&amp;#34; to a standard .reg file.&lt;br /&gt;</description><author>eidylon</author><pubDate>Fri, 16 Nov 2007 18:13:14 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: "Export" ability 20071116061314P</guid></item><item><title>COMMENTED FEATURE: Implement more context menu verbs</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=609</link><description>Add support for the following context menu verbs&amp;#58;&lt;br /&gt;&lt;br /&gt;For keys&amp;#58;&lt;br /&gt;New Key&lt;br /&gt;New Value &amp;#40;of various types&amp;#41;&lt;br /&gt;Add to favorites&lt;br /&gt;&lt;br /&gt;For keys and values&amp;#58;&lt;br /&gt;Rename&lt;br /&gt;Delete&lt;br /&gt;Cut&amp;#47;Copy&amp;#47;Paste&lt;br /&gt;Properties&amp;#63;&lt;br /&gt;&lt;br /&gt;This might need to be broken down into several work items.&lt;br /&gt;Comments: ** Comment from web user: eidylon ** &lt;p&gt;absolutely i agree, that being able to add new keys&amp;#47;values is very important to make this a fully usable piece of software. &lt;/p&gt;</description><author>eidylon</author><pubDate>Fri, 16 Nov 2007 18:10:21 GMT</pubDate><guid isPermaLink="false">COMMENTED FEATURE: Implement more context menu verbs 20071116061021P</guid></item><item><title>NEW POST: Windows Vista Sync Center Style Control Panel Extension</title><link>http://www.codeplex.com/RegNamespace/Thread/View.aspx?ThreadId=15461</link><description>&lt;div class="wikidoc"&gt;
We weren't sure exactly what you were trying to do - here's a couple guesses and the answers that go with them.&lt;br /&gt; &lt;br /&gt;If you want to write an in-frame Control Panel with the same look and feel as windows.  Since the display technology is not public, you can't do this using the display technology we're using.  You can make a shell namespace extension which looks like our CPLs, but you'll have to draw the contents on your own, with the display technology of your choice (except that managed code is not yet a good choice for shell extensions).  Here are some design guidelines: http://msdn2.microsoft.com/en-us/library/Aa511272.aspx&lt;br /&gt; &lt;br /&gt;If you want to write a Sync handler.  The interface is ISyncMgrHandler, and there should be a sample in the sdk.&lt;br /&gt; &lt;br /&gt;Hope that helps.&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;James&lt;br /&gt;
&lt;/div&gt;</description><author>JamesFinnigan</author><pubDate>Tue, 25 Sep 2007 17:37:20 GMT</pubDate><guid isPermaLink="false">NEW POST: Windows Vista Sync Center Style Control Panel Extension 20070925053720P</guid></item><item><title>NEW POST: Windows Vista Sync Center Style Control Panel Extension</title><link>http://www.codeplex.com/RegNamespace/Thread/View.aspx?ThreadId=15461</link><description>&lt;div class="wikidoc"&gt;
Hi Guys,&lt;br /&gt; &lt;br /&gt;I'm developing a control panel application and I was wondering how do I go about developing a Vista Style Sync Center control panel.&lt;br /&gt; &lt;br /&gt; I've already CPlApplet based panel so that is not an issue and I'm pretty sure I can register a Tasks.xml file for common task.&lt;br /&gt; &lt;br /&gt; The sync center is unique in that it opens up in place and is navigated like pages. &lt;br /&gt; &lt;br /&gt;I could'nt find any reference or documentation for doing something like it. Although I did get to Shell namespace extensions. Is Sync center a regular namespace extension? or is this new kind of extension supported on Vista, Would be great if I could get some sample code.&lt;br /&gt; &lt;br /&gt;regards&lt;br /&gt; &lt;br /&gt;Sajid&lt;br /&gt;
&lt;/div&gt;</description><author>sajid</author><pubDate>Fri, 21 Sep 2007 17:42:08 GMT</pubDate><guid isPermaLink="false">NEW POST: Windows Vista Sync Center Style Control Panel Extension 20070921054208P</guid></item><item><title>COMMENTED FEATURE: Implement more context menu verbs</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=609</link><description>Add support for the following context menu verbs&amp;#58;&lt;br /&gt;&lt;br /&gt;For keys&amp;#58;&lt;br /&gt;New Key&lt;br /&gt;New Value &amp;#40;of various types&amp;#41;&lt;br /&gt;Add to favorites&lt;br /&gt;&lt;br /&gt;For keys and values&amp;#58;&lt;br /&gt;Rename&lt;br /&gt;Delete&lt;br /&gt;Cut&amp;#47;Copy&amp;#47;Paste&lt;br /&gt;Properties&amp;#63;&lt;br /&gt;&lt;br /&gt;This might need to be broken down into several work items.&lt;br/&gt;Comments: ** Comment from web user: AR ** &lt;p&gt;This would be the &amp;#35;1 feature improvement by far.&lt;/p&gt;&lt;p&gt;I would consider the ability to add Keys and Values most important, followed by cut&amp;#47;copy&amp;#47;paste functionality.  The other options would be nice, but don&amp;#39;t constitute basic functionality really needed to work with the registry.&lt;/p&gt;&lt;p&gt;Rename&amp;#47;Delete functionality seems to have been implemented already.&lt;/p&gt;</description><author>AR</author><pubDate>Fri, 31 Aug 2007 01:33:01 GMT</pubDate><guid isPermaLink="false">COMMENTED FEATURE: Implement more context menu verbs 20070831013301A</guid></item><item><title>COMMENTED ISSUE: No way to restore removed desktop icon</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=3215</link><description>Hi AR.  Deleting the icon doesn&amp;#39;t delete the registration - it ADDs a key modifying the SFGAO flags.  We need to add the removal of this key to the MSI so that uninstall&amp;#47;reinstall can get it back, as well as a remove message telling folks the needed steps to get it back.&lt;br /&gt; &lt;br /&gt;Run this command to get it back.&lt;br /&gt; &lt;br /&gt;reg delete HKEY_CURRENT_USER&amp;#92;Software&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;Explorer&amp;#92;CLSID&amp;#92;&amp;#123;E48ABDCD-0DE7-4C5A-91EB-13D6E81506F0&amp;#125; &amp;#47;f&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;James&lt;br/&gt;Comments: ** Comment from web user: AR ** &lt;p&gt;I see that the install option regarding &amp;#34;hiding&amp;#34; does control whether it shows on the Desktop or not without effecting it&amp;#39;s appearance in explorer windows... so I partly take back my suggestion to have this option&amp;#33;  Only bonuses would be if it were clearer in the install that that is what the option did, and an interface to configure this behavior.  If it showed up with other system icons in the &amp;#34;Change Desktop icons&amp;#34; dialog &amp;#40;and was documented to be there&amp;#41;, that would be great&amp;#33;&lt;/p&gt;</description><author>AR</author><pubDate>Fri, 31 Aug 2007 01:21:48 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: No way to restore removed desktop icon 20070831012148A</guid></item><item><title>COMMENTED ISSUE: No way to restore removed desktop icon</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=3215</link><description>Hi AR.  Deleting the icon doesn&amp;#39;t delete the registration - it ADDs a key modifying the SFGAO flags.  We need to add the removal of this key to the MSI so that uninstall&amp;#47;reinstall can get it back, as well as a remove message telling folks the needed steps to get it back.&lt;br /&gt; &lt;br /&gt;Run this command to get it back.&lt;br /&gt; &lt;br /&gt;reg delete &amp;#47;f HKEY_CURRENT_USER&amp;#92;Software&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;Explorer&amp;#92;CLSID&amp;#92;&amp;#123;E48ABDCD-0DE7-4C5A-91EB-13D6E81506F0&amp;#125;&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;James&lt;br/&gt;Comments: ** Comment from web user: JamesFinnigan ** &lt;p&gt;I&amp;#39;m not sure about the repair option.  I generally don&amp;#39;t love it when repair chucks a bunch of my personalization.  This is still probably a reasonable choice for repairing, though.&lt;/p&gt;&lt;p&gt;sorry about the typo.&lt;/p&gt;&lt;p&gt;I agree that would be nice - I&amp;#39;ll look into what it takes to appear in that list.&lt;/p&gt;</description><author>JamesFinnigan</author><pubDate>Fri, 31 Aug 2007 01:16:30 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: No way to restore removed desktop icon 20070831011630A</guid></item><item><title>COMMENTED ISSUE: No way to restore removed desktop icon</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=3215</link><description>Hi AR.  Deleting the icon doesn&amp;#39;t delete the registration - it ADDs a key modifying the SFGAO flags.  We need to add the removal of this key to the MSI so that uninstall&amp;#47;reinstall can get it back, as well as a remove message telling folks the needed steps to get it back.&lt;br /&gt; &lt;br /&gt;Run this command to get it back.&lt;br /&gt; &lt;br /&gt;reg delete &amp;#47;f HKEY_CURRENT_USER&amp;#92;Software&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;Explorer&amp;#92;CLSID&amp;#92;&amp;#123;E48ABDCD-0DE7-4C5A-91EB-13D6E81506F0&amp;#125;&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;James&lt;br/&gt;Comments: ** Comment from web user: AR ** &lt;p&gt;OH, and when you add this to the setup, it would be good for the &amp;#34;Repair&amp;#34; option of course to remove this key, too.&lt;/p&gt;&lt;p&gt;For anyone who had the same problem and is reading this, the &amp;#34;&amp;#47;f&amp;#34; in the command line James supplied needs to go at the end for it to succeed.&lt;br/&gt;&lt;/p&gt;</description><author>AR</author><pubDate>Fri, 31 Aug 2007 00:08:15 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: No way to restore removed desktop icon 20070831120815A</guid></item><item><title>COMMENTED ISSUE: No way to restore removed desktop icon</title><link>http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=3215</link><description>Hi AR.  Deleting the icon doesn&amp;#39;t delete the registration - it ADDs a key modifying the SFGAO flags.  We need to add the removal of this key to the MSI so that uninstall&amp;#47;reinstall can get it back, as well as a remove message telling folks the needed steps to get it back.&lt;br /&gt; &lt;br /&gt;Run this command to get it back.&lt;br /&gt; &lt;br /&gt;reg delete &amp;#47;f HKEY_CURRENT_USER&amp;#92;Software&amp;#92;Microsoft&amp;#92;Windows&amp;#92;CurrentVersion&amp;#92;Explorer&amp;#92;CLSID&amp;#92;&amp;#123;E48ABDCD-0DE7-4C5A-91EB-13D6E81506F0&amp;#125;&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;James&lt;br/&gt;Comments: ** Comment from web user: AR ** &lt;p&gt;Thanks James.&lt;/p&gt;&lt;p&gt;It would be nice if there was a way to hide the icon from actual Desktop, so it would only show up in Explorer &amp;#40;various system Desktop icons do this -- by default Computer, Network and Control Panel&amp;#41;.&lt;/p&gt;&lt;p&gt;Take care,&lt;br/&gt;Asa&lt;/p&gt;</description><author>AR</author><pubDate>Fri, 31 Aug 2007 00:03:57 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: No way to restore removed desktop icon 20070831120357A</guid></item><item><title>NEW POST: Registry not showing up in Explorer</title><link>http://www.codeplex.com/RegNamespace/Thread/View.aspx?ThreadId=14473</link><description>&lt;div class="wikidoc"&gt;
Thanks for that.&lt;br /&gt; &lt;br /&gt;Yep, that did it!&lt;br /&gt; &lt;br /&gt;Minor point for the record, in case others run into the same problem:&lt;br /&gt; &lt;br /&gt;The /f in the command line needs to go at the end, or it will fail with &amp;quot;key not found&amp;quot;:&lt;br /&gt; &lt;br /&gt;    reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{E48ABDCD-0DE7-4C5A-91EB-13D6E81506F0} /f&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>AR</author><pubDate>Thu, 30 Aug 2007 23:56:35 GMT</pubDate><guid isPermaLink="false">NEW POST: Registry not showing up in Explorer 20070830115635P</guid></item><item><title>NEW POST: Registry not showing up in Explorer</title><link>http://www.codeplex.com/RegNamespace/Thread/View.aspx?ThreadId=14473</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://www.codeplex.com/RegNamespace/WorkItem/View.aspx?WorkItemId=3215"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>JamesFinnigan</author><pubDate>Thu, 30 Aug 2007 21:34:13 GMT</pubDate><guid isPermaLink="false">NEW POST: Registry not showing up in Explorer 20070830093413P</guid></item></channel></rss>