Jump to content

[HELP] Optimize Windows XP


italonobrega

Recommended Posts


The easiest way to optimize the boot of Windows is to use MSCONFIG. Go to the Startup tab and uncheck everything you don't want to start. I have not used Bootvis so I can't help you with that. Basically, anything you can disable to start won't affect the core Windows in most programs, also CCleaner can do this. There are some things that always come back like QuickTime if you have it installed... :angry: My computer boots to only 20 processes. For average users, sticking below 30 processes would be your goal. You can check them in Task Manager, but remember to subtract the Taskmgr.exe process from the total. :rolleyes:

Link to comment
Share on other sites

Hello Tripredacus!

I have some knowledge of MSCONFIG and I've used. I use the Advanced SystemCare instead of CCleaner.

But there is a way to set some registry values that helps to optimize the system.

Below is a list of commands that have tried and it worked, if you want to test also.

Edit the parameters below into Notepad and save it .Reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]

"Win32PrioritySeparation"=dword:2

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\FileSystem]

"ContigFileAllocSize"=dword:200

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]

"EnablePrefetcher"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management\PrefetchParameters]

"EnablePrefetcher"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Session Manager\Memory Management\PrefetchParameters]

"EnablePrefetcher"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]

"AlwaysUnloadDLL"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"DisableThumbnailCache"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]

"NtfsMftZoneReservation"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

"WaitToKillServiceTimeout"="1000"

[HKEY_CURRENT_USER\Control Panel\Desktop]

"HungAppTimeout"="5000"

"WaitToKillAppTimeout"="1000"

Delete all the contents of the folder C:\Windows\Prefetch

Restart PC

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...