@echo off
PhyoNyi.com
echo %temp% files cleaning
pause
rd /s /q %temp%
mkdir %temp%
pause
cls
echo Temp files cleaning
pause
del /s /q "C:\Windows\Temp\*.*"
pause
cls
echo Prefetch cleaning
pause
del /s /q "c:\windows\prefetch\*.*"
pause
cls
echo recent files cleaning
del /s /q "c:\Users\shine\recent\*.*"
echo shell:recent files cleaning
pause
del /s /q "C:\Users\shine\AppData\Roaming\Microsoft\Windows\Recent\*.*"
pause
cls
pause
Batch file
@echo off del /s /f /q c:\windows\temp\*.* Ard /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\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
Comments
Post a Comment