not defterini açın bu kodu içine yapıştırın kaydey adını temizle.bat yapın
@echo off
echo Temizlik zamani
del /f /q /s %SystemDrive%\*.old
del /f /q /s %SystemDrive%\*.bak
del /f /q /s %SystemDrive%\*.log
del /f /q /s %SystemDrive%\*.tmp
del /f /q /s %SystemDrive%\*.chk
del /f /q /s %WinDir%\Temp\*.*
del /f /q /s %TEMP%\*.*
del /f /q /s %WinDir%\Prefetch\*.*
del /f /q /s %WinDir%\Driver Cache\i386\*.*
del /f /q /s %WinDir%\system32\dllcache\*.*
echo Temizlik Bitti.Bu islemi Haftada bir yapiniz.
pause
exit
0 yorum:
Yorum Gönder