Everybody and their dog will tell you they know some great performance tips for Windows XP. The internet is overcrowded with them. How to tell which ones work and which are to be avoided ?
And why on earth is this yet another Windows XP tips and tricks page about performance tips for Windows XP ?
It's because there are some simple techniques that really work without compromising your system stability. And they are simple to implement, so let's get started.
1. Optimize your paging file:
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:
- 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 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:
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.
No comments:
Post a Comment