Hi All,

I am looking for a way to export a whole key from the registry, this key contains about 500 other keys and 500 values.

These vlaues and keys within the main key change, I think they are made up via the time and date. But the main key will stay the same.

Once I have a Reg file, I can then use the WriteRegFromExport() funtion to write back into registry.

Just to give you some background, using Office 2003 within a Mandatory profile enviroument. This causes the profile to be deleted everythime the user logs out losing all HKCU settings.

But the outlook Signature is stored within the HKCU, I am planing on exporting the Windows Messaging Subsystem key located under Windows NT HKCU, and then importing back in when they log back in.

Thanks