OK, feeling bored so elaborated a tad. Here's what I meant about AScan().
Code:
Break On
Dim $BaseKey, $Key, $Value
$BaseKey = 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces'
For each $Key in ArrayEnumKey($BaseKey)
If AScan(ArrayEnumValue($BaseKey+'\'+$Key),'MTU')<>-1
'Value ['+ReadValue($BaseKey+'\'+$Key,'MTU')+'] in Key ['+$Key+']' ?
EndIf
Next


Don't forget to grab the UDFs.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.