Results 1 to 4 of 4

Thread: Service still active at startup

  1. #1
    Join Date
    Aug 2009
    Posts
    59

    Service still active at startup

    I want to run continuous bodies of Iperf in server mode on ordinary Windows (probably Win NT, XP (Pro or not) or Server ...).

    This program can be started as a Win service (command iperf -s -D).

    I would like to ensure that this service starts automatically running every reboot. I have tested under Windows XP and unfortunately, it is inactive after reboot (but of course this in the list of services of msconfig).

    My knowledge of Windows are really not at all sharp, and I would find a way to do that which is:
    - Simple
    - Automated if possible (with a script, or install it if it is not too complicated)
    - And especially works on different versions of Windows (something robust).

    Is this possible?

  2. #2
    Join Date
    May 2008
    Posts
    681

    Re: Service still active at startup

    but of course this in the list of services of msconfig
    this is not the list of services but the process! To access the list of services, you must use the command:
    Code:
    services.msc
    And normally you can configure the startup as you want, whether it is a "service".

    Regarding the solution code, you can make a small simple script:
    Code:
    iperf -s -D
    in a file that you need to rename to iperf.bat and place it in the folder:

    Start -> All programs -> Startup

  3. #3
    Join Date
    Aug 2009
    Posts
    59

    Re: Service still active at startup

    Thank you very much!

    Start -> All programs -> Startup
    But your recommendation for automatic switching does not work with all versions. Precisely where it gets complicated. I know he can handle this using the Windows API, but its a task too complex for my needs I think.

    If that has another solution not dependent on the version of Windows/language, it would be great!

  4. #4
    Join Date
    May 2008
    Posts
    1,020

    Re: Service still active at startup

    So here is the General manipulation to activate a service in Windows XP:

    Code:
    services.msc
    => see if your application is in the list.

    If yes, double click on it, start there and select startup type to "Automatic".
    Validate everything and then close everything.

    To check if Windows has taken into account your manipulation, run the command:

    Code:
    msconfig
    Look at the "Services" tab and see if your application is part of the list.

    I'm not sure if it will work, I do not know enough about how Windows manages services.

Similar Threads

  1. Replies: 4
    Last Post: 04-03-2015, 12:08 AM
  2. Replies: 2
    Last Post: 30-12-2012, 11:46 AM
  3. The Active Directory Domain Service is currently unavailable
    By Gotbier in forum Windows Vista Network
    Replies: 13
    Last Post: 08-05-2012, 11:19 AM
  4. Vista won't startup after installing service pack 1
    By Shabaku in forum Operating Systems
    Replies: 3
    Last Post: 03-04-2009, 09:30 AM
  5. DishTV launch Bhakti Active service
    By Aadi in forum India BroadBand
    Replies: 0
    Last Post: 23-10-2008, 06:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,549,152.78851 seconds with 16 queries