You may have noticed that every-time you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers every-time you open Windows Explorer. To fix this and to increase browsing significantly:
* Open My Computer
* Click on Tools menu
* Click on Folder Options
* Click on the View tab
* Uncheck the Automatically search for network folders and printers check box
* Click Apply
* Click Ok
* Reboot your computer
Speed Up Boot Times
--------------------
This tweak works by creating a batch file to clear the temp and history folders everytime you shutdown so that your PC doesn't waste time checking these folders the next time it boots. Its quite simple to implement:
* Open Notepad and create a new file with the following entries:
RD /S /q "C:\Documents and Settings\USERNAME\Local Settings\History"
RD /S /q "C:\Documents and Settings\Default User\Local Settings\History"
RD /S /q "C:\Documents and Settings\USERNAME\Local Settings\Temp"
* Save the new as anything you like but it has to be a .bat file e.g. fastboot.bat or deltemp.bat
* Click 'Start' then 'Run'
* Type in 'gpedit.msc' and hit 'ok'
* Click on 'Computer Configuration' then 'Windows Settings'
* Double-click on 'Scripts' and then on 'Shutdown'
* Click 'Add' and find the batch file that you created and then press 'Ok'
Speedup Folder Access - Disable Last Access Update
--------------------------------------------------
If you have a lot of folders and subdirectories on your computer, when you access a directory XP wastes a lot of time updating the time stamp showing the last access time for that directory and for ALL sub directories. To stop XP doing this you need to edit the registry. If you are uncomfortable doing this then please do not attempt.
* Go to Start and then Run and type 'regedit'
* Click through the file system until you get to 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contr ol\FileSys tem'
* Right-click in a blank area of the window on the right and select 'DWORD Value'
* Create a new DWORD Value called 'NtfsDisableLastAccessUpdate'
* Then Right click on the new value and select 'Modify'
* Change the Value Data to '1'
* Click 'OK'
Improve Swapfile Performance
----------------------------
If you have more than 256MB of RAM this tweak will considerably improve your performance. It basically makes sure that your PC uses every last drop of memory (faster than swap file) before it starts using the swap file.
* Go to Start then Run
* Type msconfig.exe then ok
* Click on the System.ini tab
* Expand the 386enh tab by clicking on the plus sign and highlight it
* Click on new then in the blank box type "ConservativeSwapfileUsage=1" without quotes
* Click OK
* Restart PC
Simple ways to speed up ur PC
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment