Search results for query: *

  • Users: andresleon
  • Content: Threads
  • Order by date
  1. A

    Best method to kill a thread

    Hello All, I have a windows service that creates and starts a separate thread to perform a WMI query to a remote computer. I must perform this query to several dozen computers to determine the status of each station (available for use, in use (somepne logged on), or down/powered off) This is...
  2. A

    stop or kill connection attempt after specified period of time

    hi, i am trying to connect to a remote machine to find out if anyone's logged in to it using wmi's ManagementObjectSearcher object. I am successful in establishing the connection and getting the information i need from machines that are up and running. However, when i try to access a machine...
  3. A

    error using wmi to access username on remote machine

    i am trying to get the username from a user logged in to a remote machine. I am trying to use wmi to obtain such info in the following sub: PrivateSub btnGetUserName_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) _ Handles btnGetUserName.Click Dim objWMIService As...
Back
Top