Reading/Writing XP registry files
C / C++ / MFC
6
Posts
3
Posters
0
Views
1
Watching
-
XP saves all settings in binary files located in windows\\system32\\config right? i looking for some way to read these files? i want to access registry from another os
If the other OS is Windows-based, you can use
RegConnectRegistry()
.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
If the other OS is Windows-based, you can use
RegConnectRegistry()
.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
Well, I don't know the format of any of the files that comprise the registry, so you may have a bit of work ahead of you. Good luck.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-