Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

sc stop

# Type the following command to view a list of all the services
Get-Service
# Type the following command to stop a service
Stop-Service [servicename]
Source by www.windowscentral.com #
 
PREVIOUS NEXT
Tagged: #sc #stop
ADD COMMENT
Topic
Name
6+4 =