Hi,

I'd like to export a registry key to a text file like regedit. (export >
save as > text file)
I already found examples to save a key as text, but not in the same way
regedit does.
Regedit also saves the keys 'Last Write Time' to a text file. (Last Write
Time: 14-7-2006 - 16:06)

As you see, i'am interrested in the keys 'Last Write Time', so maybe there's
another solution for this.

Robertico

Re: Export registry key 'Last Write Time' by Mark

Mark
Fri Jul 14 10:41:36 CDT 2006

One way is to use this Active X Control
http://www.motobit.com/help/RegEdit/default.htm

eg.
'Get RegEdit.Server object
Set S = CreateObject("RegEdit.Server")

'Show Last write time of a key
Wscript.Echo S.GetKey("HKLM\SOFTWARE").LastWriteTimeRegards
Mark Dormer

"Robertico" <Robertico@nomail.notvalid> wrote in message
news:uCrgaI1pGHA.4920@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> I'd like to export a registry key to a text file like regedit. (export >
> save as > text file)
> I already found examples to save a key as text, but not in the same way
> regedit does.
> Regedit also saves the keys 'Last Write Time' to a text file. (Last Write
> Time: 14-7-2006 - 16:06)
>
> As you see, i'am interrested in the keys 'Last Write Time', so maybe
> there's another solution for this.
>
> Robertico
>