I'm on a laptop and there are lots of reasons to trim unnecessary processes.
These include
- * User Startups
- * System Services
User startups are frequently created when software is installed and are found in the
%userprofile%\start menu\programs\startup folder.
Everything there will be a shortcut to the location where the program was installed. If you remove a specific shortcut, then that program will not start when that user logs onto the system.
(hint: you can also add .inactive as a suffix and keep the the file for latter reuse)
Win/XP users:
%userprofile% is the c:\documents and users\
location where every logon ID is found as a folder name. One will be there for evey user of the system and the common area is named All Users
Vista & Win/7:
%userprofile% on these systems is c:\users\
Other than the directory names, the process of removal is identical with Win/XP
Frequently, a program installer will place a shortcut in the \
All Users\start menu\programs\startup folder - -
be sure to at least investigate for any there.
System Startups are primarily in the Services (some in the registry).
From an ADMIN login, get a Command Prompt and enter SERVICES.MSC
First thing you can do is to disable UPDATE type services,
eg: Google Update, JUSCHED,
by changing the Startup Type to DISABLE
Some others I elect to disable (Win7 system) include
Dell Delivery (it's a dell laptop)
Encrypting File System
Routing & Remote Access
(used only when your pc has two nics like this
isp -- yourPC ---- other PCs )
SMNP Trap
There's a rash of services I set to Startup Type = MANUAL, (some persons will argue this list)
which still allows them to run, but only IF/WHEN they are accessed:
Apple Mobile Device
ASP.NET State
ALL of the MS .NET stuff
Nero Update
All Remote* stuff
SPP Notification
stllssvr
Tablet PC Input Srvc
Webclient
Windows (activation.., Backup, error Reporting, Media Center...)
WMI Performance
BTW: get a command prompt and enter TASKLIST /SVC >myStartups.txt
and attach myStartups.txt to your followup - - much easier to read and see the total
impact of your startups