Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
_winreg
import
*
2
3
print r
"*** Reading from SOFTWARE\Microsoft\Windows\CurrentVersion\Run ***"
4
aReg = ConnectRegistry(None,HKEY_LOCAL_MACHINE)
Callers
nothing calls this directly
Calls
2
range
Function · 0.85
EnumValue
Class · 0.50
Tested by
no test coverage detected