I need to be able to search for registry data referencing my old profile and change it to my new profile. Using regedit works but is obviously slow as there is no replace, only search.

Any recommendations for a reliable tool (VIsta and XP) would be appreciated.

link|improve this question
feedback

closed as off topic by Zypher Jan 23 at 19:48

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

2 Answers

If you promise to be very careful, you can export part (or all) of the registry from regedit to a .reg text file, then use your favorite text editor or text-processing tool to do the search and replace then import the resulting .reg file back into regedit.

The "Export..." and "Import..." commands are in the "File" menu of the Registry Editor (regedit.exe).

link|improve this answer
But then don't you run the risk that something else would have changed while you were messing with the REG file, and then it gets overwritten on re-import? – rwmnau Dec 17 '09 at 18:11
That's why when you can you should only export/import the smallest part you need to change. Also, you shouldn't have things running that are actively writing to the registry. Caution should always be used. – Dennis Williamson Dec 17 '09 at 18:25
feedback

http://www.macecraft.com/jv16powertools2009/ Has been recommended to me in the past.

link|improve this answer
Yes, i've been using this for years, and its predecessor RegCleaner – CodeByMoonlight Sep 28 '09 at 3:18
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.