Author Topic: How do I recognize unnecessary background programs?  (Read 436 times)

Offline Atoon

  • Parolee
  • Nickel Member
  • ***
  • Posts: 566
How do I recognize unnecessary background programs?
« on: December 15, 2006, 08:59:09 PM »
I have 38 processes running and I know I need to trim that down. Is there some registry of vital & non-vital programs?
Thanx for addressing the signature issue FAIRLY, I am morally aloud to patronize your business again. I am Anton & Uknome, Current game-ID Anton1.   *-Brown Nosers STINK!-*

Offline Roscoroo

  • Plutonium Member
  • *******
  • Posts: 8424
      • http://www.roscoroo.com/
How do I recognize unnecessary background programs?
« Reply #1 on: December 15, 2006, 10:40:40 PM »
this can tell you what most tasks do ...

http://www.answersthatwork.com/Tasklist_pages/tasklist.htm

id guess about 15 or so are unneeded processes.

you can get Hijack this  and post up its log file  here and we'll take a look at it for ya .

becarefull deleating anything using hijack this until ya know whats what ... it is the most hard core you can get  for killing spyware,adware,and even virous's that you cant remove with an AV program.
Roscoroo ,
"Of course at Uncle Teds restaurant , you have the option to shoot them yourself"  Ted Nugent
(=Ghosts=Scenariroo's  Patch donation

Offline Balsy

  • Nickel Member
  • ***
  • Posts: 717
Re: How do I recognize unnecessary background programs?
« Reply #2 on: December 16, 2006, 05:56:38 AM »
Quote
Originally posted by Atoon
I have 38 processes running and I know I need to trim that down. Is there some registry of vital & non-vital programs?


do a BB search on "hardware profile". There is a way to setup a profile at "boot" just for aces high.

My profile has 13 processes running, and zero startup programs.

It makes a WORLD of difference.

Balsy

Offline Ghosth

  • AH Training Corps (retired)
  • Plutonium Member
  • *******
  • Posts: 8497
      • http://332nd.org
How do I recognize unnecessary background programs?
« Reply #3 on: December 16, 2006, 08:22:00 AM »
Currently running 23 with everything up. I could cut that to 18 by shutting down my AVG antivirus & skype.

Current list of processes

Taskmgr
avgamsvr
Skype
avgemc
avgcc
explorer
avgupsvc
Firefox
spoolsv
svchost (x 4) Anyone know why I need 4 of those suckers?
ksass
services
winlogon
alg
csrss
smss
devldr32
system
system idle processes

dunno if that will help or not but there ya are.

Offline ramzey

  • Gold Member
  • *****
  • Posts: 3223
How do I recognize unnecessary background programs?
« Reply #4 on: December 16, 2006, 09:53:00 AM »
i have 53 and still running smooooooooooooooooth ;)

Offline Rolex

  • AH Training Corps
  • Gold Member
  • *****
  • Posts: 3285
How do I recognize unnecessary background programs?
« Reply #5 on: December 16, 2006, 04:35:04 PM »
You can also download this: FSAutostart - Right click and save

See what is running, take the recommended action on each and select the AH.exe file. It will shut down the processes, start Aces High, then restart the processes after you quit the game.

Offline Atoon

  • Parolee
  • Nickel Member
  • ***
  • Posts: 566
How do I recognize unnecessary background programs?
« Reply #6 on: December 17, 2006, 09:14:44 PM »
GREAT! Thanx for the info guys.
Thanx for addressing the signature issue FAIRLY, I am morally aloud to patronize your business again. I am Anton & Uknome, Current game-ID Anton1.   *-Brown Nosers STINK!-*

Offline straffo

  • Persona Non Grata
  • Plutonium Member
  • *******
  • Posts: 10029
How do I recognize unnecessary background programs?
« Reply #7 on: December 18, 2006, 03:13:47 AM »
Quote
Originally posted by Ghosth
Currently running 23 with everything up. I could cut that to 18 by shutting down my AVG antivirus & skype.

Current list of processes

Taskmgr
avgamsvr
Skype
avgemc
avgcc
explorer
avgupsvc
Firefox
spoolsv
svchost (x 4) Anyone know why I need 4 of those suckers?
ksass
services
winlogon
alg
csrss
smss
devldr32
system
system idle processes

dunno if that will help or not but there ya are.


svchost "host" services not having an associated executable (ence the name) being DLL based.

A Win32 service is equivalent to a Unix daemon (a program running in background providing functionality )  

Now what is the difference between a user application and a service ... (short version).
A service run without having to log on to the computer (in fact it log but on a special account,not a user account).
It still run after the user as log off.
A service has few entry point usualy 3 : start ,stop and run.
each one (and especially run) should execute fast or windows will consider the service as hanged.
« Last Edit: December 18, 2006, 03:54:57 AM by straffo »

Offline Ghosth

  • AH Training Corps (retired)
  • Plutonium Member
  • *******
  • Posts: 8497
      • http://332nd.org
How do I recognize unnecessary background programs?
« Reply #8 on: December 18, 2006, 08:30:12 AM »
TY Straffo Sir