quadriplegicjon said:
cool thanks. any other bullshit services i can disable?
off the top of my head:
wireless zero configuration: if you DONT have a wireless network or wireless card in your computer, disable this one.
messenger: this one is not used outside of a networked environment and was the source of many annoying spam popups a few years back. disable it unless you do NET SEND to other computers on your network
windows firewall/ICS: if you DONT use windows firewall or Internet Connection Sharing, disable it
if you look in the processes tab in task manager and are wondering what all of those svchost.exe things are do this.
click start - hit run - type in: cmd
click ok - type in: tasklist /svc
this should give you the same processes list but should also tell you what those svchost.exes are doing.
go back into your task manager and click the View menu and then click on Select Columns.
click the box for PID (Process Identifier). This should now give you a column that has the PID for each process running. Now you can kill those processes that wont be killed in task manager by using the command line tool called taskkill. to do this:
click start - hit run - type in: cmd
click ok - type in: taskkill /pid <type in the PID of the process you want to kill>