<?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 Tip: Edit User Registry of other users</title>
	<atom:link href="http://www.ghacks.net/2008/03/12/windows-tip-edit-user-registry-of-other-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2008/03/12/windows-tip-edit-user-registry-of-other-users/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 01:07:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: travb</title>
		<link>http://www.ghacks.net/2008/03/12/windows-tip-edit-user-registry-of-other-users/#comment-844849</link>
		<dc:creator>travb</dc:creator>
		<pubDate>Sat, 04 Jul 2009 20:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2008/03/12/windows-tip-edit-user-registry-of-other-users/#comment-844849</guid>
		<description>I can&#039;t get this to work, I get two errors:

Cannot load C:\Documents and Settings\Username\NTUSER.DAT.LOG Error while loading hive 

This error is when I try to load the NTUSER.DAT. log that I am working on:

cannot load C:\Documents and Settings\Username\NTUSER.DAT.LOG The process cannot access the file because it is being used by another process.

I can only get NTUSER.DAT.LOG to allow me to enter a Key name, but it doesn&#039;t work.

Modified instructions:

From: dhacks.net, dougknox.com, tech-archive.net 

When you make changes in the Windows Registry you normally can only make them for all users or the user account that is currently logged in. 

But what if you want to make them in another user account? 

There is an easy way to do that by loading the Registry hive of the user into the Registry: 

1. Start the Windows Registry with either: 

Windows key + R, 

Start &gt;&gt; Run &gt;&gt; Regedit 

2. type regedit and press enter. 

3. Highlight the HKEY_Users folder in the Registry

4. click on File &gt; Load Hive  

5. The default directory that opens is the directory of the current user.

6. Navigate to the user directory of the user that you want to make 
changes for by clicking the up arrow.

7. All available directories are listed in Document and Settings.[1] 

8. Enter that folder and look for the file ntuser.dat. ntuser.dat is hidden, if you can’t locate it change the folder settings so that you can see hidden files and folders in Windows.
Click the folder and then click okay.
Note There is also a file called ntuser.dat.log. Don&#039;t open this.[2]

10. You&#039;ll be prompted to enter a &quot;Key name&quot;. You can use whatever you wish, but I suggest using the User&#039;s logon name.

11. You can now expand the Hive you just loaded and make any needed changes. 

12. When finished, highlight this Hive again and in the drop down menu, click File &gt;&gt; Unload Hive. This loads the Registry hive as a subfolder of HKEY_Users with the name that you have selected after clicking on the ntusers.dat file. 

You MUST unload the Hive prior to logging on to the users account. Otherwise XP may have trouble loading the user&#039;s profile.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get this to work, I get two errors:</p>
<p>Cannot load C:\Documents and Settings\Username\NTUSER.DAT.LOG Error while loading hive </p>
<p>This error is when I try to load the NTUSER.DAT. log that I am working on:</p>
<p>cannot load C:\Documents and Settings\Username\NTUSER.DAT.LOG The process cannot access the file because it is being used by another process.</p>
<p>I can only get NTUSER.DAT.LOG to allow me to enter a Key name, but it doesn&#8217;t work.</p>
<p>Modified instructions:</p>
<p>From: dhacks.net, dougknox.com, tech-archive.net </p>
<p>When you make changes in the Windows Registry you normally can only make them for all users or the user account that is currently logged in. </p>
<p>But what if you want to make them in another user account? </p>
<p>There is an easy way to do that by loading the Registry hive of the user into the Registry: </p>
<p>1. Start the Windows Registry with either: </p>
<p>Windows key + R, </p>
<p>Start &gt;&gt; Run &gt;&gt; Regedit </p>
<p>2. type regedit and press enter. </p>
<p>3. Highlight the HKEY_Users folder in the Registry</p>
<p>4. click on File &gt; Load Hive  </p>
<p>5. The default directory that opens is the directory of the current user.</p>
<p>6. Navigate to the user directory of the user that you want to make<br />
changes for by clicking the up arrow.</p>
<p>7. All available directories are listed in Document and Settings.[1] </p>
<p>8. Enter that folder and look for the file ntuser.dat. ntuser.dat is hidden, if you can’t locate it change the folder settings so that you can see hidden files and folders in Windows.<br />
Click the folder and then click okay.<br />
Note There is also a file called ntuser.dat.log. Don&#8217;t open this.[2]</p>
<p>10. You&#8217;ll be prompted to enter a &#8220;Key name&#8221;. You can use whatever you wish, but I suggest using the User&#8217;s logon name.</p>
<p>11. You can now expand the Hive you just loaded and make any needed changes. </p>
<p>12. When finished, highlight this Hive again and in the drop down menu, click File &gt;&gt; Unload Hive. This loads the Registry hive as a subfolder of HKEY_Users with the name that you have selected after clicking on the ntusers.dat file. </p>
<p>You MUST unload the Hive prior to logging on to the users account. Otherwise XP may have trouble loading the user&#8217;s profile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sparx</title>
		<link>http://www.ghacks.net/2008/03/12/windows-tip-edit-user-registry-of-other-users/#comment-279855</link>
		<dc:creator>Sparx</dc:creator>
		<pubDate>Sun, 16 Mar 2008 18:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2008/03/12/windows-tip-edit-user-registry-of-other-users/#comment-279855</guid>
		<description>Hmmm... What if you just right-clicked regedit.exe and then RUN AS... and carried on from there?

Will this tip also work for less privileged users ( I mean, non-admins )?</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; What if you just right-clicked regedit.exe and then RUN AS&#8230; and carried on from there?</p>
<p>Will this tip also work for less privileged users ( I mean, non-admins )?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
