
<?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>Matt Rude &#187; Windows</title>
	<atom:link href="http://mattrude.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattrude.com</link>
	<description>Matt Rude’s Personal Website</description>
	<lastBuildDate>Thu, 15 Jul 2010 15:34:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Restoring a Windows 2000 Profile</title>
		<link>http://mattrude.com/2009/05/restoring-a-windows-2000-profile/</link>
		<comments>http://mattrude.com/2009/05/restoring-a-windows-2000-profile/#comments</comments>
		<pubDate>Wed, 20 May 2009 13:57:57 +0000</pubDate>
		<dc:creator>Matt Rude</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mattrude.com/?p=211</guid>
		<description><![CDATA[If a user logs into a Windows 2000 system, and there profile is missing, the following will help you restore it. In the below how to, you will need to copy the bad profile to a new location, then tell Windows to look there via the registry. 1. Log on to the computer with the user profile that you want to restore. 2. Click Start, and then click Run. 3. Type regedit, and then click OK. 4. In Registry Editor,...


<h3>Related Posts</h3>
<ol>
		<li><a href="http://mattrude.com/2009/07/creating-a-secure-git-repository-server/" rel="bookmark">Creating a secure Git repository server</a><!-- (7.63153)--></li>
		<li><a href="http://mattrude.com/2010/03/installing-the-git-daemon-for-read-only-access-to-repoistory/" rel="bookmark">Installing the GIT Daemon for Read Only Access to Repoistory</a><!-- (7.10504)--></li>
		<li><a href="http://mattrude.com/2010/01/converting-a-mediawiki-database-from-mysql-to-sqlite/" rel="bookmark">Converting a MediaWiki database from MySQL to SQLite</a><!-- (6.936)--></li>
		<li><a href="http://mattrude.com/2009/08/displaying-only-one-category-on-your-wordpress-main-page/" rel="bookmark">Displaying one category on your WordPress main page</a><!-- (5.38365)--></li>
		<li><a href="http://mattrude.com/2010/05/installing-cgit-web-interface-on-a-fedora-12-server/" rel="bookmark">Installing the git, cgit web interface on a Fedora 12 server</a><!-- (5.2327)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>If a user logs into a Windows 2000 system, and there profile is missing, the following will help you restore it.  In the below how to, you will need to copy the bad profile to a new location, then tell Windows to look there via the registry.</p>
<table class="prettytable" border="0">
<tbody>
<tr>
<td>1.</td>
<td>Log on to the computer with the user profile that you want to restore.</td>
</tr>
<tr>
<td>2.</td>
<td>Click <strong>Start</strong>, and then click <strong>Run</strong>.</td>
</tr>
<tr>
<td>3.</td>
<td>Type regedit, and then click <strong>OK</strong>.</td>
</tr>
<tr>
<td>4.</td>
<td>In Registry Editor, navigate to the following registry key:<strong>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ProfileList</strong></td>
</tr>
<tr>
<td>5.</td>
<td>Locate your user profile folder.<strong>NOTE</strong>: When you open the ProfileList folder, you see several folders, each of which belongs to a different user. These folders are named according to the user security IDs (SIDs) and not according to the user names.To locate your user profile folder, use one of the following options:</p>
<table class="prettytable" border="0">
<tbody>
<tr>
<td>•</td>
<td>For each folder, click the folder, and then look for the <strong>ProfileImagePath</strong> value that contains the path to your user profile (such as %SystemDrive%\Documents and Settings\<em>username</em>).-or-</td>
</tr>
<tr>
<td>•</td>
<td>In Registry Editor, press CTRL+F to start the Find tool. Type your user name in the <strong>Find what</strong> box, click to select the <strong>Data</strong> check box under <strong>Look at</strong>, and then click <strong>Find</strong>.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>6.</td>
<td>After you locate the subkey folder for your user profile, double-click the <strong>ProfileImagePath</strong> value.</td>
</tr>
<tr>
<td>7.</td>
<td>In the <strong>Value data</strong> box, change the path so that it points to the profile folder that you are restoring, and then and click <strong>OK</strong>.</td>
</tr>
<tr>
<td>8.</td>
<td>Quit Registry Editor.</td>
</tr>
</tbody>
</table>
<p>The next time that you log on to the computer, Windows will use your restored user profile.</p>


<br />
<h3>Related Posts</h3>
<ol>
		<li><a href="http://mattrude.com/2009/07/creating-a-secure-git-repository-server/" rel="bookmark">Creating a secure Git repository server</a><!-- (7.63153)--></li>
		<li><a href="http://mattrude.com/2010/03/installing-the-git-daemon-for-read-only-access-to-repoistory/" rel="bookmark">Installing the GIT Daemon for Read Only Access to Repoistory</a><!-- (7.10504)--></li>
		<li><a href="http://mattrude.com/2010/01/converting-a-mediawiki-database-from-mysql-to-sqlite/" rel="bookmark">Converting a MediaWiki database from MySQL to SQLite</a><!-- (6.936)--></li>
		<li><a href="http://mattrude.com/2009/08/displaying-only-one-category-on-your-wordpress-main-page/" rel="bookmark">Displaying one category on your WordPress main page</a><!-- (5.38365)--></li>
		<li><a href="http://mattrude.com/2010/05/installing-cgit-web-interface-on-a-fedora-12-server/" rel="bookmark">Installing the git, cgit web interface on a Fedora 12 server</a><!-- (5.2327)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://mattrude.com/2009/05/restoring-a-windows-2000-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
