MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-66011.py

File recipe-66011.py

recipes/Python/66011_Reading_writing_Windows/recipe-66011.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from _winreg import *
2
3print r"*** Reading from SOFTWARE\Microsoft\Windows\CurrentVersion\Run ***"
4aReg = ConnectRegistry(None,HKEY_LOCAL_MACHINE)

Callers

nothing calls this directly

Calls 2

rangeFunction · 0.85
EnumValueClass · 0.50

Tested by

no test coverage detected