<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Windows 8 DP Bug: Overwriting Credentials when in HomeGroup	</title>
	<atom:link href="https://doncho.net/2011/09/windows-8-dp-bug-overwriting-credentials-when-in-homenetwork/feed/" rel="self" type="application/rss+xml" />
	<link>https://doncho.net/2011/09/windows-8-dp-bug-overwriting-credentials-when-in-homenetwork/</link>
	<description>Късчета живот</description>
	<lastBuildDate>Sun, 20 May 2012 18:21:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Alan		</title>
		<link>https://doncho.net/2011/09/windows-8-dp-bug-overwriting-credentials-when-in-homenetwork/comment-page-1/#comment-241877</link>

		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Sun, 20 May 2012 18:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://doncho.net/?p=1439#comment-241877</guid>

					<description><![CDATA[I&#039;m actually hitting this on Win7.  There&#039;s another workaround:

  * Use the same account login/password on the client and server so that you don&#039;t need any credentials in the credential store.

  * Create a scheduled task that deletes the MYSERVER\HomeGroupUser$ from the credential store. I created an .exe that calls the Win32 API:
    ::CredDelete(&quot;MYSERVER\\HomeGroupUser$&quot;, CRED_TYPE_DOMAIN_PASSWORD, 0);
Once this user is deleted, Windows will fall back to connecting using your local username/password on the client.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m actually hitting this on Win7.  There&#8217;s another workaround:</p>
<p>  * Use the same account login/password on the client and server so that you don&#8217;t need any credentials in the credential store.</p>
<p>  * Create a scheduled task that deletes the MYSERVER\HomeGroupUser$ from the credential store. I created an .exe that calls the Win32 API:<br />
    ::CredDelete(&#8220;MYSERVER\\HomeGroupUser$&#8221;, CRED_TYPE_DOMAIN_PASSWORD, 0);<br />
Once this user is deleted, Windows will fall back to connecting using your local username/password on the client.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
