I am trying to write a script in windows command prompt (windows 8), to find out the directory location of services running. For example
net start // gives all the running services. I want to know the location of those services
Help required!
I am trying to write a script in windows command prompt (windows 8), to find out the directory location of services running. For example
net start // gives all the running services. I want to know the location of those services
Help required!
Copyright © 2021 Jogjafile Inc.
The following command is using PowerShell in order to display what you want:
Just copy and paste it into a "cmd" window.
It will display you the service name, the display name, the state and the path to the executable.