Program to automatically close and open other programs?


  1. Posts : 110
    Win 7 Home Premium (OEM) - Install date: 02-2010
       #1

    Program to automatically close and open other programs?


    When I'm running on battery power, I'd like to be able to close certain programs to save power (e.g. that send a smile/frown thing for MS Office 2010 beta, Skype, MSN, my dictionary program etc), but instead of closing them one by one, which is a bit of a kerfuffle, I'd like to able to do it with a single click. Does anyone know of a way that I can assign particular programs and services to be closed and later restarted with just a couple of clicks?
      My Computer


  2. Posts : 799
    Windows 8 Pro 64-bit
       #2

    Well, give me some time and the list of programs that you would want to close (all of them and any that you might get later ), I could script one for you.
      My Computer


  3. Posts : 113
    Windows 7
       #3

    thx1139 said:
    When I'm running on battery power, I'd like to be able to close certain programs to save power (e.g. that send a smile/frown thing for MS Office 2010 beta, Skype, MSN, my dictionary program etc), but instead of closing them one by one, which is a bit of a kerfuffle, I'd like to able to do it with a single click. Does anyone know of a way that I can assign particular programs and services to be closed and later restarted with just a couple of clicks?
    the smile / frown program can simple be uninstalled by going to programs and features in control panel. it will not uninstall office 2010.
      My Computer


  4. Posts : 17,545
    Windows 10 Pro x64 EN-GB
       #4

    You could quite easily write your own batch file to do that. Use 'taskkill' command to stop processes you want.

    This example closes down the gadgets and Skype:

    Code:
    taskkill /F /IM sidebar.exe
    taskkill /F /IM skype.exe
    Save on desktop as a batch (.bat), run when you need it.

    Kari
      My Computer


  5. Posts : 799
    Windows 8 Pro 64-bit
       #5

    ^ That works too. xD
    I just feel in a coding mood.. Probably need to go work on my project.
      My Computer


  6. Posts : 110
    Win 7 Home Premium (OEM) - Install date: 02-2010
    Thread Starter
       #6

    At some point I found that GameBooster is perfect for the above.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:26.
Find Us