Editing Windows registry, from Python, Under Linux

前端 未结 4 1435
情书的邮戳
情书的邮戳 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条回答
  •  温柔的废话
    2021-01-13 20:01

    I think you are out of luck, as I couldn't find any such lib. when I need such thing some years back(to change a windows image file). Also writing it yourself isn't easy and I also couldn't find any MS document describing the format.

    here are some links which come up in google search and describe format partially http://www.sentinelchicken.com/research/registry_format/ http://home.eunet.no/pnordahl/ntpasswd/WinReg.txt

提交回复
热议问题