" start= disabled C:\> sc stop "" C:\> wmic service where name='' call ChangeStartmode Disabled"> " start= disabled C:\> sc stop "" C:\> wmic service where name='' call ChangeStartmode Disabled"> " start= disabled C:\> sc stop "" C:\> wmic service where name='' call ChangeStartmode Disabled">
C:\\> sc query
C:\\> sc config "<SERVICE NAME>" start= disabled
C:\\> sc stop "<SERVICE NAME>"
C:\\> wmic service where name='<SERVICE NAME>' call ChangeStartmode Disabled