Load User Profile into the Registry

iran2008

Member
Joined
Aug 9, 2009
Messages
5
Programming Experience
Beginner
Hello

If can you for me how to build the source on how I Load a Registry Hive.

NTUSER.DAT in :
C:\Documents and Settings\User\NTUSER.DAT

Mer30.
Sure with source for vb.net 2008 , please help me .
 
Last edited by a moderator:
You want to do what with the DAT file and the registry? I can think of two ways to interpret this and I doubt either of my guesses are correct.
 
VB 2008 provides the My.Computer.Registry object that provides you with all the functionality you need to get and set data in the Registry. You might also choose to use the Microsoft.Win32.Registry and .RegistryKey classes directly.
 
You want to do what with the DAT file and the registry?

thanx for ask me . :D

Yes , of course .

I want to open the DAT file in registry : File -> Load Hive ...

Here :

orv7e8lo0w35xf2qw1g9.jpg


6562jh8i57qoqm1c09qp.jpg



please give me a Source for vb.net 2008 .


help me , Thanx . :confused:
 
Last edited:
Check out the Windows command line tool reg.exe. It can be called in VB.Net with Process class.
 
Thank you the answer
But If I can source code vb.net 2008 for me .
Because I only source Mytvnm you mean I can understand

please source code.
thank you .
 
So you don't know how to use System.Diagnostics.process.Start() pointing it to reg.exe?

You'll need to look at what arguments to pass it to do the actual work.
 
Back
Top