Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
        print "$val\n";
    }
    exit;
    
  2. or download this
    Const HKEY_LOCAL_MACHINE = &H80000002
    strComputer = "."
    ...
    For Each strValue in arrEntryNames
        Wscript.Echo strValue
    Next