On Sun, Aug 21, 2016 at 3:55 AM, wrote:
>
> I need to pull a saved value from the registry, and the only way I
> know how to get it is through winreg.
Here's an example that reads the value and type of "Temp" in HKCU\Environment:
import winreg
with winreg.OpenKey(winreg.HKEY_CURRENT_US
Does anyone have a good tutorial on how to use the Python 3 module
winreg?
I need to pull a saved value from the registry, and the only way I
know how to get it is through winreg.
If anyone is able to help, I sure would appreciate it.
--
https://mail.python.org/mailman/listinfo/python-list