Showing posts with label pc. Show all posts
Showing posts with label pc. Show all posts

Friday, 14 February 2014

doom 3 speed up guarenteed

Posted by Unknown 05:15, under ,, | No comments

doom 3 speed up guarenteed :


First, open your doom3\base folder. Doubleclick on the pak000.pk4 file. In the "window can't open this file .. .bla bla" dialog, go on and associate the file with an app like WinRar. With this file open in WinRar, go to the glprogs directory in the file. In there you'll find the shaders. The interaction.vfp file seems to be the main rendering shader. Altering this shader to output a constant color turns most objects into that constant color, except for stuff like computer screens etc.

So doubleclick the interaction.vfp file to open it (you may have to associate the .vfp extension with a text editor like notepad or wordpad first since we're going to edit the file). Scroll down to the fragment shader. You'll find these rows:

Code:

PARAM subOne = { -1, -1, -1, -1 };
PARAM scaleTwo = { 2, 2, 2, 2 };


Add this right below them:

Code:

PARAM specExp = { 16, 0, 0, 0 };


Now scroll down to this:

Code:

# perform a dependent table read for the specular falloff
TEX R1, specular, texture[6], 2D;


Comment out that line by adding a "#" to it, and add another line that will do the same thing with math instead, so it should look like this:

Code:

# perform a dependent table read for the specular falloff
# TEX R1, specular, texture[6], 2D;
POW R1, specular.x, specExp.x;


Save the file and close your text editor. WinRar will ask if you want to update the file in the archive, select yes. Close 

Thursday, 13 February 2014

10 reasons why PCs crash U must Know

Posted by Unknown 05:47, under ,, | No comments

10 reasons why PCs crash U must Know


Fatal error: the system has become unstable or is busy," it says. "Enter to return to Windows or press Control-Alt-Delete to restart your computer. If you do this you will lose any unsaved information in all open applications."

You have just been struck by the Blue Screen of Death. Anyone who uses Mcft Windows will be familiar with this. What can you do? More importantly, how can you prevent it happening?

1 Hardware conflict

The number one reason why Windows crashes is hardware conflict. Each hardware device communicates to other devices through an interrupt request channel (IRQ). These are supposed to be unique for each device.

For example, a printer usually connects internally on IRQ 7. The keyboard usually uses IRQ 1 and the floppy disk drive IRQ 6. Each device will try to hog a single IRQ for itself.

If there are a lot of devices, or if they are not installed properly, two of them may end up sharing the same IRQ number. When the user tries to use both devices at the same time, a crash can happen. The way to check if your computer has a hardware conflict is through the following route:

* Start-Settings-Control Panel-System-Device Manager.

Often if a device has a problem a yellow '!' appears next to its description in the Device Manager. Highlight Computer (in the Device Manager) and press Properties to see the IRQ numbers used by your computer. If the IRQ number appears twice, two devices may be using it.

Sometimes a device might share an IRQ with something described as 'IRQ holder for PCI steering'. This can be ignored. The best way to fix this problem is to remove the problem device and reinstall it.

Sometimes you may have to find more recent drivers on the internet to make the device function properly. A good resource is www.driverguide.com. If the device is a soundcard, or a modem, it can often be fixed by moving it to a different slot on the motherboard (be careful about opening your computer, as you may void the warranty).

When working inside a computer you should switch it off, unplug the mains lead and touch an unpainted metal surface to discharge any static electricity.

To be fair to Mcft, the problem with IRQ numbers is not of its making. It is a legacy problem going back to the first PC designs using the IBM 8086 chip. Initially there were only eight IRQs. Today there are 16 IRQs in a PC. It is easy to run out of them. There are plans to increase the number of IRQs in future designs.

2 Bad Ram

Ram (random-access memory) problems might bring on the blue screen of death with a message saying Fatal Exception Error. A fatal error indicates a serious hardware problem. Sometimes it may mean a part is damaged and will need replacing.

But a fatal error caused by Ram might be caused by a mismatch of chips. For example, mixing 70-nanosecond (70ns) Ram with 60ns Ram will usually force the computer to run all the Ram at the slower speed. This will often crash the machine if the Ram is overworked.

One way around this problem is to enter the BIOS settings and increase the wait state of the Ram. This can make it more stable. Another way to troubleshoot a suspected Ram problem is to rearrange the Ram chips on the motherboard, or take some of them out. Then try to repeat the circumstances that caused the crash. When handling Ram try not to touch the gold connections, as they can be easily damaged.

Parity error messages also refer to Ram. Modern Ram chips are either parity (ECC) or non parity (non-ECC). It is best not to mix the two types, as this can be a cause of trouble.

EMM386 error messages refer to memory problems but may not be connected to bad Ram. This may be due to free memory problems often linked to old Dos-based programmes.

3 BIOS settings

Every motherboard is supplied with a range of chipset settings that are decided in the factory. A common way to access these settings is to press the F2 or delete button during the first few seconds of a boot-up.

Once inside the BIOS, great care should be taken. It is a good idea to write down on a piece of paper all the settings that appear on the screen. That way, if you change something and the computer becomes more unstable, you will know what settings to revert to.

A common BIOS error concerns the CAS latency. This refers to the Ram. Older EDO (extended data out) Ram has a CAS latency of 3. Newer SDRam has a CAS latency of 2. Setting the wrong figure can cause the Ram to lock up and freeze the computer's display.

Mcft Windows is better at allocating IRQ numbers than any BIOS. If possible set the IRQ numbers to Auto in the BIOS. This will allow Windows to allocate the IRQ numbers (make sure the BIOS setting for Plug and Play OS is switched to 'yes' to allow Windows to do this.).

4 Hard disk drives

After a few weeks, the information on a hard disk drive starts to become piecemeal or fragmented. It is a good idea to defragment the hard disk every week or so, to prevent the disk from causing a screen freeze. Go to

* Start-Programs-Accessories-System Tools-Disk Defragmenter

This will start the procedure. You will be unable to write data to the hard drive (to save it) while the disk is defragmenting, so it is a good idea to schedule the procedure for a period of inactivity using the Task Scheduler.

The Task Scheduler should be one of the small icons on the bottom right of the Windows opening page (the desktop).

Some lockups and screen freezes caused by hard disk problems can be solved by reducing the read-ahead optimisation. This can be adjusted by going to

* Start-Settings-Control Panel-System Icon-Performance-File System-Hard Disk.

Hard disks will slow down and crash if they are too full. Do some housekeeping on your hard drive every few months and free some space on it. Open the Windows folder on the C drive and find the Temporary Internet Files folder. Deleting the contents (not the folder) can free a lot of space.

Empty the Recycle Bin every week to free more space. Hard disk drives should be scanned every week for errors or bad sectors. Go to

* Start-Programs-Accessories-System Tools-ScanDisk

Otherwise assign the Task Scheduler to perform this operation at night when the computer is not in use.

5 Fatal OE exceptions and VXD errors

Fatal OE exception errors and VXD errors are often caused by video card problems.

These can often be resolved easily by reducing the resolution of the video display. Go to

* Start-Settings-Control Panel-Display-Settings

Here you should slide the screen area bar to the left. Take a look at the colour settings on the left of that window. For most desktops, high colour 16-bit depth is adequate.

If the screen freezes or you experience system lockups it might be due to the video card. Make sure it does not have a hardware conflict. Go to

* Start-Settings-Control Panel-System-Device Manager

Here, select the + beside Display Adapter. A line of text describing your video card should appear. Select it (make it blue) and press properties. Then select Resources and select each line in the window. Look for a message that says No Conflicts.

If you have video card hardware conflict, you will see it here. Be careful at this point and make a note of everything you do in case you make things worse.

The way to resolve a hardware conflict is to uncheck the Use Automatic Settings box and hit the Change Settings button. You are searching for a setting that will display a No Conflicts message.

Another useful way to resolve video problems is to go to

* Start-Settings-Control Panel-System-Performance-Graphics

Here you should move the Hardware Acceleration slider to the left. As ever, the most common cause of problems relating to graphics cards is old or faulty drivers (a driver is a small piece of software used by a computer to communicate with a device).

Look up your video card's manufacturer on the internet and search for the most recent drivers for it.

6 Viruses

Often the first sign of a virus infection is instability. Some viruses erase the boot sector of a hard drive, making it impossible to start. This is why it is a good idea to create a Windows start-up disk. Go to

* Start-Settings-Control Panel-Add/Remove Programs

Here, look for the Start Up Disk tab. Virus protection requires constant vigilance.

A virus scanner requires a list of virus signatures in order to be able to identify viruses. These signatures are stored in a DAT file. DAT files should be updated weekly from the website of your antivirus software manufacturer.

An excellent antivirus programme is McAfee VirusScan by Network Associates ( www.nai.com). Another is Norton AntiVirus 2000, made by Symantec ( www.symantec.com).

7 Printers

The action of sending a document to print creates a bigger file, often called a postscript file.

Printers have only a small amount of memory, called a buffer. This can be easily overloaded. Printing a document also uses a considerable amount of CPU power. This will also slow down the computer's performance.

If the printer is trying to print unusual characters, these might not be recognised, and can crash the computer. Sometimes printers will not recover from a crash because of confusion in the buffer. A good way to clear the buffer is to unplug the printer for ten seconds. Booting up from a powerless state, also called a cold boot, will restore the printer's default settings and you may be able to carry on.

8 Software

A common cause of computer crash is faulty or badly-installed software. Often the problem can be cured by uninstalling the software and then reinstalling it. Use Norton Uninstall or Uninstall Shield to remove an application from your system properly. This will also remove references to the programme in the System Registry and leaves the way clear for a completely fresh copy.

The System Registry can be corrupted by old references to obsolete software that you thought was uninstalled. Use Reg Cleaner by Jouni Vuorio to clean up the System Registry and remove obsolete entries. It works on Windows 95, Windows 98, Windows 98 SE (Second Edition), Windows Millennium Edition (ME), NT4 and Windows 2000.

Read the instructions and use it carefully so you don't do permanent damage to the Registry. If the Registry is damaged you will have to reinstall your operating system. Reg Cleaner can be obtained from www.jv16.org

Often a Windows problem can be resolved by entering Safe Mode. This can be done during start-up. When you see the message "Starting Windows" press F4. This should take you into Safe Mode.

Safe Mode loads a minimum of drivers. It allows you to find and fix problems that prevent Windows from loading properly.

Sometimes installing Windows is difficult because of unsuitable BIOS settings. If you keep getting SUWIN error messages (Windows setup) during the Windows installation, then try entering the BIOS and disabling the CPU internal cache. Try to disable the Level 2 (L2) cache if that doesn't work.

Remember to restore all the BIOS settings back to their former settings following installation.

9 Overheating

Central processing units (CPUs) are usually equipped with fans to keep them cool. If the fan fails or if the CPU gets old it may start to overheat and generate a particular kind of error called a kernel error. This is a common problem in chips that have been overclocked to operate at higher speeds than they are supposed to.

One remedy is to get a bigger better fan and install it on top of the CPU. Specialist cooling fans/heatsinks are available from www.computernerd.com or www.coolit.com

CPU problems can often be fixed by disabling the CPU internal cache in the BIOS. This will make the machine run more slowly, but it should also be more stable.

10 Power supply problems

With all the new construction going on around the country the steady supply of electricity has become disrupted. A power surge or spike can crash a computer as easily as a power cut.

If this has become a nuisance for you then consider buying a uninterrupted power supply (UPS). This will give you a clean power supply when there is electricity, and it will give you a few minutes to perform a controlled shutdown in case of a power cut.

It is a good investment if your data are critical, because a power cut will cause any unsaved data to be lost.

23 Ways To Speed WinXP, Not only Defrag

Posted by Unknown 05:35, under ,, | No comments

23 Ways To Speed WinXP, Not only Defrag

Since defragging the disk won't do much to improve Windows XP performance, here are 23 suggestions that will. Each can enhance the performance and reliability of your customers' PCs. Best of all, most of them will cost you nothing.
1.) To decrease a system's boot time and increase system performance, use the money you save by not buying defragmentation software -- the built-in Windows defragmenter works just fine -- and instead equip the computer with an Ultra-133 or Serial ATA hard drive with 8-MB cache buffer.

