Windows 7 Forums


Windows 7: Program to automatically close and open other programs?

22 Feb 2010   #1

Win 7 Home Premium (OEM) - Install date: 02-2010
 
 
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 System SpecsSystem Spec

22 Feb 2010   #2

Windows 7 Ultimate 32bit
Ohio, US
 
 

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 System SpecsSystem Spec
22 Feb 2010   #3

Windows 7
 
 

Quote   Quote: Originally Posted by thx1139 View Post
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 System SpecsSystem Spec
.


22 Feb 2010   #4

Windows 7 x64 Ultimate
A Finnish immigrant in Leipzig, Germany
 
 

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 System SpecsSystem Spec
22 Feb 2010   #5

Windows 7 Ultimate 32bit
Ohio, US
 
 

^ That works too. xD
I just feel in a coding mood.. Probably need to go work on my project.
My System SpecsSystem Spec
04 Jan 2011   #6

Win 7 Home Premium (OEM) - Install date: 02-2010
 
 

At some point I found that GameBooster is perfect for the above.
My System SpecsSystem Spec
Reply

 Program to automatically close and open other programs? problems?



Thread Tools



Similar help and support threads for: Program to automatically close and open other programs?
Thread Forum
Is normal start menu close automatically after 1 min? General Discussion
Programs in Program Guide no longer open (they used to) Media Center
Close programs to prevent... BSOD Help and Support
Program to open programs.... Software
Method to open and close programs at a specific time? Software


All times are GMT -5. The time now is 10:17 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

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
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32