how can I get Information from different computers' Registry, and check hat information in another computer
(meanig to copy regestry or registry fields, store this information and then check it later in a diffeent computer)?
I think RegConnectRegistry() is the function you're looking for. This connects to a registry key on another computer, and returns a handle to the registry key opened. Then you can use the other registry functions to read values and subkeys.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.