2.) If a PC has less than 512 MB of RAM, add more memory. This is a relatively inexpensive and easy upgrade that can dramatically improve system performance.

3.) Ensure that Windows XP is utilizing the NTFS file system. If you're not sure, here's how to check: First, double-click the My Computer icon, right-click on the C: Drive, then select Properties. Next, examine the File System type; if it says FAT32, then back-up any important data. Next, click Start, click Run, type CMD, and then click OK. At the prompt, type CONVERT C: /FS:NTFS and press the Enter key. This process may take a while; it's important that the computer be uninterrupted and virus-free. The file system used by the bootable drive will be either FAT32 or NTFS. I highly recommend NTFS for its superior security, reliability, and efficiency with larger disk drives.

4.) Disable file indexing. The indexing service extracts information from documents and other files on the hard drive and creates a "searchable keyword index." As you can imagine, this process can be quite taxing on any system.

The idea is that the user can search for a word, phrase, or property inside a document, should they have hundreds or thousands of documents and not know the file name of the document they want. Windows XP's built-in search functionality can still perform these kinds of searches without the Indexing service. It just takes longer. The OS has to open each file at the time of the request to help find what the user is looking for.

Most people never need this feature of search. Those who do are typically in a large corporate environment where thousands of documents are located on at least one server. But if you're a typical system builder, most of your clients are small and medium businesses. And if your clients have no need for this search feature, I recommend disabling it.

