Help for this page

Select Code to Download


  1. or download this
    $ver=$Registry->{"//$_/HKEY_LOCAL_MACHINE/Software/Network Associates/
    +TVD/NetShield NT/CurrentVersion//szProductVer"}
    
  2. or download this
    $key = $Registry->Connect("$computer","LMachine/Software/Network Assoc
    +iates/TVD/NetShield NT/CurrentVersion" {Access=>KEY_READ} ) )
    
    $ver = $key->GetValue("szProductVer")