We usually use task manager to check the running process or application on windows system. We can simply run it on command line by
taskmgr
There is another way can check it instead of launching task manager on command line like beow
tasklist /v
Above is useful if you need to check its process list remotely.