2676
General Software Discussion / Re: Desactivated services and irregular things
« Last post by Contro on February 26, 2013, 03:26 PM »
A good portable RSS reader ?
Can i use TB for that purpose ?
Best Regards 4wd
Black Viper's site is what I've used since XP to determine what services I can safely disable.
While YMMV, I've yet to have anything I've disabled due to his info cause any problem on my computers but you do need to know what role your machine has before you go fiddling with them.
And naturally make a backup before you start fiddling.-4wd (February 25, 2013, 10:28 PM)
Oh my God. i have to take a look-Contro (February 26, 2013, 07:50 AM)
not sure if that's positive or negative
"you do need to know what role your machine has before you go fiddling with them" <= is important. If the role of the machine changes, you may have to re-enable services. So, if you do change things, keep a good record of what you change!-tomos (February 26, 2013, 08:02 AM)
Black Viper's site is what I've used since XP to determine what services I can safely disable.
While YMMV, I've yet to have anything I've disabled due to his info cause any problem on my computers but you do need to know what role your machine has before you go fiddling with them.
And naturally make a backup before you start fiddling.-4wd (February 25, 2013, 10:28 PM)
You may be talking about something like Fix-it Utilities. It will automatically disable (if you choose) a bunch of background task and services, plus give you the choice of adding others to the list. It will set itself to run on every boot-up, but you can remove it from auto-starting.-Tinman57 (February 25, 2013, 08:15 PM)
I think what Contro wants is an application that automatically tells him which services are un-necessary and disables them. I don't think such an app exists because each person/computer has different needs. Contro, there are many guides on the internet that describe what you want to do. However, you're going to have to be the one that decides whether or not to turn off a given service.
https://www.google.c...ary+windows+services-skwire (February 25, 2013, 10:56 AM)
If you want to check upon a service in irregular intervals and decide to restart it if it's not running, then you can use NirSoft's ServiWin. Run it when you need to do a check, and restart the service that was stopped or paused.
If you need a service (or application) to stay up and running 99.99% of the time, then use KeepUpApp. It will (re)start the service or application, and optionally un-pause a service that gets paused, if you set the corresponding checkbox.
KeepUpApp is not for beginners or computer-illiterates, they usually won't need the functions provided by KeepUpApp.-Ath (February 24, 2013, 01:38 PM)
Or Super Simple Photo Resizer, has it in the right click menu.Installed too.
https://www.donation...ex.php?topic=32913.0-cmpm (February 23, 2013, 12:29 PM)
How about?
http://imageresizer.codeplex.com/-rgdot (February 23, 2013, 12:10 PM)
Code: AutoIt [Select]
#Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_UseUpx=n #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** ;$inclip = "***CONTRO*** February 28, 2010 at 5:18am" ;$inclip = '01.02.2010.05.18' While 1 Local $hour = StringLeft(StringRight($temp, 7), StringInStr(StringRight($temp, 7), ':') - 1) + (12 * (StringRight(StringRight($temp, 7), 2) = 'pm')) Return StringRegExpReplace($temp, '.+\b.\d+, (\d{4}).+:(\d{2}).*', StringFormat('%02s', StringRegExpReplace(StringMid($temp, StringInStr($temp, ' ') + 1, 2), '([,\s])', '')) & '_' & StringFormat('%02s', Int(StringInStr('JanFebMarAprMayJunJulAugSepOctNovDec', StringLeft($temp, 3), 1) / 3) + 1) & '_\1 , ' & $hour & '_\2')-4wd (January 13, 2013, 04:58 AM)
If you have an app or program running that also uses this hotkey combo, there will be a conflict and it won't work.
The only software that I know of that does some of the things you want is WinPatrol. They have a free and a pro version, but you'll have to read to find out the difference between the two.
http://www.winpatrol.com-Tinman57 (January 12, 2013, 07:34 PM)