Related Posts Plugin for WordPress, Blogger...

Thursday 7 April 2011

Performance tips for Windows XP

1. Optimize your paging file
Windows XP uses a paging file on your hard disk to store information when the amount of available RAM memory isn't sufficient to hold all the data that is being processed. For instance, when you are working on a very large Word document that is too big to fit in your computer's RAM, Windows XP starts swapping part of it's data in and out the paging file on your hard disk.

Hard disk access is typically a lot slower than RAM access, that's why you should optimize your paging file.

Click the Start button, right click "My Computer" and select "Properties"
Select the "advanced" tab
Under "Performance" click on the "Settings" button
Again, select the "advanced" tab
Under "Virtual Memory" click on the "Change" button
Windows will then show the available hard drives in your computer and the paging file settings for each drive. If you have more than one hard disk, you should place your paging file on another disk than the system disk (where Windows is installed).

That is to avoid contention on the disk controller when Windows is working with system files and the paging file simultaneously.

Usually the system disk is C:, so select any other disk if you have one and then check the "Custom size" radio button. Type in the same value for "Initial size" and "Maximum size", so that Windows doesn't need time to resize the paging file while you are working with your computer. Microsoft recommends about 1.5 times the amount of RAM in your computer. Click the "Set" button to commit the changes you have made.

It is possible to have multiple paging files on multiple disks, but try to avoid having a paging file on your system disk. Just select that disk and select the "No paging file" radio button.

2. Optimize display settings
A lot of performance tips for Windows XP talk about the overall sexy-ness of Windows XP and the performance price you have to pay for it. If you are working on an older computer and you care more about speed than graphical coolness of the Windows XP interface, you might want to consider toning down the graphics a bit.

Click the Start button, right click "My Computer" and select "Properties"
Select the "advanced" tab
Under "Performance" click on the "Settings" button
Click the "Visual Effects" tab
Select the "Adjust for best performance" radio button and click ok
If this change is too radical for you, you can try experimenting with the different individual settings as well.

3. Indexing service
The indexing service is a program that indexes files on your computer to speed up search results when you perform a search. It usually wakes up and starts doing it's job when your computer is idle. That's the reason why some pc's hard disks often start making a lot of noise when nobody's working on them.

The indexing service is also mentioned in a lot of performance tips for Windows XP, because it can interfere with your work. If you don't perform a lot of file searches on your pc, you might want to disable the indexing service.

Click on the Start button, right click "My Computer" and select "Manage"
In the navigation tree at the left, go to the bottom and click the little "+" sign next to "services and applications"
Select "Services"
In the right Windows pane, scroll to "Indexing service", right click it and select "Properties"
Make sure that "Manual" is selected from the drop-down list under "Startup type"

4. Use the NTFS file system
Performance tips for Windows XP often mention the use of the NTFS file system because it works slightly faster than the FAT32 file system. Besides the performance benefit, you will also enjoy improved stability and security in comparison with the FAT32 file system.

You can convert an existing FAT32 file system to NTFS without data loss, but always remember that older operating systems like Windows 98 cannot work with NTFS.

Proceed with care if you have more than one operating system on your pc.

Click on the Start button, right-click "My Computer" and select "Manage"
In the navigation pane on the left, expand "storage" and choose "Disk Management"
The details on the right will reveal the file system details for each of your drives. Also make a note of the drive's volume name.
To convert a drive's file system :

Click the Start button and select "Run"
Type "convert d: /fs:ntfs" (without the quotes - replace d: with the drive letter that you want to convert) and click ok
A dos box will open and ask for the drive's volume name
Enter the volume name and hit the ENTER key
Windows will start the conversion to NTFS and notifies you when it is finished.

0 comments

Post a Comment