Tuesday, December 30, 2008

Ways to Keep Your Windows XP System Fresh

Tip 1: Get Off the Upgrade Bandwagon

If you constantly upgrade to the latest powerhouse versions of your favorite applications without
also upgrading your hardware and Windows version, your system will seem older and creakier than ever. Instead of listening to the siren call of endless upgrades, stick with application versions that you know work well with your system.

In the same vein, consider turning off the auto-update features that so many applications have these days (with the exception of your firewall, antivirus, and anti-spyware tools).

Tip 2: Swap When You Need To

  • Windows designates a portion of hard-disk space as virtual memory (also called the "swapfile" or"pagefile") to supplement RAM. The OS assigns some virtual-memory space to all processes, and the virtual memory itself gets used even if some RAM is still available.
  • Accessing a hard disk is always slower than using RAM, so if your system has oodles of memory, you may improve performance slightly by telling Windows not to use the pagefile for some of its own code until it has used up available RAM.
  • How much memory is in an oodle? That depends on the number and types of applications you typically run on your system--but don't make this adjustment unless your PC has at least 1GB of RAM.
  • To make Windows use virtual memory only as a last resort, you have to edit the Windows Registry.
  • And because anything can happen when you change your Registry, you must back it up first. (Note that Microsoft recommends against eliminating your pagefile entirely.)
  • With your Registry backup in place, choose Start, Run, type regedit, and press . In the tree pane on the left, navigate to and select HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management.
  • Double-click the Disable, Paging,Executive icon in the right pane.
  • Change the '0' in the Value data box to 1, click OK, and restart your computer.

Tip 3: Go With the NTFS Flow

  • If you've been hanging onto your old FAT32 hard-disk format, it's high time you switched to NTFS.
  • Besides being faster and more secure, NTFS also gives you encryption, folder and disk compression, and other superior features.
  • About the only reason to stick with FAT or FAT32 is if you need to be able to access your disk from DOS or Windows 98 (puh-leaze!)Don't worry; you can switch to NTFS without reformatting your hard disk and restoring your apps and data from a backup.
  • Just choose Start, Run, type cmd.exe, and press to open a Command Prompt window.
  • Now type convert followed by a space, the drive letter, a colon, another space, and finally /fs:ntfs.
  • For example, enter convert c:/fs:ntfs if you want to convert your C: drive to NTFS.
Tip 4: Reset Your System Restore Priorities

  • System Restore has saved my bacon many times, so I reserve as much disk space as possible for its restore points.
  • To adjust the amount of disk space System Restore claims, right-click My Computer in Explorer or on the desktop and choose Properties.
  • Click the System Restore tab and select a drive whose storage settings you want to change. Choose Settings, drag the slider to the desired level, and click OK twice.

Tip 5: Relocate System Stuff

Some files--System Restore points, for example--must be stored on your Windows drive. But if you have multiple hard disks or partitions, you can free up space on your Windows drive by moving other system files elsewhere.

Tip 6: Sacrifice Hibernation

  • When you use Windows' hibernation feature to start up faster, the OS puts everything in RAM in a single hidden file named 'hiberfil.sys' on your hard disk.
  • The file is roughly the same size as your RAM--for example, 512MB for a machine with 512MB of RAM. Like System Restore points, your hibernation file must be on the same drive as Windows.
  • If you're running out of space on your Windows drive and you don't use the hibernation feature (or don't find it terribly useful), you can save a huge chunk of disk space by turning the feature off, and thereby deleting the hiberfil.sys file:
  • Choose Start, Run, type powercfg.cpl, and press . Click the Hibernate tab, and uncheck
  • Enable hibernation. Click OK.

1 comment: