Editing Windows registry, from Python, Under Linux

前端 未结 4 1443
情书的邮戳
情书的邮戳 2021-01-13 19:46

I am looking for a Python API (or a C API as I am willing to bind) for editing Windows registries from XP to 7 from within a Linux system.

The Windows target will be

4条回答
  •  Happy的楠姐
    2021-01-13 19:53

    You may want to have a look at this project. The initial idea was to recover passwords but all the tools are there to edit registry entries.

    It sounds like a dangerous idea though, I would rather find a way to launch a Python script - even remotely - with _winreg in its own environment but it doesn't seem to be a possibility for you. Note also that I didn't see any mention of Windows 7 in their project.

提交回复
热议问题