Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
         '/ServiceName' => '{8BAA28BF-8565-43BE-81C0-E7BBD94187D3}',
         '/Description' => 'Intel(R) PRO/1000 PL Network Connection'
    }, 'Win32::TieRegistry' );
    
  2. or download this
    $VAR1 = {
              'DeviceID' => '2',
    ...
              'AdapterType' => 'Ethernet 802.3',
              'Name' => 'Intel(R) PRO/Wireless 3945ABG Network Connection'
            };
    
  3. or download this
    use strict;
    
    ...
    
    my $key=$Registry->Open($dev, { Access => "KEY_READ", Delimiter => "/"
    + } );
    print Dumper($key);
    
  4. or download this
    wmic nicconfig list /format:value