<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tuts4Tech &#187; backup</title>
	<atom:link href="http://tuts4tech.net/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows 7 Move the Users and Program Files Directories To A Different Partition</title>
		<link>http://tuts4tech.net/2009/08/05/windows-7-move-the-users-and-program-files-directories-to-a-different-partition/</link>
		<comments>http://tuts4tech.net/2009/08/05/windows-7-move-the-users-and-program-files-directories-to-a-different-partition/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 16:28:48 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[mlink]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[program files]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=519</guid>
		<description><![CDATA[After installing windows 7 you will be greeted with a user creation prompt press shift+f10 and you should get a cmd window up like in the image below Copy the Users Profiles, Program Files And ProgramData Folders onto the Partition you want to use Delete the old folders and create links For Program Files: For [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>After installing windows 7 you will be greeted with a user creation prompt press shift+f10 and you should get a cmd window up like in the image below<img class="aligncenter size-full wp-image-520" title="cmduser" src="http://tuts4tech.net/wp-content/uploads/2009/08/cmduser.png" alt="cmduser" width="500" height="374" /></li>
<li>Copy the Users Profiles, Program Files And ProgramData Folders onto the Partition you want to use
<pre class="brush: plain; title: ; notranslate">robocopy &quot;C:\Users&quot; &quot;D:\Users&quot; /E /COPYALL /XJ
robocopy &quot;C:\Program Files&quot; &quot;D:\Program Files&quot; /E /COPYALL /XJ
robocopy &quot;C:\ProgramData&quot; &quot;D:\ProgramData&quot; /E /COPYALL /XJ</pre>
</li>
<li>Delete the old folders and create links<br />
For Program Files:</p>
<pre class="brush: plain; title: ; notranslate">rmdir &quot;C:\Program Files&quot; /S /Q
mklink /J &quot;C:\Program Files&quot; &quot;D:\Program Files&quot;</pre>
<p>For the User Profiles:</p>
<pre class="brush: plain; title: ; notranslate">rmdir &quot;C:\users&quot; /S /Q
mklink /J &quot;C:\users&quot; &quot;D:\users&quot;</pre>
<p>and lastly ProgramData:</p>
<pre class="brush: plain; title: ; notranslate">rmdir &quot;C:\ProgramData&quot; /S /Q
mklink /J &quot;C:\ProgramData &quot;D:\ProgramData&quot;</pre>
<p><strong>If you have any permissions issues while deleting C:\ProgramData don't worry about them just try to delete it and make the links again after first reboot </strong></li>
<li>Now open regedit simply by typing regedit on the cmd window</li>
<li>To change the program files path navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion and edit the ProgramFilesDir and CommonFilesDir as needed<br />
<img class="aligncenter size-full wp-image-529" title="regeditproc" src="http://tuts4tech.net/tutorials/win7moveusersprogs/win7progpath.jpg" alt="regeditproc" width="500" height="212" /></li>
<li>For the user profiles you'll need to go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ProfileList and again edit the paths as needed<br />
<img class="aligncenter size-full wp-image-528" title="regeditprof" src="http://tuts4tech.net/tutorials/win7moveusersprogs/win7userpath.jpg" alt="regeditprof" width="500" height="183" /></li>
<li>Exit Regedit and the cmd window</li>
<li>Continue to create your user</li>
<li>Reboot your machine and you should be good to go</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/08/05/windows-7-move-the-users-and-program-files-directories-to-a-different-partition/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
	</channel>
</rss>

