• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Windows XP Optimization Guide

Joined
Nov 8, 2005
Messages
47 (0.01/day)
Processor Haswell i7 4770
Motherboard Asus Z87-PRO
Memory 32GB DDR3-2133 10-10-10-30
Video Card(s) 2x Radeon R9 390X
Storage Samsung SSD M840 Pro 256GB, 4x320GB mechanical RAID 5
Link to my original guide: http://www.overclockstop.com/OCS_Fo...ystems/481-windows-xp-optimization-guide.html

Unnecessary Services

Windows XP comes with a wide range of services that perform various tasks and functions. When the computer starts, many of these services are started and consume CPU and system memory resources. Not all of these services are needed and quite a few can be disabled. Disabling unnecessary services can make your computer boot and run considerably faster. The following are a list of services that come standard with windows that can be disabled to help free up resources.

*There are also other services that are added when certain software products are installed such as Adobe Acrobat, nVidia and ATI drivers, Creative Mediasource, etc.; most of which can be disabled with no noticable effect.


To begin you will need to open the system configuration utility. Do this by going to Start>Run and type msconfig and click OK then click on the tab labeled Services. Or if you prefer, you may also use services.msc.










Indexing Service

The Indexing Service creates and maintains a list of files and their locations on both local and remote computers in order to provide faster file searching. Unless you use the search feature of windows regularly and have a dependency on it this service may be disabled. If you disable this service you will also want to turn off indexing on all hard drives and partitions. To do this you just go to My Computer>right click on the disk or partition that you want to disable indexing on>properties. When the new window opens there is a box at the bottom of the window that is labeled Allow indexing service to index this disk for fast file searching, Uncheck the box and click apply. A message box may appear, if this occurs just click Ignore all.













Error Reporting Service


When an application encounters a problem and closes, this is the service that generates the little box that asks you if you want to send an error report. This service is not necessary.


Fast User Switching

Manages applications that require assistance in multiple user environments. If you have no urgency to stay logged on to your current account when you switch users or if you only have one user account on your computer you may disable this service.


Help and Support

This service is responsible for the Help and SupportCenter. This service is also responsible for the annoying little pop-ups that appear in the lower left of the screen. If you rely on the Help and Support center do not disable this service.



IMAPI CD-Burning COM Service
This service handles windows CD burning with the built-in windows CD burning software. Disable this service if you use a 3rd party software package for burning or if you do not have a burner.



Remote Desktop Session Manager
Controls the Microsoft remote assistance. If you call for remote desktop support from Microsoft or other users this is the service that handles the connection. Unless you rely on others remote desktoping your computer you may disable this service.


Remote Registry

This service is along the same lines as the Remote Desktop
Session Manager, but it allows others from remote locations to only modify your registry. Unless you rely on remote registry editing you may disable this service.


Task Scheduler

The task scheduler controls the scheduling of automated tasks by the user. It allows you to configure programs to run on a timely basis (every day, every other day, every week, etc.). If you don’t use it, disable it.


Secondary Login

Allows different processes to start for different users when the user logs on. This service is pointless if you only have one user account on your computer.



Windows Firewall/Internet Connection Sharing (ICS)
Controls the windows firewall and internet connection sharing (ICS). If you don’t use the windows firewall or ICS you can disable this service.


Print Spooler

The print spooler loads print jobs into system memory to provide faster printing. You can disable this if you don’t have a printer or don’t care about print jobs starting slightly faster.


System Restore Service

Sets system restore points. If you don’t use system restore you can disable this service. You may also disable system restore by going to Control Panel>System>System Restore and checking the box labeled Turn off system restore on all drives. System restore uses up significant disk space.


Telephony

If you don’t have a modem or don’t make telephone calls with you computer then you can disable this service.



Distributed Link Tracking Client
Maintains links between NTFS files within a computer or across computers in a network domain.


Windows Time

Synchronizes the windows clock between networked computers so they all read the same time.


Security
Center
This is that annoying little program that installs with service pack 2 that tells you that you don’t have antivirus protection, a firewall or if you don’t have automatic updates turned on. It doesn’t really help out at all.


Wireless Zero Configuration

This service automatically configures 802.11 devices. If you don’t have any wireless networking devices that fall under the 802.11 specification then you can disable this service.







Registry Tweaking




***BAKUP YOUR REGISTRY BEFORE CHANGING ANY SETTINGS***







To create a registry backup go to Start>Run>regedit and highlight My Computer in the left column on the top and then go to File>Export and then choose where you want to save your backup and the name for it. This may take several minutes depending on the speed of the computer and the file size may be 100+ MB.











There are several registry tweaks you can do to help dramatically improve your system performance. Most of them have to do with how windows manages the memory subsystems in your computer. The following registry changes increased my 3dMark05 CPU score by almost 900 points over default registry settings with the system in my profile. I have noticed though that these changes affect the performance of Intel CPUs more than AMD CPUs, but there is still a noticeable increase for both.

To make the changes to the registry you will need to open the registry editor. To do so go to Start>run and type regedit.


Helping Windows detect your L2 cache

Windows has a difficult time with detecting how much L2 cache your CPU has. Instead of letting windows try to detect it, it is best to set the amount manually. To do this go to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
Session Manager\Memory Management











Find the registry key SecondLevelDataCache and double click it. A window opens which allows you to edit its value. The value you want to set is the amount of L2 cache your CPU has in kilobytes. Notice that the values are by default set to hexadecimal, you can change it to decimal by selecting the decimal radio button on the right portion of the window. Here are some decimal to hexadecimal conversions:

Dec..........Hex
128K L2 = 80
256K L2 = 100
512K L2 = 200
1024K L2 = 400
2048K L2 = 800


Keep Windows operating data in RAM

