Script Collection
WMI
Use Win32 Registry like a Python dictionary | Use Win32 Registry like a Python dictionary |
|
|
|
| The class found on Activestate wraps most of the win32api functions for accessing a registry. It will read and write all win32 registry types, and will de/serialize python objects to registry keys when a string or integer representation is not possible. http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/551761 | |
| Last Updated ( Sunday, 07 June 2009 ) |
| < Prev | Next > |
|---|
Hint: For syntax highlighting and correct Python intendation place your code between html tags <pre> and </pre>.