J
J
Joger0112019-03-25 17:13:25
PowerShell
Joger011, 2019-03-25 17:13:25

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

1 answer(s)
K
Konstantin Tsvetkov, 2019-03-25
@tsklab

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 question

Ask a Question

731 491 924 answers to any question