Here's how: First, double-click the My Computer icon. Next, right-click on the C: Drive, then select Properties. Uncheck "Allow Indexing Service to index this disk for fast file searching." Next, apply changes to "C: subfolders and files," and click OK. If a warning or error message appears (such as "Access is denied"), click the Ignore All button.

5.) Update the PC's video and motherboard chipset drivers. Also, update and configure the BIOS. For more information on how to configure your BIOS properly, see this article on my site.

6.) Empty the Windows Prefetch folder every three months or so. Windows XP can "prefetch" portions of data and applications that are used frequently. This makes processes appear to load faster when called upon by the user. That's fine. But over time, the prefetch folder may become overloaded with references to files and applications no longer in use. When that happens, Windows XP is wasting time, and slowing system performance, by pre-loading them. Nothing critical is in this folder, and the entire contents are safe to delete.

7.) Once a month, run a disk cleanup. Here's how: Double-click the My Computer icon. Then right-click on the C: drive and select Properties. Click the Disk Cleanup button -- it's just to the right of the Capacity pie graph -- and delete all temporary files.

8.) In your Device Manager, double-click on the IDE ATA/ATAPI Controllers device, and ensure that DMA is enabled for each drive you have connected to the Primary and Secondary controller. Do this by double-clicking on Primary IDE Channel. Then click the Advanced Settings tab. Ensure the Transfer Mode is set to "DMA if available" for both Device 0 and Device 1. Then repeat this process with the Secondary IDE Channel.

