The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Shutdown Windows Processes - Automated Program?

    Discussion in 'Gaming (Software and Graphics Cards)' started by HTWingNut, Sep 12, 2007.

  1. HTWingNut

    HTWingNut Potato

    Reputations:
    21,580
    Messages:
    35,370
    Likes Received:
    9,878
    Trophy Points:
    931
    I was reading either a PC or gaming mag that had a suggested utility that would shut down windows processes and programs that you select when running a game, and would start them up again when that program quit. This is obviously useful for gaming since you want all the system resources you can muster, especially on a laptop.

    It was freeware, and sounded pretty useful, but of course can't remember where I read it nor can I recall the name of the program.

    Does this sound familiar to anyone or is there a program you can recommend?

    Thanks...
     
  2. Les

    Les Not associated with NotebookReview in any way

    Reputations:
    4,706
    Messages:
    5,391
    Likes Received:
    1
    Trophy Points:
    0
    You can check out my tweaks if you like..There is a tweak for that.
     
  3. dicecca112

    dicecca112 Notebook Consultant

    Reputations:
    44
    Messages:
    236
    Likes Received:
    0
    Trophy Points:
    30
    create 2 .bat files

    The Stop file should follow this format

    NET STOP "Process Name"

    The Start File should follow this format

    NET START "Process Name"

    example if I want to stop Print Spooler

    NET STOP "Print Spooler"
     
  4. HTWingNut

    HTWingNut Potato

    Reputations:
    21,580
    Messages:
    35,370
    Likes Received:
    9,878
    Trophy Points:
    931
    I was hoping for something a little more automated. I toyed with something a ways back, but can't recall. Real easy as it showed the running processes and programs and even a description if it had it in its database. You just clicked on the ones you wanted closed, and it created a shortcut, so that when you ran one of the programs that you added to it, it would shut down the processes you programmed it to.
     
  5. HTWingNut

    HTWingNut Potato

    Reputations:
    21,580
    Messages:
    35,370
    Likes Received:
    9,878
    Trophy Points:
    931
    Did you mean "NET START" ?
     
  6. dicecca112

    dicecca112 Notebook Consultant

    Reputations:
    44
    Messages:
    236
    Likes Received:
    0
    Trophy Points:
    30
    Yup, shouldn't be programming in OpenGL, MIPS and surfing at the same time. Thanks for that catch