<?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: The Case of The Failed Loading of The User Profile</title>
	<atom:link href="http://blog.delphi-jedi.net/2009/07/20/the-case-of-the-failed-loading-of-the-user-profile/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.delphi-jedi.net/2009/07/20/the-case-of-the-failed-loading-of-the-user-profile/</link>
	<description>Joint Endeavor of Delphi Innovators of Windows Programming</description>
	<lastBuildDate>Wed, 18 Aug 2010 16:06:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Nicolas</title>
		<link>http://blog.delphi-jedi.net/2009/07/20/the-case-of-the-failed-loading-of-the-user-profile/comment-page-1/#comment-23418</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=370#comment-23418</guid>
		<description>PS : Copying all &quot;C:\Documents and Settings&quot; is overkill, you just need the contents (non recursive) of &quot;C:\Documents and Settings&quot; and the services&#039; profiles.</description>
		<content:encoded><![CDATA[<p>PS : Copying all &#8220;C:\Documents and Settings&#8221; is overkill, you just need the contents (non recursive) of &#8220;C:\Documents and Settings&#8221; and the services&#8217; profiles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://blog.delphi-jedi.net/2009/07/20/the-case-of-the-failed-loading-of-the-user-profile/comment-page-1/#comment-23416</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=370#comment-23416</guid>
		<description>Hi,

Another workaround is :
- Create a temporary user (we&#039;ll call it foo), with Administrators membership (just create the user, don&#039;t create profile files).
- Create a C:\fakeds folder (or whatever)
- Get into HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
- Backup it
- Set ProfilesDirectory at C:\fakeds
- Set ProfileImagePath at C:\fakeds\*username* for foo, NetworkService and LocalService.
- Log in as foo, to create his profile.
- Copy the contents of &quot;Documents and Settings&quot; (or Users, depends of the version) into C:\fakeds, using xcopy or robocopy to keep ACL, ownership and permissions.
- Reboot in &quot;Safe mode&quot;
- Login as foo
- Copy the contents of &quot;Documents and Settings&quot; on your partition, using xcopy or robocopy to keep ACL, ownership and permissions.
- Delete all contents of &quot;Documents and Settings&quot;, including system and hidden files.
- Mount your partition on &quot;C:\Documents and Settings&quot;, using the shell or compmgmt.msc\Disk Management.
- Clean it up : Restore the backup of HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList, reboot, delete fakeds and user foo.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Another workaround is :<br />
- Create a temporary user (we&#8217;ll call it foo), with Administrators membership (just create the user, don&#8217;t create profile files).<br />
- Create a C:\fakeds folder (or whatever)<br />
- Get into HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList<br />
- Backup it<br />
- Set ProfilesDirectory at C:\fakeds<br />
- Set ProfileImagePath at C:\fakeds\*username* for foo, NetworkService and LocalService.<br />
- Log in as foo, to create his profile.<br />
- Copy the contents of &#8220;Documents and Settings&#8221; (or Users, depends of the version) into C:\fakeds, using xcopy or robocopy to keep ACL, ownership and permissions.<br />
- Reboot in &#8220;Safe mode&#8221;<br />
- Login as foo<br />
- Copy the contents of &#8220;Documents and Settings&#8221; on your partition, using xcopy or robocopy to keep ACL, ownership and permissions.<br />
- Delete all contents of &#8220;Documents and Settings&#8221;, including system and hidden files.<br />
- Mount your partition on &#8220;C:\Documents and Settings&#8221;, using the shell or compmgmt.msc\Disk Management.<br />
- Clean it up : Restore the backup of HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList, reboot, delete fakeds and user foo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
