Hello, can you tell me how to export the xp registry with the streamwriter in c#?
auld wrote:
just to finish this thread i thought i add what i have found.
10-Jun-08
just to finish this thread i thought i add what i have found.
when i created my registry export file i used StreamWriter without any
specific codepage encoding.
not mention in the MSDN links is that
Previous Posts In This Thread:
On Freitag, 30. Mai 2008 16:15
auld wrote:
local and remote machine registry export
i current have a way to read both local and remote machines registry keys and
create a textual view (.txt output).
i now looking for ways to do export of local and remote mahcine registry
keys into "
On Freitag, 30. Mai 2008 16:35
Peter Duniho wrote:
Re: local and remote machine registry export
In C#?
If you already have code that produces text output of the registry, you are
most of the way there. The .reg file format is extremely simple. You
just need to specify specific key paths in s
On Freitag, 30. Mai 2008 18:31
auld wrote:
Peter,thanks for your response.
Peter,
thanks for your response.
yes i have C# code to create a textual file of the registry key hive i want.
but i read the 2 kbs and i do not see how to use C# to create the ".reg" file
export.
they
On Freitag, 30. Mai 2008 19:50
Peter Duniho wrote:
Re: local and remote machine registry export
The first article I provided documents the .reg file format. I am not
aware of any support in .NET to write the format automatically (though it
might yet exist). But the format is so simple that if
On Samstag, 31. Mai 2008 00:21
auld wrote:
will the file i create be able to be used by regedit to import on a machine?
will the file i create be able to be used by regedit to import on a machine?
i light is still not coming on.
:
On Samstag, 31. Mai 2008 00:26
auld wrote:
i think i can build the string and dword registry key to mimic the regedit
i think i can build the string and dword registry key to mimic the regedit
export file. but i'm seeing a problem constructing the "REG_MULTI_SZ" output
so that it mimics the regedit structure.
my cod
On Samstag, 31. Mai 2008 03:11
Peter Duniho wrote:
Re: local and remote machine registry export
Yes. The .reg file format is just a text file with a particular format
for the text contained within.
Again, I direct you to the Microsoft KB article I mentioned earlier, that
describes the format.
Peter you are smarter person than i.i understand what i read.
Peter you are smarter person than i.
i understand what i read. but using the C# registry class i do not see how to
get the "REG_MULTI_SZ".
i can get a string output but i can not build the output as
Re: local and remote machine registry export
Maybe. Maybe not. Too early to tell.
=
,00,52,00,\
,00,4c,\
,4e,00,\
,00,55,\
,4c,00,\
,00,4d,\
,54,00,\
Well, what exactly is it that you are having difficulty with?
I mean, I can see a nu
Re: local and remote machine registry export
the output i can create for a "multi_sz" is something like this:
Number of records in WrapperComponentList = 4
WrapperComponentList = (REG_MULTI_SZ) DRIVER_US
WrapperComponentList = (REG_MULTI_SZ) MSD
Re: local and remote machine registry export
Now we are getting somewhere! That example was precisely the sort of
information needed to elaborate on your question.
Yes, that is true. As the docs say, and as you are aware, there is a
specific
On Dienstag, 3. Juni 2008 09:33
auld wrote:
Peter,once again thanks.i will do the research and work on this.
Peter,
once again thanks.
i will do the research and work on this. this is great tips.
:
On Dienstag, 10. Juni 2008 09:39
auld wrote:
just to finish this thread i thought i add what i have found.
just to finish this thread i thought i add what i have found.
when i created my registry export file i used StreamWriter without any
specific codepage encoding.
not mention in the MSDN links is that
On Freitag, 23. Oktober 2009 06:57
Tim Taler wrote:
export registry
Hello, can you tell me how to export the xp registry with streamwriter in c# ?
EggHeadCafe - Software Developer Portal of Choice
Pure Javascript Martin Browser Fractals
http://www.eggheadcafe.com/tutorial...4-87a1e53898a5/pure-javascript-martin-br.aspx