Hi,
I want to close application open in RDS. How can I achieve this? Please sugget solution.
Thanks,
Saili
Hi,
I want to close application open in RDS. How can I achieve this? Please sugget solution.
Thanks,
Saili
As I am passing application exe to taskkill in cmd it’s giving error process exe not found
Hello @saili
Try to use " taskkill /IM “notepad.exe” /F "
This should work for you, let me know if it didn’t
@Saili - you can try
1 - Using Kill Process and pass your relative application as a input (like - chrome/excel)
2 - Write your own command .bat file and use start process activity