Tips for speeding up your computer rpw consulting LLC http

Reviews
Shared by: Woo Hatcher
Stats
views:
7
rating:
not rated
reviews:
0
posted:
1/18/2009
language:
pages:
0
Tips for speeding up your computer rpw consulting, LLC http://www.rpwconsulting.net This document contains tips that can be used to speed up a Windows XP PC that has gotten slower over time. These tips will not cure all possible problems for a PC “feeling” slow, but they should help. These instructions are for Windows XP only and do not necessarily apply to earlier or later version of Microsoft Windows. Please know that some of these tips, if improperly implemented, can lead to loss of data or further problems with the operating system and/or other applications. Table of Contents: Deleting Temporary Internet Files ..................................................................................................... 1 Clearing Internet History....................................................................................................................3 Deleting Other Temporary Files .........................................................................................................3 Deleting “Dump” Files ........................................................................................................................5 Defragment the Hard Drive ................................................................................................................6 Check Hard Disk for Errors and Fix .................................................................................................. 8 Author Contact Information ...............................................................................................................9 Deleting Temporary Internet Files One of the main problems with a PC running slower is a feature that is actually intended to make the PC run faster. Microsoft Windows keeps a temporary, local copy of most files (pictures, text, etc.) that are viewed in Internet Explorer so that when Internet Explorer requests the same file again, it can display it more quickly. This works great if there are not a lot of files to sort through to find the one requested. As they build up over time, that huge amount of files can slow down the PC. On occasion, I have seen instances where having certain Temporary Internet Files actually prohibit viewing a web page correctly. The solution to these problems is to delete the Temporary Internet Files. The instructions for deleting Temporary Internet Files listed below are for Internet Explorer (IE) version 6. IE version 7 will require a different set of instructions. To delete Temporary Internet Files (for IE v6): 1) Open Internet Explorer. 2) Click on Tools > Internet Options… Ryan P. Walker rpw consulting, LLC Page 1 of 9 Tips for speeding up your computer Tips for speeding up your computer rpw consulting, LLC http://www.rpwconsulting.net 3) Click on the Delete Files… button under Temporary Internet Files. 4) Click OK to begin deleting all files in Temporary Internet Files. 5) Deleting these files may take quite a bit of time, depending on how many files are actually on the computer. While the Temporary Internet Files are being deleted Internet Explorer may appear to be “locked” or “crashed.” Be patient! When all of the files are deleted, the cursor will change from an hourglass back to an arrow, assuming the standard mouse cursors are used. 6) Close Internet Explorer when done. Ryan P. Walker rpw consulting, LLC Page 2 of 9 Tips for speeding up your computer Tips for speeding up your computer rpw consulting, LLC http://www.rpwconsulting.net Clearing Internet History Internet History can be very useful at times; allowing the user to back track web pages that were recently viewed, without having to remember the exact address that was visited. However, keeping the computer nice and tidy can also be very useful. This tip should only be performed if you are positive you will not need to use the History to view recent web pages again. Again, these instruction steps are for Internet Explorer (IE) version 6, not version 7. To clear local Internet History: 1) Open Internet Explorer. 2) Click on Tools > Internet Options… 3) Click on the Clear History button under History. 4) Deleting the History files should take significantly less time than deleting the Temporary Internet Files. 5) Close Internet Explorer when done. Deleting Other Temporary Files Other temporary files, not related to Internet Explorer, can slow down the computer simply because they are unnecessary and take up space on the computer’s hard drive. These other Ryan P. Walker rpw consulting, LLC Page 3 of 9 Tips for speeding up your computer Tips for speeding up your computer rpw consulting, LLC http://www.rpwconsulting.net temporary files can be left after a program was installed, if a program was closed incorrectly, or any of various other ways. These files all have one thing in common: they end with the “.tmp” file extension. There are many ways to easily and quickly get rid of these type files. The steps below outline the author’s preferred method of deleting other temporary files. CAUTION !!! Performing these steps incorrectly can cause data loss. 1) Click on Start > All Programs > Accessories > Command Prompt. 2) In the command prompt window, type cd\ to go to the root of the C drive. 3) Your prompt should now look like C:\>. 4) At the C:\> prompt, type del *.tmp /s. (In spoken language that command would be

). Make sure this command is typed correctly before proceeding. This is very, very important. 5) Press the Enter key after del *.tmp /s. Ryan P. Walker rpw consulting, LLC Page 4 of 9 Tips for speeding up your computer Tips for speeding up your computer rpw consulting, LLC http://www.rpwconsulting.net 6) You should see a list of files scroll in the command prompt window. If files are currently in use by an application or process, those files may not be deleted and return the error Access Denied. That is not a problem. Some files may remain, but most will be removed. The command listed above told the computer to delete all files that end with the *.tmp extension and look for those files in all subdirectories, not just the current directory. Deleting “Dump” Files Dump files are created when the computer has encountered a serious error. When a serious error occurs, Microsoft Windows will attempt to take all the information in the computer’s memory and write it to a file. The file created is called the “dump” file. The program that writes this dump file is called Dr. Watson, so it is sometimes referred to as a Dr. Watson error or a Dr. Watson file. Occasionally, these files can be very large. They may not slow down the computer, but they can use up a lot of drive space. By removing the dump files some hard drive space can be freed up. Dump files always end with the “.dmp” file extension. CAUTION: Never delete dump files if the problem is going to be analyzed by Microsoft. The dump file can be used by Microsoft to determine why the error is occurring. Do not delete dump files unless you are sure the files will not be used by Microsoft for analysis (unless a professional computer person is involved, you will most likely not need these files). 1) Click on Start > All Programs > Accessories > Command Prompt. 2) In the Command Prompt window, type cd\ to go to the root of the C drive. 3) Your prompt should now look like C:\>. 4) At the C:\> prompt, type del *.dmp /s. (In spoken language that command would be

). Ryan P. Walker rpw consulting, LLC Page 5 of 9 Tips for speeding up your computer Tips for speeding up your computer rpw consulting, LLC http://www.rpwconsulting.net 5) Press the Enter key after del *.dmp /s. 6) This command may delete only one or two files, or it may not delete any files at all. The command listed above told the computer to delete all files that end with the *.dmp extension and look for those files in all subdirectories, not just the current directory. Defragment the Hard Drive Over time, as more files are added to the hard drive and some files are removed, empty “holes” begin showing up between files. If a large file is written to the hard drive, it may not be able to fit entirely into one of the empty “holes.” In that case, part of the file may be written to the hole and part of the file may be written to another part of the hard drive. When the file is needed, the computer must then go and retrieve all of the parts of the file. By defragmenting the hard drive those parts of the large file are all written close to each other on the drive, allowing the file to be retrieved much faster. Defragmenting the hard drive will usually take a long time if the drive is very fragmented already. It is recommended to start defragmenting the hard drive before going to bed or when you don’t plan to use the computer for a long period of time (several hours). To Defragment the hard drive: 1) Click on Start > All Programs > Accessories > System Tools > Disk Defragmenter. 2) On the Disk Defragmenter window, click on (C:), then click the Analyze button. Ryan P. Walker rpw consulting, LLC Page 6 of 9 Tips for speeding up your computer Tips for speeding up your computer rpw consulting, LLC http://www.rpwconsulting.net 3) A smaller window will appear to let you know if Windows recommends running a “defrag” job on this drive or not. 4) You can choose to Defragment the drive, even if Windows doesn’t think it is needed. 5) Click Close to close the smaller window. 6) After the analyze portion is complete, you will be able to see how defragmented the drive is. The more red you see, the more the drive is fragmented and the longer the “defrag” will take. 7) Click on the Defragment button to begin the defrag job. Ryan P. Walker rpw consulting, LLC Page 7 of 9 Tips for speeding up your computer Tips for speeding up your computer rpw consulting, LLC http://www.rpwconsulting.net 8) Remember, this could take long time (from a few minutes to 4 or 5 hours). 9) When the defrag job is complete, you should see a visible representation of the difference in the lower, colored portion of the Disk Defragmenter window. 10) Close the Disk Defragmenter window when the defrag job is complete. Check Hard Disk for Errors and Fix Occasionally data can be written to bad parts of the hard drive, causing the data to be lost or causing the computer to waste time trying to retrieve the data from that bad sector. Microsoft includes a utility that can be run on the hard drive to detect and fix (or just mark as bad) any bad sectors on the hard drive. This scan is pretty intensive and cannot be run while Windows is up. The command must be started from Windows, and then, when the computer is rebooted, the disk is checked for errors before Windows boots up. CAUTION: This disk check takes a long time, and the computer cannot be used while the check is running. Once the check begins, it is recommended to let it run to completion. Do not stop the check before it is complete. Serious disk corruption could occur, causing loss of data and completely crashing the computer. To run the Disk Check utility: 1) Click on Start > All Programs > Accessories > Command Prompt. 2) In the Command Prompt window, type C: and press the Enter key. 3) Type cd\ and press the Enter key. Ryan P. Walker rpw consulting, LLC Page 8 of 9 Tips for speeding up your computer Tips for speeding up your computer rpw consulting, LLC http://www.rpwconsulting.net 4) Type chkdsk /R and press the Enter key. 5) When asked about scheduling the volume to be checked the next time the system restarts, type y and press the Enter key. 6) Close the Command Prompt window. 7) Click on Start > Shut Down and choose to Restart the computer. 8) When the computer is booting up, the Check Disk program will begin. Remember: Do not stop the Check Disk program once it has started. You will need to let the program run until it completes on its own. After the Check Disk program is complete, the computer will reboot again on its own. When Microsoft Windows finishes loading, you can log back in to the computer. Author Contact Information Ryan P. Walker rpw consulting, LLC http://www.rpwconsulting.net ryan@rpwconsulting.net 770-630-5818 Ryan P. Walker rpw consulting, LLC Page 9 of 9 Tips for speeding up your computer


