
Scan the entire Registry hive
=================================================================
You can also get RegObj.dll from:
Win32 Scripting [Clarence Washington]
http://cwashington.netreach.net/main_site/downloads
or on the companion CD that comes with "Windows Script Host 2.0 Developer's Guide" from Microsoft
Press.
=================================================================
These are identical to the copy of RegObj.dll that you already seem to have, but installing one of
these copies will include the documentation.
--
Michael Harris
Microsoft.MVP.Scripting
--
Please do not email questions - post them to the newsgroup instead.
--
Quote:
> Where do we get this document? I found it on the MSDN site, but if you
> don't own a copy of Visual Basic, you can't download it. I have the DLL on
> my system already (don't know from where - comes with Win2k?), but no Word
> Doc. Is there another place to get this document?
> > Read the documentation that came with RegObj.dll (RegObj.doc Word
> document). There is section in
> > the documentation describing how to use the RegObj object model to search
> the registry...
> > --
> > Michael Harris
> > Microsoft.MVP.Scripting
> > --
> > Please do not email questions - post them to the newsgroup instead.
> > --
> > > Hi, my name is Gianfranco,
> > > Can you help me?
> > > How I can scan a Registry in win98 and create a function that recognize
> a
> > > Value and permit me to replace it.
> > > Example:
> > > i want scan the entire key \HKEY_LOCAL_MACHINE\ and test if the
> > > value"Gianfranco" is present in subkeys.
> > > For example to change the value of"register Owner" of Windows98
> > > So I can change the value if it exist.
> > > which function i should use? (regobj.dll)
> > > can you send a script please?
> > > Thank you
> > > Gianfranco