***Do not change this setting if your computer has less than 256MB of RAM***

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
Session Manager\Memory Management











Select the DWORD value DisablePagingExecutive and set its value to 1.

This prevents windows from loading kernel and driver files into the page file. The page file is much slower than RAM and keeping the core files in RAM provides a nice performance gain.


Create a large system cache

***Do not change this setting if your computer has less than 512MB of RAM***

The system cache is the area of reserved system memory used for the core components of the operating system. This option increases the size of the system cache.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
Session Manager\Memory Management











Select the DWORD value LargeSystemCache and set its value to 1.


Disable DOS 8.3 naming convention

Windows keeps two different names for every file on your system. The full name of the file is the one you will see in explorer and a command prompt, but there is a name for the file that complies with the 8.3 naming convention for use with MSDOS applications. If you do not use pre-windows 95 programs then you should change this setting.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
FileSystem











Select the DWORD value NtfsDisable8dot3NameCreation and set its value to 1.


Disable NTFS last access update

Each time a drive that is formatted with the NTFS file system is accessed, windows updates the time stamp on the directory and all of the sub directories. This can eat up significant amounts of system resources. If the registry key is not there, create a new DWORD value by right clicking and selecting new>DWORD Value and name it NtfsDisableLastAccessUpdate.











HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
FileSystem











Select the DWORD value NtfsDisableLastAccessUpdate and set its value to 1.


IRQ prioritizing

You can give certain IRQs priority over others with this option. The most common IRQ to prioritize is IRQ8 which is for the system I/O and Real Time Clock. Another commonly prioritized IRQ is the video card IRQ (usually IRQ16).

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
PriorityControl





Create a new DWORD value called IRQ8Priority (you can replace 8 with any IRQ number you wish to prioritize) and set its value to 1.


Miscellaneous


Disabling unwanted startup programs

A lot of programs will automatically start up with your computer when it boots. These can slow down your system considerably. To choose which programs start with your computer go to Start>Run and type msconfig then go to the startup tab. Uncheck the boxes of the programs that you don’t want to have starting up with your computer.
Also go to Start>All Programs>Startup and delete any shortcuts out of this menu for the programs that you don’t want starting with your computer. Adobe usually puts some startup shortcuts in this folder.






Defragment regularly

Defragmenting your hard drive on a regular basis is one of the easiest things you can to keep your computer performing well. When a file becomes fragmented, it is physically out of order on the disk. Defragmenting puts the file back in order so that it can be continuously read without the read/write head jumping all over the place. To access the windows defragmenting utility go to Start>all programs>accessories>system tools and click disk defragmenter.












Run disk cleanup regularly

Disk cleanup removes temporary files and other unnecessary files the are just wasting disk space. To access the disk cleanup utility go to Start>all programs>accessories>system tools and click disk cleanup.






Turn off automatic updates

Go to Control panel>system>automatic updates and select turn off automatic updates and click apply.






Use a registry cleaner

Use a registry cleaning utility to fix and remove bad registry entries. RegSupreme Pro is a handy program:



Change the priority of your applications

Press ctrl + alt + del to open up the task manager. Click on the process tab and right click on the process you wish to prioritize and go to set priority and select the priority level you wish.













Use Anti-Spyware Software








With the ability to scan your RAM, Registry, hard drives, and external storage devices for known data-mining, advertising, and tracking components, Ad-Aware SE easily can clean your system, allowing you to maintain a higher degree of privacy while you surf the Web.


Ad-Aware SE Personal Edition boasts a number of improvements. Extended memory scanning now scans all modules loaded by a process. Scanning uses the all- new CSI (Code Sequence Identification) technology to identify new and unknown variants of known targets. Extended Registry scanning now scans Registry branches of multiple-user accounts and performs additional smart checks to detect dynamically created references. Scanning speed is noticeably faster, and this version offers an Extended Scanning mode for known and unknown/possible browser hijackers.​



New in version 1.06: Disk-scan is approximately 30 percent faster. CSI scan is now more efficient. Added "Scan for low-risk threats" option, to scan for targets with low TAC index. Ad-Watch CSI engine performance highly improved; using less CPU and Memory as well as having a smaller footprint. GUI adapted to use the new TAC.​



Spybot 1.4​






Spybot - Search & Destroy can detect and remove a multitude of adware files and modules from your computer. Spybot also can clean program and Web-usage tracks from your system, which is especially useful if you share your computer. Modules chosen for removal can be sent directly to the included file shredder, ensuring complete elimination from your system. For advanced users, it allows you to fix Registry inconsistencies related to adware and to malicious program installations. The handy online-update feature ensures that Spybot always has the most current and complete listings of adware, dialers, and other uninvited system residents.


Version 1.4 has the first native multi-installation scanner, is noticeably faster than version 1.3 during scans, and has improved the tools and updated the interface.​










 
Last edited:

PVTCaboose1337

Graphical Hacker
Joined
Feb 1, 2006
Messages
9,501 (1.43/day)
Location
Texas
System Name Whim
Processor Intel Core i5 2500k @ 4.4ghz
Motherboard Asus P8Z77-V LX
Cooling Cooler Master Hyper 212+
Memory 2 x 4GB G.Skill Ripjaws @ 1600mhz
Video Card(s) Gigabyte GTX 670 2gb
Storage Samsung 840 Pro 256gb, WD 2TB Black
Display(s) Shimian QH270 (1440p), Asus VE228 (1080p)
Case Cooler Master 430 Elite
Audio Device(s) Onboard > PA2V2 Amp > Senn 595's
Power Supply Corsair 750w
Software Windows 8.1 (Tweaked)
The guide needs to be updated FYI, but otherwise good.
 

POGE

