Using kill process activity to close all word documents. ProcessName?

I am using kill process activity to close all word documents at the end of the bot execution. What is the processName to use?

WINWORD

Go to Task Manager then Processes - it is generally the Image Name minus the extension.

1 Like

Hi
we can mention as “WINWORD” in the processname property of kill process activity
usually to find the processname go to Start → type as task manager → there in Process tab we can find the application .exe file name
get the application name alone without .exe and mention that in ProcessName in kill process

Cheers @Mahalakshmi