If you wish to run your computer faster! then do this at least twice a week. No need to buy a clean up software.
First of all open notepad.
Then paste the below code with out quotations.
First of all open notepad.
Then paste the below code with out quotations.
" @echo off
color 4a
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls "
Then save the file as with an extension .bat
Example save this as cleanmypc.bat
When ever you feel your computer going to slow performance just double click on this file. This will clean up unnecessary files like - history, recent files log and temp files etc.
color 4a
del /s /f /q c:\windows\temp\*.*
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls "
Then save the file as with an extension .bat
Example save this as cleanmypc.bat
When ever you feel your computer going to slow performance just double click on this file. This will clean up unnecessary files like - history, recent files log and temp files etc.