New Member
Joined
Oct 28, 2005
Messages
1,585 (0.23/day)
Location
In banjo's Goats.
Processor Turion 64 ML-34 1.8Ghz
Motherboard Compaq Laptop Mobo
Cooling Stock Compaq Laptop Fan
Memory 1x 256 DDR333
Video Card(s) Radeon 200m
Storage 40GB 5200RPM HP
Display(s) Stock Laptop LCD
Case Laptop Case
Audio Device(s) Onboard Realtek
Power Supply Stock Laptop Powerbrick
Software Windows XP Pro
How does it need to be updated?
 

PVTCaboose1337

Graphical Hacker
Joined
Feb 1, 2006
Messages
9,501 (1.43/day)
Location
Texas
System Name Whim
Processor Intel Core i5 2500k @ 4.4ghz
Motherboard Asus P8Z77-V LX
Cooling Cooler Master Hyper 212+
Memory 2 x 4GB G.Skill Ripjaws @ 1600mhz
Video Card(s) Gigabyte GTX 670 2gb
Storage Samsung 840 Pro 256gb, WD 2TB Black
Display(s) Shimian QH270 (1440p), Asus VE228 (1080p)
Case Cooler Master 430 Elite
Audio Device(s) Onboard > PA2V2 Amp > Senn 595's
Power Supply Corsair 750w
Software Windows 8.1 (Tweaked)
Like a new version of AdAware came out etc.
 

malware

New Member
Joined
Nov 7, 2004
Messages
5,422 (0.76/day)
Location
Bulgaria
Processor Intel Core 2 Quad Q6600 G0 VID: 1.2125
Motherboard GIGABYTE GA-P35-DS3P rev.2.0
Cooling Thermalright Ultra-120 eXtreme + Noctua NF-S12 Fan
Memory 4x1 GB PQI DDR2 PC2-6400
Video Card(s) Colorful iGame Radeon HD 4890 1 GB GDDR5
Storage 2x 500 GB Seagate Barracuda 7200.11 32 MB RAID0
Display(s) BenQ G2400W 24-inch WideScreen LCD
Case Cooler Master COSMOS RC-1000 (sold), Cooler Master HAF-932 (delivered)
Audio Device(s) Creative X-Fi XtremeMusic + Logitech Z-5500 Digital THX
Power Supply Chieftec CFT-1000G-DF 1kW
Software Laptop: Lenovo 3000 N200 C2DT2310/3GB/120GB/GF7300/15.4"/Razer
Nice guide, especially the registry entries. :toast:
 

Alec§taar

New Member
Joined
May 15, 2006
Messages
4,677 (0.71/day)
Location
Someone who's going to find NewTekie1 and teach hi
Processor DualCore AMD Athlon 64x2 4800+ (o/c 2801mhz STABLE (Ketxxx, POGE, Tatty One, ME))
Motherboard ASUS A8N-SLI Premium (PCIe x16, x4, x1)
Cooling PhaseChange Coolermaster CM754/939 (fan/heatsink), Thermalright heatspreaders + fan built on (RAM)
Memory 512mb PC-3200 DDR400 (set DDR-33 for o/c) by Corsair (matched pair, 2x256mb) 200.1/200mhz
Video Card(s) BFG GeForce 7900 GTX OC 512mb GDDR3 ram (o/c manually to 686 core/865 memory) - PhaseChange cooled
Storage Dual "Raptor X" 16mb 10krpm/RAID 0 Promise EX8350 x4 PCIe 128mb & Intel IO chip/CENATEK RocketDrive
Display(s) SONY 19" Trinitron MultiScan 400ps 1600x1200 75hz refresh 32-bit color
Case Antec Super-LanBoy (aluminum baby-tower w/ lower front & upper rear cooling exhaust fans)
Audio Device(s) RealTek AC97 onboard mobo stereo sound (Altec Lansing ACS-45 speakers - 10 yrs. still running!)
Power Supply Antec 500w ATX 2.0 "SmartPower" powersupply
Software Windows Server 2003 SP #1 fully patched, & massively tuned/tweaked to-the-max (plus latest drivers)
Here are two more sites you can try/use which I authored from 1997 onwards for public use/consumption!

(Yes, Mine IS the oldest & ORIGINAL + MOST COMPREHENSIVE article for this type of performance boosting no less - all others just "bit off my style" including THIS guide, & even sites based on this type of work, to be blunt about it):

APK Internet Security & Speed tuneups:
---------------------------------------------------------------------------


Goto:

http://www.avatar.demon.nl

and you see on top of the menu a
Windows® flag? CLICK ON IT!

OR here (direct link):

http://www.avatar.demon.nl/page/index.html

Another link to it.

:)

Both site pages are based off the original article #1 for this from NTCompatible.com which I authored years ago:

http://www.blacksheepnetworks.com/security/resources/article1-2.shtml

That's a cached copy someone else kept as to the orig. article that was @ NTCompatible.com from late 1997 iirc, & up to 2002 or so...

Originally, circa 1997-1998 when I had this first there & afaik, it really is the oldest & original site with a page like those about Internet speed & security, as well as local system performance related tunings also!

It is, afaik & have seen 12++ years online? The OLDEST one out there, there is & "the original article" for security & speed of a Windows NT-based OS.

(These 2 sites expand HUGELY on the original & may contain things others do not, especially in the arena of security - things like, for example, port filtration & how simple + easy it is to implement for security).

APK

P.S.=> Nice as DeathStar's guide is (I am going to sound cocky, but any website doing it or others posting guides like these - just biting off my style, as I wrote the original article for this type of stuff)

?

You'll find those FAR more comprehensive, for BOTH speed & security...

The proof of my rather admittedly BOLD statement?

OUR OWN TESTS HERE ON THE FORUMS IN SCIENCEMARK in Casheti & Canuto's results scores increasing here:

