Help for this page

Select Code to Download


  1. or download this
    $list = "net use \\\\$Machine $password /USER:$domain\\$user";
    system ("$list");
    
  2. or download this
    $regKey = $Registry->Connect( $Machine, $target, { Access=>KEY_READ } );