Python Forum
[Python3.X] [Windows] Remote Registry Access (like WMI or other)
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Python3.X] [Windows] Remote Registry Access (like WMI or other)
#1
I am facing to a problem, there aren't many sources on the web...

I want to access to the Windows registry of a remote machine. I use the winreg module, but it seems that it doesn't support Active Directory domains.

I found the wmi module, but I don't think it can be very useful.

Have you any idea to gain access to the registry of a remote computer ? Thanks :)

Regards (and sorry for my poor english, I am a f*ckin' french)

Here is my code :
Reply
#2
have you tried:
rem_reg = ConnectRegistry("remotename", HKEY_LOCAL_MACHINE)
rem_reg.OpenKey( ...
see: https://docs.python.org/2/library/_winreg.html
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to access shared folder on Windows from Ubuntu machine Pavel_47 22 13,439 Nov-09-2019, 04:06 PM
Last Post: Pavel_47

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020