Jump to content

How to End task/Kill Process?


Chris Lee

Recommended Posts

I have this problem where after I install XP unattendly, Windows Messenger (msmsgs) logs me in. I would like to have a batch/runonce registry to kill it on startup, is there any programs that can do this for me?

(I haven't been to this forum for a long long time, so I forgot most of the methods)

On XP SP2

Thanks for your time.

Link to comment
Share on other sites


Another option is to use 'pskill' by Sysinternals, which is available here.

Not only can you terminate processes locally by either Process ID or Name, but you can also terminate processes running on other machines, provided you have access to them of course :P.

Link to comment
Share on other sites

Do you want to just stop MSN Messenger from running or eliminate it complete? If you want to eliminate it (like I always do), use this batch file:

RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove

Bingo, no more MSN Messenger to bug you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...