Saturday, December 15, 2012

How to remove Unnecessary Files Automatically ?



Automatic remove of Unnecessary Files?
Ans:
Generally in windows you have to remove you unnecessary file but Win XP user can remove it by one click.

To do this click right button of mouse on desktop.  Select new/ text document and open a note pad then type this code:
cd\

COLOR4A

ECHO DELETE ALL TEMP FILES

C:

CD%TEMP%

RMDIR/S/Q%TEMP

CD C:\WINDOWS\TEMP

RMDIR /S /Q C:\WINDOWS\Prefetch

CD..

CD..

CD Recent

Del/s /q**

Now go to File and select Save as the Named it Cleanpc.bat and save it. You will see a file on desktop “cleanpc” named .

Click twice on that file and it will work automatically to remove Temp file.

2 comments:

  1. Oh this was pleasure to get help from this blog.....Thanks Shahida

    ReplyDelete
  2. I think manually process is better then this process. Oh any way as you discus for XP please discus for Windows7 too. Thanks

    ReplyDelete