Open Registry Files?

KoreanGirl

New member
Joined
Nov 18, 2009
Messages
2
Programming Experience
1-3
Is there any way I can open a registry file that is not from the local machine? I have the software and system files from another PC and need to create a small VB app to read and get values from the files. The other PC is down and I just have the registry files.

This only works on the local machine --

My.Computer.Registry.LocalMachine.OpenSubKey
 
Back
Top