9.) Upgrade the cabling. As hard-drive technology improves, the cabling requirements to achieve these performance boosts have become more stringent. Be sure to use 80-wire Ultra-133 cables on all of your IDE devices with the connectors properly assigned to the matching Master/Slave/Motherboard sockets. A single device must be at the end of the cable; connecting a single drive to the middle connector on a ribbon cable will cause signaling problems. With Ultra DMA hard drives, these signaling problems will prevent the drive from performing at its maximum potential. Also, because these cables inherently support "cable select," the location of each drive on the cable is important. For these reasons, the cable is designed so drive positioning is explicitly clear.

10.) Remove all spyware from the computer. Use free programs such as AdAware by Lavasoft or SpyBot Search & Destroy. Once these programs are installed, be sure to check for and download any updates before starting your search. Anything either program finds can be safely removed. Any free software that requires spyware to run will no longer function once the spyware portion has been removed; if your customer really wants the program even though it contains spyware, simply reinstall it. For more information on removing Spyware visit this Web Pro News page.

11.) Remove any unnecessary programs and/or items from Windows Startup routine using the MSCONFIG utility. Here's how: First, click Start, click Run, type MSCONFIG, and click OK. Click the StartUp tab, then uncheck any items you don't want to start when Windows starts. Unsure what some items are? Visit the WinTasks Process Library. It contains known system processes, applications, as well as spyware references and explanations. Or quickly identify them by searching for the filenames using Google or another Web search engine.

