<?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: How to relocate user profile folder to other drive in windows 7</title>
	<atom:link href="http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7</link>
	<description>Tips about Clearcase Unix Linux/Ubuntu and Others</description>
	<lastBuildDate>Sun, 08 Jan 2012 04:34:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Braedon</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-698</link>
		<dc:creator>Braedon</dc:creator>
		<pubDate>Tue, 18 Oct 2011 04:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-698</guid>
		<description>I tried dannyboy&#039;s method and I made sure no files were failed however now whenever I try to log on it&#039;s stuck at preparing desktop and once it loads it says I&#039;ve been logged onto the default profile for the system. How can I fix this? Please help!</description>
		<content:encoded><![CDATA[<p>I tried dannyboy&#8217;s method and I made sure no files were failed however now whenever I try to log on it&#8217;s stuck at preparing desktop and once it loads it says I&#8217;ve been logged onto the default profile for the system. How can I fix this? Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-697</link>
		<dc:creator>Mauricio</dc:creator>
		<pubDate>Tue, 18 Oct 2011 04:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-697</guid>
		<description>A few warnings if you do this.
1-. Never use system restore. It will @#$@ up the symlink and you&#039;ll have to create another user.
2-. Never use check disk with Windows running. It will corrupt the user and you&#039;ll have to create a new one.

I think the easiest solution to everything is to reallocate the user libraries to a different drive. Using symlinks causes more problems than it&#039;s worth. There are so many thing that can ruin your user when it&#039;s set up this way.

I&#039;ve had to recreate my user about 4 times in 2 years. May not sound bad but sometimes it&#039;s a pain because in most cases you need to reinstall software and reconfigure many things. It&#039;s not as easy as the article suggest in step 6.</description>
		<content:encoded><![CDATA[<p>A few warnings if you do this.<br />
1-. Never use system restore. It will @#$@ up the symlink and you&#8217;ll have to create another user.<br />
2-. Never use check disk with Windows running. It will corrupt the user and you&#8217;ll have to create a new one.</p>
<p>I think the easiest solution to everything is to reallocate the user libraries to a different drive. Using symlinks causes more problems than it&#8217;s worth. There are so many thing that can ruin your user when it&#8217;s set up this way.</p>
<p>I&#8217;ve had to recreate my user about 4 times in 2 years. May not sound bad but sometimes it&#8217;s a pain because in most cases you need to reinstall software and reconfigure many things. It&#8217;s not as easy as the article suggest in step 6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddy</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-595</link>
		<dc:creator>Eddy</dc:creator>
		<pubDate>Tue, 09 Nov 2010 16:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-595</guid>
		<description>Forgot to mention that (in alternative 2) the original c: location MUST be in a renamed folder, so it is still located on c:, but under another folder. For instance c:\user\Eddy-AppData</description>
		<content:encoded><![CDATA[<p>Forgot to mention that (in alternative 2) the original c: location MUST be in a renamed folder, so it is still located on c:, but under another folder. For instance c:\user\Eddy-AppData</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddy</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-594</link>
		<dc:creator>Eddy</dc:creator>
		<pubDate>Tue, 09 Nov 2010 16:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-594</guid>
		<description>In each user folder is a hidden folder called AppData (c:\users\[username]\AppData). Enable hidden files to see this folder (or just enter the foldername in the address bar). This folder (surpisingly) contains a lot of application data. Thus this folder should best be kept on your current system drive (on c:). If you reinstall windows, most of these files should be created again. And if apps are not installed during the second install, unneeded files are taking up space on your data drive.

I know 2 solutions for this:
Move all file WITHIN the user folder (for instance c:\users\[username\pictures). The appdata (and some other folders you&#039;re not using) will remain on c:

or

2. Make a link of c:\user\[username] (like proposed). But also make a link d:\users\[username]\AppData back to the original c: location.

Note: Some apps write their data files in appdata (like outlook). The best solution is to move these files explicitly to you data drive. Outlook lets you create another pst file. Or you could move the file. If outlook is started, it will ask you to point to the file.</description>
		<content:encoded><![CDATA[<p>In each user folder is a hidden folder called AppData (c:\users\[username]\AppData). Enable hidden files to see this folder (or just enter the foldername in the address bar). This folder (surpisingly) contains a lot of application data. Thus this folder should best be kept on your current system drive (on c:). If you reinstall windows, most of these files should be created again. And if apps are not installed during the second install, unneeded files are taking up space on your data drive.</p>
<p>I know 2 solutions for this:<br />
Move all file WITHIN the user folder (for instance c:\users\[username\pictures). The appdata (and some other folders you're not using) will remain on c:</p>
<p>or</p>
<p>2. Make a link of c:\user\[username] (like proposed). But also make a link d:\users\[username]\AppData back to the original c: location.</p>
<p>Note: Some apps write their data files in appdata (like outlook). The best solution is to move these files explicitly to you data drive. Outlook lets you create another pst file. Or you could move the file. If outlook is started, it will ask you to point to the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-589</link>
		<dc:creator>james</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-589</guid>
		<description>Just tried ohdannyboy and imadman&#039;s version of this and it worked without any problems or errors, but still early days! Cheers for posting.</description>
		<content:encoded><![CDATA[<p>Just tried ohdannyboy and imadman&#8217;s version of this and it worked without any problems or errors, but still early days! Cheers for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to relocate User profile to different partition</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-579</link>
		<dc:creator>How to relocate User profile to different partition</dc:creator>
		<pubDate>Mon, 12 Apr 2010 20:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-579</guid>
		<description>[...] successfully (and invisibly) done this on Windows 7 64 by using instructions on this forum thread: How to relocate user profile folder to other drive in windows 7 : Tips5  Note: ignore the main article! scroll down to the comment from &quot;ohdannyboy on December 4th, [...]</description>
		<content:encoded><![CDATA[<p>[...] successfully (and invisibly) done this on Windows 7 64 by using instructions on this forum thread: How to relocate user profile folder to other drive in windows 7 : Tips5  Note: ignore the main article! scroll down to the comment from &quot;ohdannyboy on December 4th, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurie</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-573</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Tue, 16 Mar 2010 23:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-573</guid>
		<description>I followed ohdannyboy&#039;s instructions &amp; though they are excellent it didn&#039;t work for my case.  It will work when the target drive has the same letter under the Recovery Environment as in your live system. In my case the target drive is T:  You can  create a link to D: (the drive letter in RE) but the link won&#039;t work when you go live.  You can&#039;t create a link to T:\... because T: doesn&#039;t exist.  I got around it by renaming the drive in diskpart in RE(to T:) but I guess using SUBST would work and be easier.


Thanks 

Laurie</description>
		<content:encoded><![CDATA[<p>I followed ohdannyboy&#8217;s instructions &amp; though they are excellent it didn&#8217;t work for my case.  It will work when the target drive has the same letter under the Recovery Environment as in your live system. In my case the target drive is T:  You can  create a link to D: (the drive letter in RE) but the link won&#8217;t work when you go live.  You can&#8217;t create a link to T:\&#8230; because T: doesn&#8217;t exist.  I got around it by renaming the drive in diskpart in RE(to T:) but I guess using SUBST would work and be easier.</p>
<p>Thanks </p>
<p>Laurie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Ingram</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-572</link>
		<dc:creator>Philip Ingram</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-572</guid>
		<description>This is really great.  I do agree, with the advances in windows7, this should be something present during the install options AND a utility within the system administration options called something like &quot;User Data Migration Tool&quot;...as a matter of fact, someone could probably make a lot of money writing a program to do this for the folks that don&#039;t like to tinker.  Anyways, I&#039;m gonna see if this works for the &quot;Program Files&quot; folder as well.  Don&#039;t see why not.  Keep you posted.</description>
		<content:encoded><![CDATA[<p>This is really great.  I do agree, with the advances in windows7, this should be something present during the install options AND a utility within the system administration options called something like &#8220;User Data Migration Tool&#8221;&#8230;as a matter of fact, someone could probably make a lot of money writing a program to do this for the folks that don&#8217;t like to tinker.  Anyways, I&#8217;m gonna see if this works for the &#8220;Program Files&#8221; folder as well.  Don&#8217;t see why not.  Keep you posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-565</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-565</guid>
		<description>It&#039;s a shame that Microsoft makes us tanker around instead of providing a neat standardized solution to the very common wish to separate OS and user data...</description>
		<content:encoded><![CDATA[<p>It&#8217;s a shame that Microsoft makes us tanker around instead of providing a neat standardized solution to the very common wish to separate OS and user data&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ViBe</title>
		<link>http://www.tips5.com/how-to-relocate-user-profile-folder-to-other-drive-in-windows-7/comment-page-1#comment-564</link>
		<dc:creator>ViBe</dc:creator>
		<pubDate>Sun, 17 Jan 2010 13:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tips5.com/?p=500#comment-564</guid>
		<description>imadman and ohdannyboy, thanks a lot for the workaround. It works great.</description>
		<content:encoded><![CDATA[<p>imadman and ohdannyboy, thanks a lot for the workaround. It works great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

