[Tutor] browing windows registry

Alan Gauld alan.gauld at btinternet.com
Wed Mar 17 09:28:56 CET 2010


"Jeff Peery" <jeffpeery at 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/ 




More information about the Tutor mailing list