Cleaning up XP Junk with batch file
Clean up your system TEMP, RECENT, HISTORY, TEMPRORY INTERNET FILES, & PREFETCH files Via a simple Batch File
Copy this code to Notepad And save it as Cleanup.bat
Please Note: ALWAYS RUN THIS FILE FROM SYSTEM DESKTOP
@echo Off
@Title Ghost Nt Cleaning System File
@
@cd\
@
Echo. Cleaning Prefetch Files
@cd %windir%\prefetch
@del /s /q *.* echo. >nul
@cd\
Echo. Cleaning Temporary Files
@cd %USERPROFILE%\Local Settings\Temporary Internet Files
@del /f /s /q /a s *.* echo. >nul
@cd..
@rd /s /q Temp echo. >nul
@rd /s /q History echo. >nul
@
@MD Temp
@cd\
@del /s /q *.tmp
@
@cd %USERPROFILE%\Recent
@del /s /q *.* echo. >nul
Echo. Please Wait More For Last Cleanup
@del /s /q *.chk echo. >nul
@
Echo. Cleanup Sucessfull
Hope this helps
Wednesday, July 9, 2008
Subscribe to:
Post Comments (Atom)
1 comment:
Hi friend.... Nice blog....
Do you need Anna University Model Question papers and related informations? - Visit Anna University World
For interesting international/national debates and controversies - Visit Selerines World
For stuffs like Movies, Sports, Anna University Papers, Guinness records, Programming, Computer Stuffs etc,. - Visit my PR 3 site http://www.laguiaincompleta.com
Please refer Anna University blog to your friends, so that it will help them a lot...
If you feel my blog is informative then comment there and keep in touch....
Take care....
Post a Comment