Jump to content

sainthuang

Members
  • Posts

    2
  • Joined

  • Last visited

sainthuang's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. hi Subz: It's very useful for me...thanks for the great help quickly! BTW, could I use a variable as called "$Var" to determine it whole string on my specific item not a Array? $Var = $aSubKey[$aSubKey[0]] Thank you very much!
  2. ; My source below Local $sSubKey = "" For $i = 1 To 1 $sSubKey = RegEnumKey("HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}", $i) If @error Then ExitLoop $Var = ("HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\" & $sSubkey) Next ;.................................................................................................................................................................................................................................... but question is how to identify the folder such the folder will have "0000" and "0001"...with "properties"...I just only want to check last maybe called as "0009" and bypass "Properties" Could someone help me to show me how to do ? thanks!
×
×
  • Create New...