shut down background

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TLB123

    #1

    shut down background

    Is there anyway to quickly shut down stuff running in the background...it is getting to be annoying to shut everything down before I want to jump on a server and die.
    I tried to sign in as a differnt user (XP) and have nothing but the min starting up, but then it applies the same settings to all the other accounts.
    Thanks for any help
  • camper.
    Member
    • Dec 2006
    • 3459

    #2
    Make a batch file of all the processes you want killed off and use pskill from sysinternals. You could also use VBScript to filter the process list, kill off all processes not on a predefined list and start BF2.

    Comment

    • TLB123

      #3
      ok...you computer knowledge is way better than mine...found pskill but have no idea how to use it!!!

      Comment

      • camper.
        Member
        • Dec 2006
        • 3459

        #4
        Pretty simple.

        pskill program.exe

        All there is to it :)

        Comment

        Working...