Can "Simple TCP/IP Service" be disable?

  • Thread starter Thread starter Stuart
  • Start date Start date
S

Stuart

Hi:

I am trying to disable the "Simple TCP/IP Service" using
the "net stop" command. I can see this service when typing
net stop. However, when I type:

net stop "Simple TCP/IP Service"

This command complains service not found or something to
that effect. Is there an acronym that I should be using
instead of the full name for Simple TCP/IP Service? Or can
this service be disable and enable at all?

Thanks,
Stuart
 
Simple TCP/IP Services can be uninstalled through the Add/ Remove Programs >
Add / Remove Windows Components > Networking Services

The following will stop the service

Net Stop "Simple TCP/IP Services"

Net Stop SimpTCP

The service name is able to be found in the Services MMC > Simple TCP/IP
Services > Properties
 
Se the other post for the correct name. Remember though that "net stop" will
only stop the service - not disable it, so that upon next reboot, it will
start again if set to automatic.


Arild
 
Back
Top