Make Xp go Faster

Services You Can Disable There are quite a few services you can disable from starting automatically. This would be to speed up your boot time and free resources. They are only suggestions so I suggestion you read the description of each one when you run Services and that you turn them off one at…
How To Boot Xp Faster

First of all, this tweak only apply to those who only have one HDD on their primary IDE channel (nothing else on device 0 or 1) and a CD-ROM and/or DVD-ROM on the secondary IDE channel. Each time you boot Windows XP, there's an updated file called NTOSBOOT-*.pf who appears in your prefetch directory…
Ever want a quicker way to shutdown XP without navigating through the start menu

Steps: 1. Right click on task bar (Alt + Ctrl + Del) 2. Than Press Ctrl And click on Shutdown Than Turn Off That's Done............. …
How To Block Websties Without Software, block websites

Steps: 1] Browse C:\WINDOWS\system32\drivers\etc 2] Find the file named "HOSTS" 3] Open it in notepad 4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessable. 5] Done! -So- 127.0.0.1 localhost 127.0.0.2 www.blockedsite.com -->www.block…
Make A Batch File To Clean UR PC!!, All In One!!

Open Note pad And type the Following and save it as .bat batch file ********************************************* @echo off if %username% == Administrator.WINDOWS goto admin REM ** Delete User Files ** rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Recent" rmdir /S/Q "%systemdrive%\Do…