Load a Registry Hive

Ford-p

Active member
Joined
Mar 1, 2007
Messages
30
Programming Experience
Beginner
Hey,

I'm trying to load a registry hive without having to use a external program. At the moment I use:
VB.NET:
reg.exe LOAD HKLM\Temp <hive location>
The only infomation I can find is how to do it with VB6. Does anyone know how to do this with .NET?

Thanks,
Joe
 
Thanks for your reply,
It's not accessing the registry I can't do, I am trying to load a separate registry hive (equivalent to opening regedit > File > Load Hive). Any ideas?
 
Back
Top