|
-
Dec 25th, 2004, 12:45 PM
#1
Thread Starter
Banned
Stop a process - 1 line of code
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|