"Jeff Peery" <jeffpe...@yahoo.com> wrote

I want to browse the windows registry for the program ids listed under the categories:
63D5F430-CFE4-11d1-B2C8-0060083BA1FB
63D5F432-CFE4-11d1-B2C8-0060083BA1FB

where might be the best way to learn how to do that with python?

I'd probably start with the registry module... _winreg

Or you can use the Win32 API directly from Pythonwin
or use ctypes. But _winreeg is probably marginally easier.

--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to