* *

Thursday, June 4, 2009

3 simple ways to speed your pc

1. Every time you open mycomputer there will be slight delay because it will check for network files and printers. u can turn it off by
Open My computer=>Tools =>folder options =>view tab
uncheck automatically search for network folders and printers then
click apply => OK===> then restart

2.Speed up Boot time
create a batch file that will delete all temp files and history.
open notepad and type

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 it as speedboot.bat
click Start=>run=>type gedit.msc
click computer configuration=>windows settings
double click =>scripts =>shutdown =>add
then browse the speedboot.bat and click ok

3.speed up RAM performance
Start =>run => msconfig.exe =>click system.ini tab
click plus sign next to 386enh and click new .then type conservativeSwapfileUsage=1
click ok
Restart 

No comments:

Post a Comment