Answers for "how to check the services running in windows command"

1

get windows service name cmd

sc queryex type= service state= all | find /i "keyword"
Posted by: Guest on July-16-2020

Code answers related to "how to check the services running in windows command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language