<?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>Writing to Registry? Some best-practices...</title><link>http://blogs.msdn.com/secureapps/archive/2007/01/30/writing-to-registry-some-best-practices.aspx</link><description>Use the following best practices when dealing with the Windows registry. Use of registry reduces application portability. Therefore, use only if required. Don’t use the registry as a configuration trash–bin. Don’t store secrets in registry. Encrypt application</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Writing to Registry? Some best-practices...</title><link>http://blogs.msdn.com/secureapps/archive/2007/01/30/writing-to-registry-some-best-practices.aspx#3251945</link><pubDate>Tue, 12 Jun 2007 18:54:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3251945</guid><dc:creator>Derek Noonan</dc:creator><description>&lt;p&gt;&amp;quot;Don’t write data to HKLM. Reading back the data will require the user to be logged on as administrator...&amp;quot;&lt;/p&gt;
&lt;p&gt;Should this not read: &amp;quot;Writing data to HKLM will require that the user be logged on as an administrative user...&amp;quot; - as you corrrectly point out anyone can read data from HKLM&lt;/p&gt;
</description></item><item><title>re: Writing to Registry? Some best-practices...</title><link>http://blogs.msdn.com/secureapps/archive/2007/01/30/writing-to-registry-some-best-practices.aspx#3699871</link><pubDate>Thu, 05 Jul 2007 13:05:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3699871</guid><dc:creator>Anuj Sharma</dc:creator><description>&lt;p&gt;&amp;quot;Discourage users from directly editing the registry&amp;quot; -- Instead of that Don't give any rights to the normal user to access registry. Only Administrator can open the registry. &amp;amp; if some one wants to edit &amp;nbsp;/ write some values in registry he /she should have administrative rights.&lt;/p&gt;
</description></item><item><title>re: Writing to Registry? Some best-practices...</title><link>http://blogs.msdn.com/secureapps/archive/2007/01/30/writing-to-registry-some-best-practices.aspx#4907954</link><pubDate>Fri, 14 Sep 2007 12:11:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4907954</guid><dc:creator>John Irvine</dc:creator><description>&lt;p&gt;Writing to the registry in Vista... prob. The purpose of the HKLM is to store data to all users (Machine specific)? Yes this could be stored in an INI file but I thought the registry was the replacement of INI files. The actual problem is that the Install prog appears to be a user, not administrator. If this is right then, either the program needs administrative rights or you give user rights to the specific hive of a HKLM key say SOFTWARE/.... (No Way..) So the issue is in the install. The registry is a wonderfull way to store user specific and machine specific data, is Microsoft locking it down so only Windows has access?&lt;/p&gt;
</description></item><item><title>re: Writing to Registry? Some best-practices...</title><link>http://blogs.msdn.com/secureapps/archive/2007/01/30/writing-to-registry-some-best-practices.aspx#5460014</link><pubDate>Mon, 15 Oct 2007 11:50:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5460014</guid><dc:creator>maltwhiskman</dc:creator><description>&lt;p&gt;Can IE extensions get read only access to HKLM or HKCU?&lt;/p&gt;
</description></item></channel></rss>