RE: Windows Registry Dump

2006-05-19 Thread Tim Golden
[Dirk Hagemann] | I want to do some analysis (as always ;-) ) and for that | reason I think | it's more practical to go trough a text-file. I can produce this | text-file also by right-click on the key (the folder) in the registry | and select "Export". There one can select Text-File and the |

Re: Windows Registry Dump

2006-05-19 Thread Dirk Hagemann
Hi Tim! I want to do some analysis (as always ;-) ) and for that reason I think it's more practical to go trough a text-file. I can produce this text-file also by right-click on the key (the folder) in the registry and select "Export". There one can select Text-File and the place where to save th

RE: Windows Registry Dump

2006-05-19 Thread Tim Golden
[Dirk Hagemann] | @Diez: I'm not trying to hack into somebody's computer - it is about | collecting data from my company's anti-virus-parent-server. | And all the | information is only available in the registry (thanks Symantec...). | | @Tim, olso and Fredrik: THANKS - I will have a closer look

Re: Windows Registry Dump

2006-05-19 Thread Dirk Hagemann
@Diez: I'm not trying to hack into somebody's computer - it is about collecting data from my company's anti-virus-parent-server. And all the information is only available in the registry (thanks Symantec...). @Tim, olso and Fredrik: THANKS - I will have a closer look at these modules. regards Dir

Re: Windows Registry Dump

2006-05-18 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: >> Does someone know how I can make a Text-Dump-File of a remote >> Windows-Computer's Registry (not the whole registry - only a part of >> it)? >> >> Thanks a lot for some code or a helpful link! > > the win32api module has a bunch of Reg* functions that let you do this.

Re: Windows Registry Dump

2006-05-18 Thread olsongt
Dirk Hagemann wrote: > Hi! > > Does someone know how I can make a Text-Dump-File of a remote > Windows-Computer's Registry (not the whole registry - only a part of > it)? > > Thanks a lot for some code or a helpful link! > > regards > Dirk the win32api module has a bunch of Reg* functions that le

Re: Windows Registry Dump

2006-05-18 Thread Diez B. Roggisch
Dirk Hagemann wrote: > Hi! > > Does someone know how I can make a Text-Dump-File of a remote > Windows-Computer's Registry (not the whole registry - only a part of > it)? > > Thanks a lot for some code or a helpful link! I suggest you try asking the darker side of the internet - after all, acce

RE: Windows Registry Dump

2006-05-18 Thread Tim Golden
[Dirk Hagemann] | Does someone know how I can make a Text-Dump-File of a remote | Windows-Computer's Registry (not the whole registry - only a part of | it)? Well, your question doesn't seem to rule out this option so I thought I'd offer it: Use regedit to connect to the remote registry, then do

Windows Registry Dump

2006-05-18 Thread Dirk Hagemann
Hi! Does someone know how I can make a Text-Dump-File of a remote Windows-Computer's Registry (not the whole registry - only a part of it)? Thanks a lot for some code or a helpful link! regards Dirk -- http://mail.python.org/mailman/listinfo/python-list