http://forums.techpowerup.com/showthread.php?t=14736&page=63

----------------------------------------------------------------------------------

Alec i have to give you credit for your advice once again you gave me 12 extra points ;)

&

alec,ive got another 7 points on ya.same speed 4416mhz with explorer and some things stopped.

&

You're welcome...

WELL, as the "King of Ithaca", Odysseus, said to Achilles in the film, TROY:

"You have your sword, I have my tricks... we both play with the toys the Gods give us!"

:)

* Try everything I wrote in that last post of mine up there... you'll go higher!

----------------------------------------------------------------------------------

To name JUST a few, only... from that thread, where performance? Is critical.

Not just for benchmarks either, but for DAILY USE & BETTER PERFORMANCE...

Fact is, I have had people from "the great arstechnica" & "XP Myths" websites (& yes, others) say what I put in my tuning guides is b.s.?

Well, proof's in the pudding above as to who is spouting fables... lol! apk
 
Last edited:

Urlyin

I still do pencil mods
Joined
Aug 17, 2004
Messages
2,272 (0.32/day)
Thanks for taking the time to post the guide Death ... nicely done :toast:
 
Last edited:

b1lk1

New Member
Joined
May 4, 2005
Messages
688 (0.10/day)
Location
Ontario, Canada
System Name Money pit
Processor Q2Q Q8300
Motherboard ASUS P5E3 deluxe WIFI AP@N
Cooling 120.2/Swiftech655/Apogee GT/DD Fillport & res
Memory OCZ PC3-1333MHZ 2X1GB/Kingston HYPERX PC3-1325MHz
Video Card(s) Sapphire HD4830
Storage Seagate 7200.11 1TB
Display(s) Dell 2209WA
Case some crap 5 year old generic modded case
Audio Device(s) X-FI fagtality
Power Supply PC P&C 510W
Software Vista Premium 64
Thank you, I just finished doing all these tweaks and I haven't benchmarked yet, but my system booted up about 10 seconds faster! Thank you!
 
Joined
Apr 8, 2006
Messages
714 (0.11/day)
System Name Xbox 360 Super Elite
Processor 3.2GHz PowerPC Tri-Core Xenon
Memory 512MB 700MHz GDDR3 RAM
Video Card(s) ATI Xenos @ 500 MHz
Storage 250GB
Display(s) 26" Samsung LCD HDTV
Case Super Elite (COD:MW2 Edition)
Audio Device(s) 5.1
Power Supply 120w
Software NXE
Joined
Mar 26, 2005
Messages
1,807 (0.26/day)
Location
Hamburg
Processor Intel I7 2600k@ 4.5
Motherboard Gigabyte p67 ud4 b3
Cooling AC Cuplex kryos Hf
Memory 8096 Exceleram 1600@ 1333 Cl9 1.35v
Video Card(s) Palit Gtx570@950/1900@1.063v
Storage Ocz Vertex 3 120gb, 2tb Seagate 7200rpm s-ata3
Display(s) Asus 24inch Lcd
Case Coolermaster Cosmos S
Audio Device(s) Creative X-fi with Teufel Magnum Power Edition
Power Supply Coolermaster 700W Silent Pro Gold
Software Linux?^^ ;P Windows 7 64bit

Alec§taar

New Member
Joined
May 15, 2006
Messages
4,677 (0.71/day)
Location
Someone who's going to find NewTekie1 and teach hi
Processor DualCore AMD Athlon 64x2 4800+ (o/c 2801mhz STABLE (Ketxxx, POGE, Tatty One, ME))
Motherboard ASUS A8N-SLI Premium (PCIe x16, x4, x1)
Cooling PhaseChange Coolermaster CM754/939 (fan/heatsink), Thermalright heatspreaders + fan built on (RAM)
Memory 512mb PC-3200 DDR400 (set DDR-33 for o/c) by Corsair (matched pair, 2x256mb) 200.1/200mhz
Video Card(s) BFG GeForce 7900 GTX OC 512mb GDDR3 ram (o/c manually to 686 core/865 memory) - PhaseChange cooled
Storage Dual "Raptor X" 16mb 10krpm/RAID 0 Promise EX8350 x4 PCIe 128mb & Intel IO chip/CENATEK RocketDrive
Display(s) SONY 19" Trinitron MultiScan 400ps 1600x1200 75hz refresh 32-bit color
Case Antec Super-LanBoy (aluminum baby-tower w/ lower front & upper rear cooling exhaust fans)
Audio Device(s) RealTek AC97 onboard mobo stereo sound (Altec Lansing ACS-45 speakers - 10 yrs. still running!)
Power Supply Antec 500w ATX 2.0 "SmartPower" powersupply
Software Windows Server 2003 SP #1 fully patched, & massively tuned/tweaked to-the-max (plus latest drivers)
Windows NT-based OS' Services you can change from LocalSystem Logon entity usage

A little something I have been experimenting with, that aids in greater security of your machine, & @ the OS Services (like UNIX/Linux/MacOS X background daemon processes) level of operation, & you'll see it's undersecured & how to "harden/fortify" it:

Lessing them from their default of LOCALSYSTEM entity logon persona (lessening them to lesser priveleged services, so they have less ability, & thus are more secured - especially when "bugs" related to security crop-up in them & they do).

This is not like "disabling" them wholesale (or, using diff. hardware profiles to enable/disable them for diff. types of logins to your OS), this allows them to run, albeit more securely, @ least potentially. You may also wish to look @ secpol.msc as well, & check what services & users are able to do what, in conjunction with this listing too!

LOCAL SERVICE startable list (vs. LocalSystem Logon Default):
-----------------------------------------------------------------


