Cant open the task manager

I want to open a Task manager check a particular application is running if it is i want end the process without using system function

Try using Get Process Activity and perform a For Loop inside that use If Condition with Kill Process activity.

Regards,
AK

yes sir but its a system function without using that i want to open a task manager my window shhould show the operation

Any specific purpose? Since you can achieve the same by system activities.

Regards,
AK

no special condtion This workflow is a Replica of another software…it for the purpose show this workflow works

thanks @AnandKumar26

I would highly recommend following @AnandKumar26’s advice and use get process which is essentially instant.

However if you absolutely need to use task manager itself, use a start process activity and provide the following path in the FileName property: “C:\WINDOWS\system32\taskmgr.exe”