Something simple like this might be enough to give you the computer you need to check with a admin script...

 Code:
$log="\\server\share\log.ini"
for each $file in dirplus("C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup","/f bat")
  if instr($file,"Drive")
    ? $file 
    ;del $file
    if exist($file)
      $RC=writeprofilestring($log,"PCs",@wksta,$file)
    endif
  endif
next