Related docs
Tips to speed up your computer.doc
Views: 3  |  Downloads: 1
tips consulting
Views: 114  |  Downloads: 17
Speeding Up Your Social Security Claim
Views: 0  |  Downloads: 0
Beat My Speeding Ticket
Views: 31  |  Downloads: 0
careers consulting
Views: 193  |  Downloads: 16
tips of computer
Views: 502  |  Downloads: 0
freelance consulting
Views: 533  |  Downloads: 19
Computer Tips
Views: 98  |  Downloads: 20
Computer Tips
Views: 0  |  Downloads: 0
Tips for Maintaining Your Computer
Views: 49  |  Downloads: 1
Computer Tips
Views: 9  |  Downloads: 0
Other docs by Woo Hatcher
Municipal parking space rental permi1
Views: 1022  |  Downloads: 6
2m[0]
Views: 154  |  Downloads: 0
Sale of accounts of business
Views: 269  |  Downloads: 3
Hold Your Tenants Accountable
Views: 312  |  Downloads: 3
Exclusive listing contract to obtain tenant
Views: 495  |  Downloads: 5
Texas Amendment to articles of coproration
Views: 230  |  Downloads: 1
Duke Biology 25 Exam1 Study Questions
Views: 279  |  Downloads: 1
Renewal of registration of corporate name
Views: 169  |  Downloads: 2
301 Useless Facts
Views: 273  |  Downloads: 8
Sample Executive Summary equus online
Views: 332  |  Downloads: 0
Securities and Exchange Commission
Views: 217  |  Downloads: 0
ajij
Views: 130  |  Downloads: 0