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:
The only infomation I can find is how to do it with VB6. Does anyone know how to do this with .NET?
Thanks,
Joe
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>
Thanks,
Joe