Paste into notepad and rename as Cleaner.bat (*.bat). then put in Start up folder. and see the difference!
@echo off @title 1-Click PC Cleaner/Optimizer © Biricreations DEL /Q /S /F "%USERPROFILE%\Recent\*.*" DEL /Q /S /F "%USERPROFILE%\Application Data\Microsoft\Office\Recent\*.*" DEL /Q /S /F "%WINDIR%\Temp\*.*" DEL /Q /S /F "%USERPROFILE%\Local Settings\Temp\*.*" DEL /Q /S /F "%USERPROFILE%\Local Settings\Temporary Internet Files\*.*" DEL /Q /S /F "%USERPROFILE%\Cookies\*.*" RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1 RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32 RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16 attrib -h -s c:\RECYCLER rd /s /q c:\RECYCLER %windir%\System32\rundll32.exe advapi32.dll,ProcessIdleTasks Exit
credits to :jayrod
No comments:
Post a Comment