Quote:
A question. If you have powershell installed, is there a way of using it to kill a rouge app. (like kill xxxx)??
Alrite Got this frm
HERE
They say :
You can stop all instances of XXXX by using this command:
Quote:
Stop-Process -processname XXXX
OR
If you know the Process ID
Where **** is the process ID of XXXX
If you try it Post here how it goes