Oct 26, 2008

Clear Partition C using Batch Process


del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old

del /f /s /q %systemdrive%\recycled\*.*

del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
rd /s /q %windir%\RegisteredPackages & md %windir%\RegisteredPackages
del /f /s /q %windir%\SoftwareDistribution\Download\*.*
del /f /s /q %windir%\Downloaded Program Files\*.*
del /f /s /q

del /f /q %userprofile%\cookies\*.*
echo end cookies
del /f /s /q "%userprofile%\recent\*.*"
echo end recent files
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
echo end temp and IE temp
sfc.exe /purgecache
echo end cache
echo End!


No comments: