Results 1 to 2 of 2

Thread: Close Explorer.exe

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Toronto, Ontario, Canada
    Posts
    275

    Close Explorer.exe

    Hey,

    I'm writing a app and I need to close explorer.exe. How could I do this in Windows XP?

  2. #2
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    I vaguely recall that the basic way to do it is a) locate the PID from the process list and b) send the PID the kill command, although I'm sure there are lots of other ways.

    Here's a sample that is included with the docs:
    ms-help://MS.VSCC/MS.MSDNVS/vbref/html/vbsamwindowsformsprocesscontrollersample.htm

    It has about everything you may want to know about process control (network and local). Hope it helps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width