Virtual Disk Service
Windows UserMode Driver Framework
Remote Registry
UserProfile Hive Cleanup Service
Telnet
SmartCard
WinHTTP Proxy AutoDiscovery Service
Windows Image Acquisition
Indexing Service
Volume Shadowing Service
Tcp/IP NetBIOS Helper
COM+ System Application
Alerter (needs Workstation Service Running)
Office Source Engine

3rd PARTY SERVICES that work as LOCAL SERVICE logon type:
-----------------------------------------------------------------


Nvidia Display Driver Service
O&O Clever Cache
Sandra Service
Sandra Data Service

--------------------------------------------------------------------------------------------

NETWORK SERVICE startable list (vs. LocalSystem Logon Default):
-----------------------------------------------------------------


Remote Desktop Help Session Manager Service
Remote Packet Capture Protocol v.0 (experimental MS service)
Resultant Set of Policies Provider
Merger
Application Layer Gateway
NetMeeting Remote Desktop Sharing Service
Network DDE
Network DDE DSDM
Clipbook (needs Network DDE & Network DDE DSDM)
DNS Client
DHCP Client
Machine Debug Manager
ASP.NET State Service
Performance Logs & Alerts
Error Reporting
Visual Studio 2005 Remote Debug

3rd PARTY SERVICES that work as NETWORK SERVICE logon type:
-----------------------------------------------------------------


FileZilla Server
PDEngine (Raxco PerfectDisk)
Executive Software Undelete

=======================================================================

* Each service uses a BLANK password when reassigning their logon entity (when you change it from the default of LocalSystem Account), because they use SID's afaik, not std. passwords - don't worry, even if they are blank passwords as you alter their logon entity, the system assigns them one via the SID for the user-entity you assign for their logon.

IMPORTANT TO KNOW:

If while you are "experimenting" on your home systems, something goes wrong & you cannot bootup again?

(Which is what I ran into by making RPC a "network service" logon type (rather than its default of LocalSystem logon), & hence, the edit/revision of the list done below 2x now partially, & other reason is because my first post had many overlap onto the same line & I was unable to edit it w/in 1 hr. because the DB was down (Wed. scheduled one)).

TO RECOVER:

Just boot to "Safe Mode", & reset the ones you changed to LocalSystem once more & try again...

It's how I did it in fact, because I screwed up on several in fact... I found you could change them to LocalService OR NetworkService in lieu of LocalSystem for the service's logon entity while in Windows, stop the service & start it again... & they worked JUST FINE!

However, on reboot? NOT SO FINE!

Apparently, some services NEED to act as "LocalSystem" during boottime, & once in Windows, can act either way (meaning can change logon entity & appear to run fine).

The TRUE WAY to test this is rebooting by the way... it will tell you when & where you 'screwed up' changing these... in fact, I think it is the ONLY way really!

Anyhow - I am hoping some of you guys come up w/ diff. services than I listed here (which is possible, if you think about programs from 3rd party OEM/software publishing houses such as Diskeeper &/or O & O Defrag for instance)