12.) Remove any unnecessary or unused programs from the Add/Remove Programs section of the Control Panel.

13.) Turn off any and all unnecessary animations, and disable active desktop. In fact, for optimal performance, turn off all animations. Windows XP offers many different settings in this area. Here's how to do it: First click on the System icon in the Control Panel. Next, click on the Advanced tab. Select the Settings button located under Performance. Feel free to play around with the options offered here, as nothing you can change will alter the reliability of the computer -- only its responsiveness.

14.) If your customer is an advanced user who is comfortable editing their registry, try some of the performance registry tweaks offered at Tweak XP.

15.) Visit Microsoft's Windows update site regularly, and download all updates labeled Critical. Download any optional updates at your discretion.

16.) Update the customer's anti-virus software on a weekly, even daily, basis. Make sure they have only one anti-virus software package installed. Mixing anti-virus software is a sure way to spell disaster for performance and reliability.

17.) Make sure the customer has fewer than 500 type fonts installed on their computer. The more fonts they have, the slower the system will become. While Windows XP handles fonts much more efficiently than did the previous versions of Windows, too many fonts -- that is, anything over 500 -- will noticeably tax the system.

18.) Do not partition the hard drive. Windows XP's NTFS file system runs more efficiently on one large partition. The data is no safer on a separate partition, and a reformat is never necessary to reinstall an operating system. The same excuses people offer for using partitions apply to using a folder instead. For example, instead of putting all your data on the D: drive, put it in a folder called "D drive." You'll achieve the same organizational benefits that a separate partition offers, but without the degradation in system performance. Also, your free space won't be limited by the size of the partition; instead, it will be limited by the size of the entire hard drive. This means you won't need to resize any partitions, ever. That task can be time-consuming and also can result in lost data.

19.) Check the system's RAM to ensure it is operating properly. I recommend using a free program called MemTest86. The download will make a bootable CD or diskette (your choice), which will run 10 extensive tests on the PC's memory automatically after you boot to the disk you created. Allow all tests to run until at least three passes of the 10 tests are completed. If the program encounters any errors, turn off and unplug the computer, remove a stick of memory (assuming you have more than one), and run the test again. Remember, bad memory cannot be repaired, but only replaced.

20.) If the PC has a CD or DVD recorder, check the drive manufacturer's Web site for updated firmware. In some cases you'll be able to upgrade the recorder to a faster speed. Best of all, it's free.

21.) Disable unnecessary services. Windows XP loads a lot of services that your customer most likely does not need. To determine which services you can disable for your client, visit the Black Viper site for Windows XP configurations.

22.) If you're sick of a single Windows Explorer window crashing and then taking the rest of your OS down with it, then follow this tip: open My Computer, click on Tools, then Folder Options. Now click on the View tab. Scroll down to "Launch folder windows in a separate process," and enable this option. You'll have to reboot your machine for this option to take effect.

23.) At least once a year, open the computer's cases and blow out all the dust and debris. While you're in there, check that all the fans are turning properly. Also inspect the motherboard capacitors for bulging or leaks. For more information on this leaking-capacitor phenomena, you can read numerous articles on my site.


Following any of these suggestions should result in noticeable improvements to the performance and reliability of your customers' computers. If you still want to defrag a disk, remember that the main benefit will be to make your data more retrievable in the event of a crashed drive.

Friday, 18 October 2013

the best COMPUTER TIPS AND TRICKS 20 amazing windows xp tricks

Posted by Unknown 11:09, under ,, |

Windows XP Customisation

