WMI remote registry
-
Hello, I have spent weeks researching how to read/write remote registry values through WMI (StdRegProv). All examples out there are script based. Currently I am able to connect/authenticate to a remote machine, pull standard WMI information like OS, CPU etc.. but reading/writing to the registry seems to be a totally different animal. Has anyone had any experience using WMI with C++ to read/write remote registry values? Thanks in advance, Rob
Whoever said nothing is impossible never tried slamming a revolving door!
-
Hello, I have spent weeks researching how to read/write remote registry values through WMI (StdRegProv). All examples out there are script based. Currently I am able to connect/authenticate to a remote machine, pull standard WMI information like OS, CPU etc.. but reading/writing to the registry seems to be a totally different animal. Has anyone had any experience using WMI with C++ to read/write remote registry values? Thanks in advance, Rob
Whoever said nothing is impossible never tried slamming a revolving door!
-
-
Thanks! I didn't know about that other method of connecting to the registry, I will give that a shot. Thank you, Rob
Whoever said nothing is impossible never tried slamming a revolving door!
RobJones wrote:
other method of connecting to the registry
It needs the remote registry service, which is normally active. Just in case you don't know where to look if it fails :-)