Jump to content

shutting down applications


codeblue

Recommended Posts

I want to write a batch file to shut down and delete MSN Messenger. I know how to delete the applicable files but am unsure how to close Messenger.

In My Unattended XPCD i use TaskKill but this is a seperate program. I need to close messenger without using any other programs.??

Link to comment
Share on other sites


I work as a IT trainer with about 30 pre installed machines in 2 locations. These machines are used by kids who are on 8 week courses. So im looking to create a simple routeen to delete MSN messenger without installing or dropping in any new software.

Link to comment
Share on other sites

  • 2 weeks later...

u could put an entry in the answer file:

[Components]

msnexplr=Off

and u can even disable the messenger seervice via registry

;Messenger

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]

"Start"=dword:00000004

deleting it the usual fashion way would result in an error message at startup i think -- u might want to consider that

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...