1. Remove the Recycle Bin
If you prefer to work with a completely clear desktop, you can hide the Recycle Bin with a little Registry hack. You can still use the [Shift] + [Delete] shortcut to access the Bin when you need it.
Choose 'Start > Run' and type 'Regedit' in the 'Open' bar. Click 'OK'. Now browse to: HKEY_ LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Current Version\Explorer\HideDesktop Icons\NewStartPanel. Create a new DWORD value and name it: '{645FF040-5081-101B-9F08-00AA002F954E}'
Double-click this and change its value to '1'. Quit Registry Editor, then right-click an empty space somewhere on your desktop and choose 'Refresh'. The Recycle Bin icon will magically disappear from the desktop. You can get it back again at any time by changing the value back to '0'.
2. Make folders stand out


Handy Windows XP tips and tricks
When you're navigating your hard drive you can spend a lot of time looking at folders, so it's a good idea to customise them to suit your taste. Open the Folder Options control panel.
Here you can choose whether to show common task links to the left of folder windows, as well as the type of files you'd like displayed. You can change the icon or picture used to represent a folder (see tip 5), but you can also add a background image or colour to folders.
You could do this the hard way - by manually editing configuration files - but a better and easier way is to use a third-party program that can do the hard work for you. Windowpaper XP is that tool. Once installed, just select your chosen image, click 'Change Image' and select the image you want to use.
Note that you can't stretch or centre your chosen image - if it's smaller than the window in question it will tile, so bear that in mind when choosing your image. If the image is too vibrant, consider creating a copy in your image editor, then increasing the brightness and lowering the contrast to produce a washed-out look that won't distract you when browsing the folder.
3. Organise your applications


Handy Windows XP tips and tricks
On any new Windows XP installation, it's a good idea to stack the Quick Launch toolbar on top of a double-decked taskbar so that everything you use is close at hand. You can then add shortcuts for all of your regularly used applications to the Quick Launch toolbar, as well as shortcuts to My Computer and your My Documents folder.
4. Create your own theme for Windows XP


Handy Windows XP tips and tricks
Given that it's so important, and so easy to change, you'd have thought that Microsoft might have included more than two themes with Windows XP. Fortunately, it's easy to change the existing ones.
To change themes or colours, you'll need to get into the Display Properties. To do this, go to the Start menu and select 'Settings > Control Panel', then in the Control Panel select 'Display'.
Click the Appearance tab at the top of the dialog. You'll see that you can manually go in and change the colour of every menu, piece of text, dialog box and so on. If you don't like the default colours in the colour palette, click 'Advanced', then click the colour square, select 'Other' and you can create your own colours using RGB or HSV values.
For easier re-selection of colours that you create manually, click the 'Add to Custom Colours' button once you've created a new colour you're happy with, and it will now be added to the User Palette.
Finally, click the 'Desktop' tab. Here you can select an image to use as a background picture for your desktop. You can either use a small repeating pattern that can be tiled to fill the desktop, or you can use a single larger picture that fills the entire screen. If the picture is too small for the screen, you can select the stretch option to ensure that it fits.
Click the 'Browse' button to select a picture file from your hard drive. Windows XP recognises BMP, GIF, JPG, JPEG, DIB and PNG picture formats, as well as HTM and HTML web page formats. If your image is in another format, such as TIFF, you'll need to convert it using your favourite image editing program.
Having customised your display, click the left-hand tab in the Display Properties dialog, and you'll see the Themes window appear. From here, you can select one of the defaults from the drop-down list. More importantly, you can save the current theme for future use.
5. Change your icons
If you're not happy with the icons used for some of your shortcuts, you can change them to something else that may be more obvious (or make your own, see tip 6 below) for that particular type of application. Right-click the shortcut, select 'Properties', and click 'Change Icon'. Now, use the 'Browse' button to choose a file to search for icons, make your selection, and click 'OK'.
6. Make custom icons


