Re: [Tutor] browing windows registry

2010-03-17 Thread Tim Golden
On 17/03/2010 02:35, Jeff Peery wrote: hello, 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? Hopefully this might

Re: [Tutor] browing windows registry

2010-03-17 Thread Alan Gauld
"Jeff Peery" 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..

[Tutor] browing windows registry

2010-03-17 Thread Jeff Peery
hello, 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? thanks, Jeff _