Query the windows registry with python
To get values from the windows registry using the python language use snippet below.
This was tested with Python 2.6
References: http://docs.python.org/library/_winreg.html
Categories: Python
To get values from the windows registry using the python language use snippet below.
This was tested with Python 2.6
References: http://docs.python.org/library/_winreg.html