(ENJOY IT, and if you find others? Add 'em on!)

ALSO - This patch update from MS should help as well (in conjunction with the lists above & what they do (assign less priveleged users than LocalSystem (OS user entity) such as Network Service OR Local Service to Service's logon users entities they require)):

Patch which fixes Permissive Windows Services std. DACLs Could Allow Elevation of Privilege (914798)

http://www.microsoft.com/technet/security/bulletin/ms06-011.mspx

:)

* Enjoy, & be sure to apply that patch folks...

APK

Alexander Peter Kowalski
apk4776239@hotmail.com
apk

P.S.=> If you find any difficulties with the setup/starting points I list above, please do let me know via private message here, &/or email (my email addy is above a few lines)... +, also, if you find others that fit here & work for you? Let us ALL know, TIA! apk
 
Last edited:

Jimmy 2004

New Member
Joined
Jan 15, 2005
Messages
5,458 (0.78/day)
Location
England
System Name Jimmy 2004's PC
Processor S754 AMD Athlon64 3200+ @ 2640MHz
Motherboard ASUS K8N
Cooling AC Freezer 64 Pro + Zalman VF1000 + 5x120mm Antec TriCool Case Fans
Memory 1GB Kingston PC3200 (2x512MB)
Video Card(s) Saphire 256MB X800 GTO @ 450MHz/560MHz (Core/Memory)
Storage 500GB Western Digital SATA II + 80GB Maxtor DiamondMax SATA
Display(s) Digimate 17" TFT (1280x1024)
Case Antec P182
Audio Device(s) Audigy 4 + Creative Inspire T7900 7.1 Speakers
Power Supply Corsair HX520W
Software Windows XP Home
Not a bad guide Death Star but for people on these forums I strongly recommend that you use services.msc rather than msconfig when disabling services to ensure that you don't disable the vital RPC. This site has a brilliant PDF tweak guide but it is quite long so just try to find the tweaks!
 

mikechinym

New Member
Joined
Jun 16, 2005
Messages
80 (0.01/day)
Location
Malaysia
there is also some tuning by software
right now i am using 2 tuning software.
1---->gamexp
2---->tunexp
i think someone try already
just for share:)
 

CUSACKOTG

New Member
Joined
Mar 6, 2005
Messages
50 (0.01/day)
Processor AMD athlon 3000 (venice?)
Motherboard ABIT SLI AN8 Guru
Cooling Thermaltake fans all over the case
Memory 2 X 512mb Geil DDR 400
Video Card(s) X800 ATI Radeon
Storage 37gb Raptor WD- 10000Rpm
Display(s) 21 inch Hp p1130 - NOT lcd but a killer mon anyway
Case Thermaltake Soprano
Audio Device(s) WANTING one
Power Supply 430w Thermaltake
Software I want a version of LINUX that does all (i have xp)
Thanks Death Star!

took off at least 8-9 seconds on my boot up with the changes i made in my registry that you recommended. Was pleasantly surprised

got any other tricks?


cheers

cusackotg
 

Jimmy 2004

New Member
Joined
Jan 15, 2005
Messages
5,458 (0.78/day)
Location
England
System Name Jimmy 2004's PC
Processor S754 AMD Athlon64 3200+ @ 2640MHz
Motherboard ASUS K8N
Cooling AC Freezer 64 Pro + Zalman VF1000 + 5x120mm Antec TriCool Case Fans
Memory 1GB Kingston PC3200 (2x512MB)
Video Card(s) Saphire 256MB X800 GTO @ 450MHz/560MHz (Core/Memory)
Storage 500GB Western Digital SATA II + 80GB Maxtor DiamondMax SATA
Display(s) Digimate 17" TFT (1280x1024)
Case Antec P182
Audio Device(s) Audigy 4 + Creative Inspire T7900 7.1 Speakers
Power Supply Corsair HX520W
Software Windows XP Home
If anyone wants faster boot times Google an M$ program called Bootvis and give it a go. Here's the best way to use it:

1. Install it (obvious!)
2. Load Bootvis and click on "Trace >Next Boot + Driver Delays" (this is required so Bootvis can work out how to best optimize your system) and click "Ok" or whatever comes up
3. When it restarts bootvis should reload go "Trace >Optimize System"
4. After it reboots, leave it for 5 minutes to do it's job (or until the window disappears)
5. Enjoy 30 second or better boot times (not guaranteed!!!)
 
Last edited:

Alec§taar

New Member
Joined
May 15, 2006
Messages
4,677 (0.71/day)
Location
Someone who's going to find NewTekie1 and teach hi
Processor DualCore AMD Athlon 64x2 4800+ (o/c 2801mhz STABLE (Ketxxx, POGE, Tatty One, ME))
Motherboard ASUS A8N-SLI Premium (PCIe x16, x4, x1)
Cooling PhaseChange Coolermaster CM754/939 (fan/heatsink), Thermalright heatspreaders + fan built on (RAM)
Memory 512mb PC-3200 DDR400 (set DDR-33 for o/c) by Corsair (matched pair, 2x256mb) 200.1/200mhz
Video Card(s) BFG GeForce 7900 GTX OC 512mb GDDR3 ram (o/c manually to 686 core/865 memory) - PhaseChange cooled
Storage Dual "Raptor X" 16mb 10krpm/RAID 0 Promise EX8350 x4 PCIe 128mb & Intel IO chip/CENATEK RocketDrive
Display(s) SONY 19" Trinitron MultiScan 400ps 1600x1200 75hz refresh 32-bit color
Case Antec Super-LanBoy (aluminum baby-tower w/ lower front & upper rear cooling exhaust fans)
Audio Device(s) RealTek AC97 onboard mobo stereo sound (Altec Lansing ACS-45 speakers - 10 yrs. still running!)
Power Supply Antec 500w ATX 2.0 "SmartPower" powersupply
Software Windows Server 2003 SP #1 fully patched, & massively tuned/tweaked to-the-max (plus latest drivers)
USING /PREFETCH:1 SWITCH & what BootVis does (which your system will do anyhow)

Jimmy 2004 said:
If anyone wants faster boot times Google an M$ program called Bootvis and give it a go. Here's the best way to use it:

1. Install it (obvious!)
2. Go to "C:\Windows\Prefetch" and delete everything in there
3. Load Bootvis and click on "Trace >Next Boot + Driver Delays" (this is required so Bootvis can work out how to best optimize your system) and click "Ok" or whatever comes up
4. When it restarts bootvis should reload go "Trace >Optimize System"
5. After it reboots, leave it for 5 minutes to do it's job (or until the window disappears)
6. Enjoy 30 second or better boot times (not guarenteed!!!)

That program DOES work, but ONLY on Windows XP! I've tried to get it to run on Windows 2000 &/or Windows Server 2003, but NO DICE!

(Something to be aware of - but, I'd wager most folks here @ least run Windows XP!)

Eventually, boot-time optimization (present in XP/Server 2003) will do this job for you anyhow... but, it requires steady use of your PC & reboots (and iirc, the "task scheduler" services has to be operating too, and imo, also NOT disabling FileAccess stamps (a reg hack to this area of the registry for filesystem speeds (don't disable it for a month of use of your system or so @ least, the apply it, so that boottime optimizations DO take):

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"DisableLastAccessUpdate"=dword:00000001
"NtfsDisableLastAccessUpdate"=dword:00000001

* That would ONLY be after several reboots & running your system as-per-usual (so that it can check what programs you run & how often, then raising those programs' placement on your disk up to the front/outermost-fastest tracks of your hdd platters) & MOSTLY that technique (which requires patience) would help not only your system's bootup reordering for its own libs/modules and programs, but also ones you use that are 3rd party or external to the OS itself.

BootVis tends to save time for BOOTUP programs (the OS' programs/drivers, startup groups, & registry RUN areas programs, etc.) right-off-the-bat though, & forces it to occur for that group of programs, should you use it.

* Another technique to try/use is the "/prefetch:1" switch on your shortcut commandlines, so you can force programs you use a lot to do this as well, so they too, load faster!

APK

P.S.=> I.E. - Want to make PARTICULAR programs you use "automagically" be faster, due to boot-time reordering on disk?

Add /prefetch:1 to their shortcuts TARGET line @ the end of them... this works as well!

E.G.-> C:\GAMES\Quake 4\Quake4.exe /prefetch:1

apk
 
Last edited:

Jimmy 2004

New Member
Joined
Jan 15, 2005
Messages
5,458 (0.78/day)
Location
England
System Name Jimmy 2004's PC
Processor S754 AMD Athlon64 3200+ @ 2640MHz
Motherboard ASUS K8N
Cooling AC Freezer 64 Pro + Zalman VF1000 + 5x120mm Antec TriCool Case Fans
Memory 1GB Kingston PC3200 (2x512MB)
Video Card(s) Saphire 256MB X800 GTO @ 450MHz/560MHz (Core/Memory)
Storage 500GB Western Digital SATA II + 80GB Maxtor DiamondMax SATA
Display(s) Digimate 17" TFT (1280x1024)
Case Antec P182
Audio Device(s) Audigy 4 + Creative Inspire T7900 7.1 Speakers
Power Supply Corsair HX520W
Software Windows XP Home
Alec§taar said:
That program DOES work, but ONLY on Windows XP! I've tried to get it to run on Windows 2000 &/or Windows Server 2003, but NO DICE!

(Something to be aware of - but, I'd wager most folks here @ least run Windows XP!)

Eventually, boot-time optimization (present in XP/Server 2003) will do this job for you anyhow... but, it requires steady use of your PC & reboots.

* That would ONLY be after several reboots & running your system as-per-usual (so that it can check what programs you run & how often, then raising those programs' placement on your disk up to the front/outermost-fastest tracks of your hdd platters) & MOSTLY that technique (which requires patience) would help not only your system's bootup reordering for its own libs/modules and programs, but also ones you use that are 3rd party or external to the OS itself.

I should have mentioned it's only for XP (and if you have hyperthreading or dual core it has to be SP2). I've read XP is supposed to do this eventually but I've never found it actually does it as well as Bootvis.

Another fact for you guys: if you disable the task scheduler service this will disable prefetching and slow down your load times for everything dramatically... so don't disable it!
 

Alec§taar

New Member
Joined
May 15, 2006
Messages
4,677 (0.71/day)
Location
Someone who's going to find NewTekie1 and teach hi
Processor DualCore AMD Athlon 64x2 4800+ (o/c 2801mhz STABLE (Ketxxx, POGE, Tatty One, ME))
Motherboard ASUS A8N-SLI Premium (PCIe x16, x4, x1)
Cooling PhaseChange Coolermaster CM754/939 (fan/heatsink), Thermalright heatspreaders + fan built on (RAM)
Memory 512mb PC-3200 DDR400 (set DDR-33 for o/c) by Corsair (matched pair, 2x256mb) 200.1/200mhz
Video Card(s) BFG GeForce 7900 GTX OC 512mb GDDR3 ram (o/c manually to 686 core/865 memory) - PhaseChange cooled
Storage Dual "Raptor X" 16mb 10krpm/RAID 0 Promise EX8350 x4 PCIe 128mb & Intel IO chip/CENATEK RocketDrive
Display(s) SONY 19" Trinitron MultiScan 400ps 1600x1200 75hz refresh 32-bit color
Case Antec Super-LanBoy (aluminum baby-tower w/ lower front & upper rear cooling exhaust fans)
Audio Device(s) RealTek AC97 onboard mobo stereo sound (Altec Lansing ACS-45 speakers - 10 yrs. still running!)
Power Supply Antec 500w ATX 2.0 "SmartPower" powersupply
Software Windows Server 2003 SP #1 fully patched, & massively tuned/tweaked to-the-max (plus latest drivers)
Jimmy 2004 said:
I should have mentioned it's only for XP (and if you have hyperthreading or dual core it has to be SP2). I've read XP is supposed to do this eventually but I've never found it actually does it as well as Bootvis.

Not as fast, takes reboots, & if you're not one to reboot often? Well, hence the delay, @least for bootup system files.

(Does it run on ALL revisions of XP? Such as SP's?? I don't & haven't run XP in ages, years really... so need to ask).

Jimmy 2004 said:
Another fact for you guys: if you disable the task scheduler service this will disable prefetching and slow down your load times for everything dramatically... so don't disable it!

I wonder if the "Process Idle System Tasks" command will trigger it though? That's another one I was wondering about...

APK

P.S.=> RunDLL32.EXE %WinDir%\system32\advapi32.dll,ProcessIdleTasks

Don't forget this either, it works with this stuff, same stuff as BootVis (but, not only for OS files):

start /high C:\GAMES\Quake 4\Quake4.exe /prefetch:1

(The PREFETCH switch for your favorite programs in their shortcut target (commandline I use for Quake4SMP is above, via a cmdfile it is in (StartHighQ4.cmd)))

apk
 

Jimmy 2004

New Member
Joined
Jan 15, 2005
Messages
5,458 (0.78/day)
Location
England
System Name Jimmy 2004's PC
Processor S754 AMD Athlon64 3200+ @ 2640MHz
Motherboard ASUS K8N
Cooling AC Freezer 64 Pro + Zalman VF1000 + 5x120mm Antec TriCool Case Fans
Memory 1GB Kingston PC3200 (2x512MB)
Video Card(s) Saphire 256MB X800 GTO @ 450MHz/560MHz (Core/Memory)
Storage 500GB Western Digital SATA II + 80GB Maxtor DiamondMax SATA
Display(s) Digimate 17" TFT (1280x1024)
Case Antec P182
Audio Device(s) Audigy 4 + Creative Inspire T7900 7.1 Speakers
Power Supply Corsair HX520W
Software Windows XP Home
I think it should run on all versions of XP, unless you have hyperthreading or possibly dual core in which case you need to have SP2 installed otherwise it just won't work in most cases. As for the processing idle tasks command, I'm not sure if that would do it but I know lots of people are under the impession they should run that before playing games, which is totally wrong because it takes up to 15mins to complete so it actually runs while your playing rather than when you're idle. I might try that prefetch command when I get time, I've been quite busy and will be for the next couple of weeks but after that I'll be doing some tweaking on my new XP istall. And learning to use ubuntu :confused:
 
Joined
Jan 11, 2005
Messages
1,491 (0.21/day)
Location
66 feet from the ground
System Name 2nd AMD puppy
Processor FX-8350 vishera
Motherboard Gigabyte GA-970A-UD3
Cooling Cooler Master Hyper TX2
Memory 16 Gb DDR3:8GB Kingston HyperX Beast + 8Gb G.Skill Sniper(by courtesy of tabascosauz &TPU)
Video Card(s) Sapphire RX 580 Nitro+;1450/2000 Mhz
Storage SSD :840 pro 128 Gb;Iridium pro 240Gb ; HDD 2xWD-1Tb
Display(s) Benq XL2730Z 144 Hz freesync
Case NZXT 820 PHANTOM
Audio Device(s) Audigy SE with Logitech Z-5500
Power Supply Riotoro Enigma G2 850W
Mouse Razer copperhead / Gamdias zeus (by courtesy of sneekypeet & TPU)
Keyboard MS Sidewinder x4
Software win10 64bit ltsc
Benchmark Scores irrelevant for me
Joined
Mar 26, 2005
Messages
1,807 (0.26/day)
Location
Hamburg
Processor Intel I7 2600k@ 4.5
Motherboard Gigabyte p67 ud4 b3
Cooling AC Cuplex kryos Hf
Memory 8096 Exceleram 1600@ 1333 Cl9 1.35v
Video Card(s) Palit Gtx570@950/1900@1.063v
Storage Ocz Vertex 3 120gb, 2tb Seagate 7200rpm s-ata3
Display(s) Asus 24inch Lcd
Case Coolermaster Cosmos S
Audio Device(s) Creative X-fi with Teufel Magnum Power Edition
Power Supply Coolermaster 700W Silent Pro Gold
Software Linux?^^ ;P Windows 7 64bit
may we do an windows version with nlite?
wizzard says if we have one good image he would upload it
 

Jimmy 2004

New Member
Joined
Jan 15, 2005
Messages
5,458 (0.78/day)
Location
England
System Name Jimmy 2004's PC
Processor S754 AMD Athlon64 3200+ @ 2640MHz
Motherboard ASUS K8N
Cooling AC Freezer 64 Pro + Zalman VF1000 + 5x120mm Antec TriCool Case Fans
Memory 1GB Kingston PC3200 (2x512MB)
Video Card(s) Saphire 256MB X800 GTO @ 450MHz/560MHz (Core/Memory)
Storage 500GB Western Digital SATA II + 80GB Maxtor DiamondMax SATA
Display(s) Digimate 17" TFT (1280x1024)
Case Antec P182
Audio Device(s) Audigy 4 + Creative Inspire T7900 7.1 Speakers
Power Supply Corsair HX520W
Software Windows XP Home
Problem with nLite is different people like and need different things. I might try and make a universal nLite image sometime if I can, one problem I've found with nLite is that it doesn't integrate ATI drivers correctly, it misses the smartgart part of it. Perhaps it would be better if someone just wrote a good nLite guide?
 

Migons

New Member
Joined
Jun 27, 2005
Messages
243 (0.04/day)
Location
Finland
Processor Athlon 64 3500+ ClawHammer
Motherboard Asus A8V Deluxe Rev. 2.00
Cooling Zalman CNPS7700-Cu
Memory 2x 512MB A-Data Vitesta DDR500
Video Card(s) Club 3D GeForce 6200 128MB
Storage Seagate 7200.7 160GB + 80GB SATA 8MB
Display(s) Dell M770 17" CRT (!!!)
Case Antec Performance PlusView1000AMG
Audio Device(s) Sound Blaster Live! 5.1
Power Supply Nexus NX-4090 400W
Software FreeBSD 6.2 w/ custom kernel
Afaik, the L2 cache registry tweak is useless, because Win2k/XP recognizes size of L2 automatically.
 

POGE

New Member
Joined
Oct 28, 2005
Messages
1,585 (0.23/day)
Location
In banjo's Goats.
Processor Turion 64 ML-34 1.8Ghz
Motherboard Compaq Laptop Mobo
Cooling Stock Compaq Laptop Fan
Memory 1x 256 DDR333
Video Card(s) Radeon 200m
Storage 40GB 5200RPM HP
Display(s) Stock Laptop LCD
Case Laptop Case
Audio Device(s) Onboard Realtek
Power Supply Stock Laptop Powerbrick
Software Windows XP Pro
Migons said:
Afaik, the L2 cache registry tweak is useless, because Win2k/XP recognizes size of L2 automatically.
Indeed. The tweak makes it so windows doesnt have to spend time recognizing it. :)
 

Migons

New Member
Joined
Jun 27, 2005
Messages
243 (0.04/day)
Location
Finland
Processor Athlon 64 3500+ ClawHammer
Motherboard Asus A8V Deluxe Rev. 2.00
Cooling Zalman CNPS7700-Cu
Memory 2x 512MB A-Data Vitesta DDR500
Video Card(s) Club 3D GeForce 6200 128MB
Storage Seagate 7200.7 160GB + 80GB SATA 8MB
Display(s) Dell M770 17" CRT (!!!)
Case Antec Performance PlusView1000AMG
Audio Device(s) Sound Blaster Live! 5.1
Power Supply Nexus NX-4090 400W
Software FreeBSD 6.2 w/ custom kernel
POGE said:
Indeed. The tweak makes it so windows doesnt have to spend time recognizing it. :)

...to spend time, which is propably measured in milliseconds :)
 
Top