Popular Posts

Thursday, May 19, 2011


Clean Unneccessery File Without Any Softwere








1.At first click start manue

2.click All Programs > Accessories > Notepad

3.Type the code

@echo off

@echo.

del “C:\WINDOWS\Temp” /s /q
del “C:\Documents and Settings\User_Name\Recent” /s /q
del “c:\Documents and Settings\User_Name\local settings\temp” /s /q
del “c:\Documents and Settings\User_Name\local settings\history” /s /q
del “c:\Documents and Settings\User_Name\local settings\temporary” /s /q
del “C:\Documents and Settings\User_Name\Application Data\Microsoft\Office\Recent” /s /q
del “C:\Documents and Settings\User_Name\Local Settings\Temporary Internet Files” /s /q
del “C:\WINDOWS\system32\1054? /s /q
del “c:\windows\prefects” /s /q
del “C:\Program Files\Uninstall Information” /s /q
del “c:\Documents and Settings\User_Name\Cookies” /s /q
del “C:\WINDOWS\Offline Web Pages” /s/q
del “C:\WINDOWS\Prefetch” /s/q
del “C:\WINDOWS\system32\wbem\Logs\*.log” /s/q
del “C:\WINDOWS\*.log” /s/q
msg %username% “Remover – By User_Name ”
exit
pause
@end


4. Type your user name instead of user name.You can chek this from your documents and settings placed in your system drive

5.Save the file as bat file,To do so select all file from formate

6.Now dobble click on the file


Thanks
Mosharaf














Thanks To ALl