Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> VBScript: Help, Looping Through Registry Keys, not sure exactly how to loop through subkeys till i find a string.
DjCalvin
post May 10 2006, 02:24 PM
Post #1


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 35
Joined: 1-May 06
From: Boston, MA USA
Member No.: 13,126



I have been assigning nic speeds for a couple years on all new boxes
that we build in our datacenters manually. I finally got fed up and
picked up some vbscript books which have been a great help managing
some redunant tasks i must do, but this one stumps me.

Key Name:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}

Under each subkey there is a string value of "SpeedDuplex" with a value
ranging from 0+
100/full is 4 auto/auto is 0

If the device is not a physical hardware nic, it will not have the
SpeedDuplex Key, which is a plus for finding real devices vs
virtual/software ones.

What I am trying to do is run through each subkey and its strings and
change any that have a string of "SpeedDuplex" with a value of 0 to 4.

Im not sure about how to loop through all the keys to do this.

Any help would be appreciated.

Thx
Go to the top of the page
 
+Quote Post
miCRoSCoPiC^eaRt...
post May 10 2006, 02:42 PM
Post #2


PsYcheDeLiC dR3aMeR
Group Icon

Group: Admin
Posts: 2,242
Joined: 29-January 05
From: Nakorn Chaisri, Thailand
Member No.: 2,411



Calvin - I dunno much about using VBScript, but you might want to take a look at this site:
http://www.daniweb.com/techtalkforums/thread20678.html

This has code samples and describes how to loop through a bunch of values under a particular registry key. This might help you come up with a routine that does your job..

Regards,
m^e
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. What Is VBScript ?(3)


 



- Lo-Fi Version Time is now: 11th October 2008 - 08:48 PM