.bat dosyasi ile cöp temizligi

PC hakkındaki genel bilgi ve ipucu paylaşım alanıdır.
Cevapla
Kullanıcı avatarı
velociraptor
Yottabyte4
Yottabyte4
Mesajlar: 46480
Kayıt: 14 Mar 2006, 02:33
cinsiyet: Erkek
Teşekkür etti: 4607 kez
Teşekkür edildi: 3923 kez

.bat dosyasi ile cöp temizligi

Mesaj gönderen velociraptor »

Kod: Tümünü seç

@echo Off
@Title Ghost Nt Cleaning System File
@
@cd\    
@
Echo. Cleaning Prefetch Files
@cd %windir%\prefetch
@del /s /q *.* |echo. >nul
@cd\
Echo. Cleaning Temprory Files
@cd %USERPROFILE%\Local Settings\Temporary Internet Files
@del /f /s /q  /a s *.* |echo. >nul
@cd..
@rd /s /q Temp |echo. >nul
@rd /s /q History |echo. >nul
@@MD Temp
@cd\
@del /s /q *.tmp
@
@cd %USERPROFILE%\Recent
@del /s /q *.* |echo. >nul
Echo. Please Wait More For Last Cleanup
@del /s /q *.chk |echo. >nul
@
Echo. Cleanup Sucessfull
Kullanıcı avatarı
BRAD
Byte3
Byte3
Mesajlar: 112
Kayıt: 26 Nis 2007, 14:35

Re: .bat dosyasi ile cöp temizligi

Mesaj gönderen BRAD »

teşekkürler hocam
Cevapla