LiveZilla Live Help
 


Go Back   Chime Host - Web Hosting Forum > PC Technology Zone > Windows Operating System and Software > WIndows XP
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

WIndows XP talk about windows xp tips, tutorial, software etc

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-26-2008, 02:00 PM
Member
 
Join Date: Oct 2007
seghwa is on a distinguished road
Default Cleaning XP via batch file

Clean up your system TEMP, RECENT, HISTORY, TEMPRORY INTERNET FILES, & PREFETCH files Via a simple Batch File

Copy This Coading To Notepad And save it as Cleanup.bat (filename is optional)
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 Temprory 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

********
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
5 months going and still getting results on the 5x5 program, any need to switch GCal Programming / Scripting / Coding Forum 0 01-13-2010 02:33 PM
Suggestion For Contact Form (Javascript)? kuldeep Javascript 1 01-12-2010 01:26 PM
Get more symbols on Blackberry Storm SMS (v. 5.0)? neglectedecho BlackBerry 0 01-03-2010 06:33 PM
Sony ericsson c903?????? cHeEkY mOnKeY Sony Ericsson 0 12-17-2009 06:09 AM


All times are GMT +1. The time now is 06:23 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ChimeHost, a Profuse Solutions LLC company