Handy Windows XP tips and tricks
If you decide to make your own custom icons, there are a few things to be aware of. First, they come in different sizes according to where they are displayed, such as the desktop, the Start menu, Folders, Drives, and so on.
Icons are measured in pixels, and the three sizes used on Windows XP are 16 x 16, 32 x 32 and 48 x 48. Second, icons use a 32-bit palette, enabling you to use any colour that the eye can detect.
In the past, icons were either opaque (solid), or completely transparent, making them appear as sharp-edged cutouts on the screen. Now, they can gently fade into the background, and you can create subtle shadow effects.
Finally, the default Windows icons are packaged and encoded into the shell32.dll, and many program icons are similarly hard-coded. If you choose to replace these icons, you can either select any of the default icons, or you can add icons you've downloaded from the internet or created yourself in an image editor or icon creator. Individual icons have the ICO file extension, while icon groups have the ICL extension.
7. Remove text from icons
You can improve the general look of your PC's desktop by removing the names of shortcuts, leaving the icons to speak for themselves. If you try renaming a desktop shortcut to a single space, Windows XP won't let you.
However, you can force it to accept a space as the name by holding down [Alt] and typing 255 on the number pad. If you want multiple shortcuts to have blank names, you'll need to give each one a different number of spaces to avoid them having identical names.
8. Remove programs from the 'Open With' list
Stop programs appearing on the 'Open with' list when you're trying to open an unrecognised file.
Open Regedit and browse to HKEY_ CLASSES_ROOT\Applications, and you'll see a list of programs that are installed on your PC as subkeys in the left-hand pane. To remove an unwanted program from this list, select it and right-click in the right hand pane.
Choose 'New > String value'. Name it 'NoOpenWith'. Repeat for each application that you want to remove from this list.
9. Choose a new screensaver


Handy Windows XP tips and tricks
Windows XP comes complete with a selection of screensavers, and it's easy to switch between them. Right-click the desktop and choose 'Properties > Screensaver'. There are plenty more screensavers available online too, although be careful when looking for them. There's plenty of research that indicates that 'free screensaver' is a search term most likely to lead you to malicious software.
10. Personalise your folders with images


Handy Windows XP tips and tricks
Right-click inside a folder and select 'Customize This Folder...'. If you decide you'd like to use a picture to represent your chosen folder, when you use thumbnail view, the folder icon will display the picture you've chosen. For example, if the folder is a collection of family snaps, you might want to use a photo of your family. Alternatively, you can use the Change Icon option to give individual folders a unique, identifiable icon.
11. Edit your drive names


Handy Windows XP tips and tricks
If you've split your hard drive into two or more partitions, renaming drives can make them easier to identify. Partitions enable you to store groups of data separately from each other on your computer - effectively like having multiple hard drives. Simply right-click a hard drive partition in My Computer, select Properties, and enter a new label.
12. Disable autorun for discs
Put a disc in your CD/DVD drive and you'll notice an appreciable lag as it spins up, even if you're not just about to use it. If you don't always need your CDs and DVDs to launch automatically when you insert them, the needless spinning up of the discs can slow your machine down.
You can disable CD autorun by modifying this registry key:
'HKEY_LOCAL_ MACHINE\SYSTEM\Current ControlSet\Services\Cdrom'. Double-click the 'AutoRun Dword' value and set it to '0'. Change it to '1' to restore it.
13. Add your own sound effects


Handy Windows XP tips and tricks
You can configure your system so that it plays sounds to accompany various events, such as when dialogs appear, or when you make menu selections. Visit the Sounds section of the 'Sounds & Audio Devices' control panel to choose from a number of pre-configured schemes, or choose any selection of WAV files from your hard drive and create your own schemes. You can even have your favourite song play when your PC starts up.
14. Create a mute shortcut
You can make a custom shortcut that mutes and unmutes your PC's sound by downloading a small utility called Nircmd.
Download and extract the file contents to 'My Documents'. Next, right-click the desktop and choose 'New > Shortcut'. Enter the following for the shortcut location:
"C:\Documents and Settings\Owner\My Documents\nircmd\nircmd.exe" mutesysvolume 2.
Ensure that the path points to the location where you extracted the 'Nircmd.exe' file. Name the shortcut 'mute_ unmute'. Double-click it to mute your speakers and do so again to turn them back on.
15. Correct file sorting
By default, a file named '2.jpg' will be sorted after one called '20.jpg'. Many people work around this by starting single-digit numbers in file names with a leading zero, but you can change this behaviour by making a Registry edit.
Browse to the Registry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explore. Create a new DWORD value and name it 'NoStrCmpLogical'. Right click and modify its value to '1'.
16. Display shortcut keys
When you open a menu or My Computer window in XP, you can see what shortcut keys are available by pressing [Alt] once - underlined letters will appear, and pressing that letter will trigger the appropriate shortcut, whether it's ticking a box or selecting a button.
You can make these underlined letters appear automatically from the 'Appearance' tab under the 'Desktop' control panel. Click the 'Effects' button and remove the tick next to the box marked 'Hide underlined letters for keyboard navigation until I press the Alt key'. Click 'OK' twice.
17. Perform a complete redesign with these tools
If you want to go beyond the options in Windows XP itself you can try an overhaul using these customisation tools:


Handy Windows XP tips and tricks
TweakUI: No discussion about personalising your PC would be complete without mentioning TweakUI - the indispensable Microsoft tool from the team behind Windows XP. There are so many small but important changes you can make to your system with this program, but by far the best way to find out about them is to download it and experiment.


Handy Windows XP tips and tricks
Talisman Desktop: If you're interested in more extreme forms of computer personalisation, Talisman Desktop can completely transform the appearance of your desktop - even the default theme is something to behold, but there are plenty more available for you to choose from.


Handy Windows XP tips and tricks
WindowBlinds: Next you should head over to Stardock, where you'll find even more desktop enhancements. One such example is WindowBlinds, which enables you to not only change the appearance of your windows, but also the way they act. It's one of the most powerful customisation tools, and you'll find plenty of other tools on offer too - the full set is available for £32/$50 as part of the Object Desktop suite.
18. Make Windows XP fun for your kids, Part 1


Handy Windows XP tips and tricks
The first thing you should do before installing anything on your system is create a separate account for your kids. Open the User Accounts Control Panel, create a new account and select 'Limited' for the account type.
There are several ways of making your desktop child-friendly without installing extra software. First, get yourself a good wallpaper. Younger children can find a range of excellent wallpapers at the Cbeebies website. You could also take a look at the wallpapers from the National Geographic for older kids.
What about the icons? There are a couple of options here - older children will enjoy the Plou icons available in Stardock's IconPackager. Alternatively, another set of child-friendly icons can be found at WinCustomize.
19. Make Windows XP fun for your kids, Part 2


Handy Windows XP tips and tricks
Since we're forgetting all concepts of taste in pursuit of an appealing children's desktop, why not swap the standard cursors too? You'll need CursorFX to use the really bright and colourful ones.
Once you've downloaded and installed the program, open the configuration window and click the CursorFX tab. You can select the different cursor sets from the Theme drop-down menu. To install a new theme select 'Browse' from the Theme drop-down menu. After a short pause while CursorFX renders the icons, you'll see your new set. Configure each cursor by clicking the Configure button and double-clicking an item in the main window. Save your modified set by clicking 'Save As'.
20. Make Windows XP fun for your kids, Part 3


Handy Windows XP tips and tricks
You can really go to town on your desktop if you use a shell program. DesktopX is a great way of combining an enjoyable environment with access control. In Edit mode you can set up the desktop, and in User mode, you lock everything down.
You can import large pictures and use them as shortcuts to specific programs, and you can include sounds and animations too. The program comes with a couple of basic examples, such as a theme called Kids, which includes an embedded web browser and links to five sites. Your children can only access those sites, and they're unlikely to encounter anything dubious no matter how many external links they manage to follow.
Load DesktopX Builder by selecting 'Start > Programs > StarDock > Desktop Object > DesktopX Builder'. Load the 'Desktop Playground' theme if it isn't already. This mode enables you to customise the desktop in many ways - we'll add a web shortcut.
If you want to do some editing then right-click one of the frames and select 'Properties > States'. The 'Appearance' tab below should be selected. Click the 'Browse' button and select the PNG files, now click the 'Mouse Over' state and select the PNG file.