MY comp takes an age to start up any recommendations

if it takes ages to load up into windows you could try the tweaking thread in the windows section...

switching off certain aspects of windows services really increases windows load time..


worth a shot
 
Check services.msc for services that load automatically at startup.
The ones running are:

Start / Run > cmd <ENTER>
Code:
C:\> tasklist /svc

Also, if you have unconnected network drives, your pc may hang as it searches for them.

Start / Run > cmd <ENTER>
Code:
C:\> netstat -a
Just to see if there is anything connecting to you - always worth checking, whatever you're doing.
 
Last edited:
Just to make one point - there is almost nothing in msconfig that you can't disable / uncheck, that will have any imapct on running the related programmes at a later date.

Playing with services.msc, on the other hand, may cause a few problems, so be sure to back up your settings (as a text file). Even then, it is possible to completely disable a whole slew of services, providing you know what you are giving up.
 
Back
Top Bottom