Results 1 to 10 of 13

Thread: a_squared question

Hybrid View

  1. #1
    Juarez Guest

    Re: a_squared question

    On 08/04/2010 6:10 PM, David H. Lipman wrote:

    > You can run the following command lines to stop and remove the service.
    >
    > sc stop "a2antimalware"
    > sc delete "a2antimalware"
    >
    >


    What does 'sc' mean? I've always used 'net stop' to stop a service from
    running and 'net start' to start it running again.
    Example; net stop "Messenger" /Y
    net start "Messenger" /Y



  2. #2
    Paul_Jones Guest

    Re: a_squared question

    On Fri, 09 Apr 2010 10:42:37 -0700, Juarez <jua@rez.invalid> wrote:

    >On 08/04/2010 6:10 PM, David H. Lipman wrote:
    >
    >> You can run the following command lines to stop and remove the service.
    >>
    >> sc stop "a2antimalware"
    >> sc delete "a2antimalware"
    >>
    >>

    >
    >What does 'sc' mean? I've always used 'net stop' to stop a service from
    >running and 'net start' to start it running again.
    >Example; net stop "Messenger" /Y
    > net start "Messenger" /Y
    >


    service controller

  3. #3
    Paul_Jones Guest

    Re: a_squared question

    On Fri, 09 Apr 2010 19:13:34 +0100, Paul_Jones
    <Paul_Jones@news-only.invalid> wrote:

    >On Fri, 09 Apr 2010 10:42:37 -0700, Juarez <jua@rez.invalid> wrote:
    >
    >>On 08/04/2010 6:10 PM, David H. Lipman wrote:
    >>
    >>> You can run the following command lines to stop and remove the service.
    >>>
    >>> sc stop "a2antimalware"
    >>> sc delete "a2antimalware"
    >>>
    >>>

    >>
    >>What does 'sc' mean? I've always used 'net stop' to stop a service from
    >>running and 'net start' to start it running again.
    >>Example; net stop "Messenger" /Y
    >> net start "Messenger" /Y
    >>

    >
    >service controller


    http://cbfive.com/blog/post/Command-...T-v-SC%29.aspx

    I am sure there are Microsoft sites on technet that explain it just as
    well.

  4. #4
    David H. Lipman Guest

    Re: a_squared question

    From: "Juarez" <jua@rez.invalid>

    | On 08/04/2010 6:10 PM, David H. Lipman wrote:

    >> You can run the following command lines to stop and remove the service.


    >> sc stop "a2antimalware"
    >> sc delete "a2antimalware"




    | What does 'sc' mean? I've always used 'net stop' to stop a service from
    | running and 'net start' to start it running again.
    | Example; net stop "Messenger" /Y
    | net start "Messenger" /Y


    SC.EXE does more extensve work with NT Services. NET.EXE can only stop or start a
    service. It can't change the configuration or delete a service.


    --
    Dave
    http://www.claymania.com/removal-trojan-adware.html
    Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp



  5. #5
    Juarez Guest

    Re: a_squared question

    On 09/04/2010 1:22 PM, David H. Lipman wrote:

    > SC.EXE does more extensve work with NT Services. NET.EXE can only stop or start a
    > service. It can't change the configuration or delete a service.
    >
    >

    Thanks, now I know what to do the next time some app that installs a
    service doesn't uninstall cleanly and want the service removed that was
    left behind. I create .bat files for services that I don't want or need
    running all the time because I have a couple of them that think they
    should be loaded all the time when there is no need for it. I have this
    game called ARCA and it loads a DRM service into memory all the time and
    I hardly ever run the game so use net stop/start to load/unload when I
    need it only.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •