Processes in windows command prompt

In Windows, process and task are same things. You can get the list of all processes running in the system by using “tasklist” command. To view the modules loaded by each process, you can use below command.
 
tasklist /m

To view the service name associated with process, you can use below command.
 
tasklist /svc

Web development and Automation testing

solutions delivered!!