Scan the entire Registry hive 
Author Message
 Scan the entire Registry hive

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



Wed, 16 Jul 2003 20:11:40 GMT  
 Scan the entire Registry hive
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.
--

Quote:

> 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




Thu, 17 Jul 2003 03:14:09 GMT  
 Scan the entire Registry hive
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?


Quote:
> Read the documentation that came with RegObj.dll (RegObj.doc Word

document).  There is section in
Quote:
> 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.
> --




Quote:
> > 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




Sat, 19 Jul 2003 08:10:16 GMT  
 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




Sat, 19 Jul 2003 15:13:16 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. load registry hive to HKEY_LOCAL_MACHINE

2. Win NT Registry Hive

3. Registry LoadKey to load hives?

4. create keys under all registry hives except two?

5. Loading a registry hive in VBScript

6. Changing security settings on registry hives with vbscript

7. Loading registry hives

8. Loading Registry Hives

9. Loading and Editing User Registry Hives

10. Editing registry hive remotely

11. Registry hive location for current user.

12. saving and restoring Registry hive

 

 
Powered by phpBB® Forum Software