Leandro Martins wrote:
I have start install deployments to my environment but it was a mistake.
Is there way to stop that deployments one time is running ?
In my case it was Adobe for all computers...
You'd have to kill the process on each machine individually. You could write a script to do a taskkill or pskill, then push it out, but LS won't work, since it needs to finish the one that's already been deployed first.
Depending on what stage the deployment is in, you could restart he LS service on the server(s) and that may stop the ones that haven't kicked off yet