Force stop all process that contain a specific word

This is a PowerShell command that stops with Force all the process that contain a specific word.
for example if you want to stop all the runing process of edge you type edge in the popup box.

###
get-process | where-object name -like "*~process*" | stop-process -Force
###


To download the command click here.
Once downlod complete, import it throw the import option in the Custom command section.

For any additional information, please contact support@eprocsolutions.com