No actions for controlling Services?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Martin_SBT
    Forum Member
    • Jun 2002
    • 173

    No actions for controlling Services?

    eh

    its been a while since my last post, lotsa work going on!
    I have to built a little app that will control service, meaning Stopping, Starting and changing the Starup Type of services (Automatic, Disable,Manual...). Was looking at my tool box and said eh!, lets use AMS5. I was dissapointed to see there was nothing for this specific need! There are no actions at all for controlling services!

    So i told myself, well SUF7 should do it! But looks like i cannot change the startup type of an existing windows services (not available in the choices of actions for services.

    DO i give up using my IR tools or did i miss something?

    thanks in advance for any help

    Martin
  • Stefan_M
    Indigo Rose Customer
    • Nov 2003
    • 315

    #2
    You can simply modify the Registry entries

    Keyname:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\'YourServiceName'
    To change autostarttype:

    Start, REG_DWORD
    2 Automatic
    3 manuell

    To control services use the commandline program NET
    NET START [servicename] or NET STOP [servicename]


    Stefan_M
    "With a rubber duck, one's never alone."

    Douglas Adams, The Hitchhiker's Guide to the Galaxy

    Comment

    • Intrigued
      Indigo Rose Customer
      • Dec 2003
      • 6138

      #3
      Cool!

      Now, I can take care of the Sasser vulerability through AMS!

      :yes
      Intrigued

      Comment

      Working...
      X