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)
#2
have you tried:
rem_reg = ConnectRegistry("remotename", HKEY_LOCAL_MACHINE)
rem_reg.OpenKey( ...
see: https://docs.python.org/2/library/_winreg.html
Reply


Messages In This Thread
RE: [Python3.X] [Windows] Remote Registry Access (like WMI or other) - by Larz60+ - Jun-19-2018, 03:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to access shared folder on Windows from Ubuntu machine Pavel_47 22 14,027 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