cls
@ECHO OFF
title BAKIM
:CONFIRM
cls
color b
echo Bilgisayardaki gereksiz dosyalar temizlensin mi?(e/h)
set/p "cho=>"
if %cho%==e goto TEMİZLE
if %cho%==E goto TEMİZLE
if %cho%==h goto EXIT
if %cho%==H goto EXIT
goto CONFIRM
:TEMİZLE
@echo off
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\temp
deltree /y c:\windows\tmp
cls
color a
echo islem tamamlandi cikis yapiliyor...
@timeout /t 3 /nobreak>nul
goto End
:EXIT
cls
color e
echo islem iptal ediliyor...
@timeout /t 2 /nobreak>nul
cls
color c
echo islem iptal edildi iyi gunler...
@timeout /t 2 /nobreak>nul
goto End
:End
Yukarıdaki kodları kopyalayın. Masa üstüne Bakım.bat adlı bir dosya oluşturun sonra sağ tıklayıp düzenle deyin ve içerisine yapıştırın ve kaydedin ve yönetici olarak çalıştırın.