How to kill the excel process which is running by current user

Hey @db00465949
IN VDI you can use powershell command :slight_smile: check below existing threads for more info.

It is possible to kill a process running on a remote computer with taskkill. Just run the following to kill notepad.exe on a remote computer called AkshSystem

taskkill /S AkshSystem /U RemoteAccountName /P RemoteAccountPassword /IM notepad.exe /F

Check out this existing thread - https://forum.uipath.com/t/print-all-processes/13919/11
A whole thread Discsussion :-print-all-processes

Regards…!!
Aksh

1 Like