Answers for "start and stop service using cmd in windows"

0

windows start stop service

sc stop "SERVICE-NAME"
sc start "SERVICE-NAME"
Posted by: Guest on September-30-2021

Code answers related to "start and stop service using cmd in windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language