Hi,

Here's how you can stop a running process with 1 line of code:

NET STOP <ServiceName>


Example:
shell "NET STOP messenger"

This example turns off that annoying messenger service.
You can see a list of services in: Control Panel>Administrative tools>Services