How to create a Cleaner from Notepad !!

Опубликовано: 20 Июнь 2026
на канале: Scotch
263
16

Just copy the codes and save as clean.bat

del /s /f /q "C:\Windows\Temp\*.*"

del /s /f /q "C:\Windows\Prefetch\*.*"

del /s /f /q "C:\Windows\SoftwareDistribution\*.*"

@echo off
del /s /f /q c:\windows\temp\*.*
ipconfig/flushdns
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%
icacls "C:\Windows\temp" /grant Users:(OI)(CI)F /T
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls

Done :-)

Dont forget to suscribe,Like and Share