I am trying to create some code to modify a registry setting remotely. I can get connected to the pc's registry but retrieving any settings have not worked.
Anyone have any samples? I searched this forum, but none of them worked.
Registry settings are, by design, unique to that machine so any code to retrieve settings would be from the local machine surely and not the remote machine.
It is possible to do using WMI. Check the Win32_Registry object library.
Modifying a registry setting remotely makes sense if you are some sort of network administrator who doesn't want to schlep over to the physical location of a given machine to make changes to the registry.
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.