Main reasons of Slow XP startup - Best tweaks?

  • Thread starter Thread starter kimiraikkonen
  • Start date Start date
K

kimiraikkonen

Hello,
Although my startup programs/services/hardware configs are the same,
day by day the start up process of XP becomes extremely slower than
the first day it was installed.

What are the best XP tweaking websites and the most effective tweaks?
There are some but i don't know which websites and tweaks are the most
popular and efficent.

Is it about system restore points, "current control sets", registry
changes, desktop icons.... What?

Thanks...
 
First off understand that Windows is a platform. The more you load
it with applications and hardware the less responsive it will become.
Also if you use certain apps ( badly or poorly written ) they will be a
definite drain on the system. No amount of tweaking or twiddling with
the PC will overcome these "Bad Apps".
Optimal performance is a process in itself. You have to do things like
verify no System/Application errors are being logged. The drive must
be checked to ensure it's not marked "Dirty". You have to properly
adjust what Startups & Watchdog apps you allow to run. The machine
must be Malware free. Keeping a drive defragmented will help to keep
the performance level higher.
Before you undertake any Clean & Tune-Up you'd be advised to get
an imaging program and make regular images. This protects you against
yourself doing some of these web recommended tweaks that might end
up making the performance worse than it is now.
 
kimiraikkonen said:
Hello,
Although my startup programs/services/hardware configs are the same,
day by day the start up process of XP becomes extremely slower than
the first day it was installed.

What are the best XP tweaking websites and the most effective tweaks?
There are some but i don't know which websites and tweaks are the most
popular and efficent.

Is it about system restore points, "current control sets", registry
changes, desktop icons.... What?

Thanks...

Most of the ability to speed up boot somewhat comes from decisions
you will have to make about what is starting up on boot. Do you have
one or (better) several spyware/malware programs? Good. But, have you
set them to start on boot (IOW, always running in the backgroun as long
as your computer is on)? All of them will slow done boot a little. What
else starts when you boot up? Some of it is neccesary, but frequently,
much of it is not. How long since your last defrag? If it's been a
while, that can help. Those are the things you should try first.

Then, and only then, search the web for a program called BootVis - it's
free. Read the enclosed manual until you understand exactly how to use
it, then go through that process. That will speed up your boot
somewhere between "just a little" and "a heckuva lot", depending on your
individual computer.

None of this addresses any deeper problem you might have that could be
causing boot slowdown, though, but it's more likely it isn't anything
serious.

I have just blanked (damned age, anyhow) on how to check on your
computer to see what starts on boot, but the next poster along will be
able to tell you. Good luck.

Tony
 
kimiraikkonen said:
Hello,
Although my startup programs/services/hardware configs are the same,
day by day the start up process of XP becomes extremely slower than
the first day it was installed.

What are the best XP tweaking websites and the most effective tweaks?
There are some but i don't know which websites and tweaks are the most
popular and efficent.

Is it about system restore points, "current control sets", registry
changes, desktop icons.... What?

Forget about booting. "Sleep" (or hibernate) instead. Start up time less
than ten seconds.
 
Forget about booting. "Sleep" (or hibernate) instead. Start up time less
than ten seconds.

Good idea but i had lots of problems after resuming from hibernation
such as losing settings data or not to be resumed resulted with a
constant black screen.
 
Resuming from sleep states is a very complex issue. Drivers can be
a problem as well as BIOS firmware/settings. Sometimes you have
to modify the default "Power Savings" settings for your NIC(s) and
USB root hubs on the PC. Also the PC needs to be fully ACPI
compliant for Standby and Hibernate to work correctly.
 
Additionaly, sometimes computer opens after 22 bars pass. Some days 15
bars, some days 17 bars... It differs day by day although config and
programs are the same.
 
kimiraikkonen said:
Additionaly, sometimes computer opens after 22 bars pass. Some days 15
bars, some days 17 bars... It differs day by day although config and
programs are the same.

That difference seems minimal (tho overall it's pretty long; under 10 is
definately a goal to shoot for). The diff you're seeing could very well
be nothing more than network setup delays and restart/boot-up one-time
chores (typical after an install w/ reboot required).

First off, are you letting the background "boot optimize defrag" take
place? It should run once every couple of days, processing the info in
the \windows\prefetch folder and "optimizing" the disk layout for the
startup and most-frequently-used applications. Inspect the prefetch
folder, by date, and look to see if the layout.ini file has a recent date
- it should. If not make sure the Task Scheduler Service is running -
without it it will never run. Also, the machine needs to go idle to allow
time for it to run - if you turn-on, work, shutdown then it won't get a
chance to run. You can run it manually via this command:

%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks

It this will process the \prefetch, make a new layout.ini, and kick off
the defrag (if the reg allows it). The whole thing should take about 1
minute. If the reg disallows the defrag you can force that manaually too,
with this command:

defrag -b c: (or whatever drive letter).

----

The other thing to do to speed up boot is make sure only necessary
Services are starting Automatically (use services.msc), and that no
unneccessary startup tasks are initiated (I like Startup Control Panel by
Mike Lin, there are other startup managers too).

the Black Viper site has info about services, there are lots of places to
check whether a startup item is really necessary (just use google to
search on the item's name). Many startup items are really unnecsssary,
and they often crowd the tray with icons you never even use.

good luck.
 
So it's almost about prefetch folder and layout.ini? Should i delete
it or how can i optimize prefetch folder? It seems it changes
everytime by the apps has been installed time by time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top