Opening an offline registry is actually very straightforward.
Open Regedit
Click on any top-level hive (I normally use HKEY_LOCAL_MACHINE (HKLM) for
Software and System, and HKEY_USERS (HKU) for user-specific NTUSER.DAT)
Click File -> Load hive and select the desired hive.
Give it a name. I like to use zzz.
The new hive will appear at the bottom of subhives of your selected hive
Windows registry is stored in C:\windows\system32\config
User registry is stored in %userprofile%\ntuser.dat (unless it's a mandatory
profile, in which case it's ntuser.man)
Note: It is possible to unload active hives. Please don't do that.
The following information is courtesy of
http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/Q_22641096.html and further courtesy of TechSoEasy.
I can confirm its accuracy based on my testing while writing this article
for you.
=======
You should still be able to find the safe senders list (and other stuff) in
the registry of each workstation. The location of the key would be in
HKEY_USERS\<SID>\Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging Subsystem\Profiles\<profilename>\0a0d020000000000c000000000000046
And stored under these subkeys as encoded text:
Safe senders list: 001f0418
Safe recipient list: 001f0419
Blocked senders list: 001f041a
So, if you search the registry for "0a0d020000000000c000000000000046" you
should come up with the older profile keys that you can export out. But you
can't just import them back, you would have to also export out the current
user's key, and then cut and paste from the old to the current before
importing the current user's key back into the registry.
=======
Thus, to recover your safe senders list you would do the following:
1. Load the hive from your old NTUSER.DAT
2. Proceed to export your current 0046 key from the HKCU hive
3. Proceed to export your previous 0046 key from the HKU\zzz subhive
4. Replace the contents of the 418 key with your previous data
5. Reimport your current 0046 key
I think this solves your problem.
--
Leonid S. Knyshov
Crashproof Solutions
510-282-1008
Twitter: @wiseleo
http://crashproofsolutions.com
Microsoft Small Business Specialist
Please vote "helpful" if I helped you