Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AndrewArgus

    WMI Service won't Start

    HI. I am having an issue that was reported earlier, but no solution given. The WMI Service won't start. Getting: "Error 1053: The service did not respond to the start or control request in a timely fashion." This comes up very quickly. There is a timeout (default of 90000 milliseconds) that...
  2. AndrewArgus

    The Service did not respond to the start or control request in a timely fashion - Error 0x8007041d

    I am getting this error from a call within my code: string queryStr = "Select Name,PathName,StartMode from Win32_Service Where Name='ArgusService2'"; System.Management.ObjectQuery oQuery = new ObjectQuery(queryStr); System.Management.ManagementObjectSearcher oSearcher = new...
  3. AndrewArgus

    The Service did not respond to the start or control request in a timely fashion - Error 0x8007041d

    I am getting this error from a call within my code: string queryStr = "Select Name,PathName,StartMode from Win32_Service Where Name='ArgusService2'"; System.Management.ObjectQuery oQuery = new ObjectQuery(queryStr)...

Part and Inventory Search

Back
Top