Answer the question
In order to leave comments, you need to log in
How do I search for Calculator executable processes?
Using PowerShell, search for Calculator executable processes, and require it to be terminated, otherwise terminate it with a delay of 60 seconds, and launch the Paint graphics editor
Answer the question
In order to leave comments, you need to log in
Console.
Find tasklist.exe /FI "IMAGENAME eq Calculator.exe"
.
Termination signal taskkill.exe /FI "IMAGENAME eq Calculator.exe"
.
Force terminationtaskkill.exe /FI "IMAGENAME eq Calculator.exe" /F
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question