|
Page 4 of 5
16. Change to the NTFS file system
If you are using Windows XP, is a good idea to change the filesystem for your partitions to NTFS. It will improve security and data security, but also it can improve speed of your system.
If you are using two operating systems, and one of them is Windows 9x/Me or other OS which can't read NTFS, don't change it, else, you don't have any reason to keep your partition to FAT32.
Right click on 'my computer' and select 'manage'
From the computer management window, expand storage and select 'disk management.'
Using the 'file system' column of the upper pane of this window, you can easily check what file system each of your logical drives is using. Make a note of this information.
Now open a command prompt window by going to 'start\run' and typing 'cmd'
To convert a disk to NTFS, type 'convert (drive letter): /fs:ntfs'
So for example, if you were going to convert your C: drive, you would type 'Convert c: /fs:ntfs' at the prompt.
17. Perform a manual Application and Boot file Defrag
Windows XP has a feature to defragment application and operating system boot time by moving important files to the edges of hard drive for faster disk access.
Depending on your system, this can give a slight performance boost to data access from the affected drive.
Open command prompt ('start/run' and type 'cmd').
Type 'defrag (drive letter): -b'
The process may take a few minutes to complete.
18. Disable the hibernation feature
Windows XP's hibernation option allows a computer to copy its current memory contents to the hard drive before shutdown, allowing the system to resume operations exactly where it left off when it was powered down. To do this, it reserves space on the hard drive equal to the amount of physical memory present. If you do not plan to use the hibernation feature, you should ensure that it is disabled, or you are wasting disk space.
To disable hibernation:
Go to 'start/control panel/performance and maintenance/power options.'
Go to the 'hibernate' tab and uncheck the 'enable hibernation' check box.
|