Computer Junk Files Cleaner
Steps by Steps
1.) Open your Notepad.
2.) Copy and Paste the code below.
@color 0a
echo Clean win7 temp files
pause Press any key to start
rd %windir%\$hf_mig$ /Q /S
dir %windir%\$NtUninstall* /a:d /b >%windir%\xxx.txt
for /f %%i in (%windir%\xxx.txt) do rd %windir%\%%i /s /q
del %windir%\xxx.txt /f /q
del %windir%\KB*.log /f /q
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp
md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /s /q "%userprofile%\local settings\temporary internet files\*.*"
del /f /s /q "%userprofile%\local settings\temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo End
pause
3.) Click Save As then Rename it to Temp File Cleaner.bat
4.) Run

Note.
Hindi ito delikado
legit to ang purpose ng code na ito ay tanggalin ang mga junk files sa OS mo like temporary files, log files at iba pa para mabawasan ang pag ka lag ng pc performance mo at para dagdag sa freespace ng iyong pc.
©Benjie Redona
Steps by Steps
1.) Open your Notepad.
2.) Copy and Paste the code below.
@color 0a
echo Clean win7 temp files
pause Press any key to start
rd %windir%\$hf_mig$ /Q /S
dir %windir%\$NtUninstall* /a:d /b >%windir%\xxx.txt
for /f %%i in (%windir%\xxx.txt) do rd %windir%\%%i /s /q
del %windir%\xxx.txt /f /q
del %windir%\KB*.log /f /q
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp
md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /s /q "%userprofile%\local settings\temporary internet files\*.*"
del /f /s /q "%userprofile%\local settings\temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo End
pause
3.) Click Save As then Rename it to Temp File Cleaner.bat
4.) Run

Note.
Hindi ito delikado
legit to ang purpose ng code na ito ay tanggalin ang mga junk files sa OS mo like temporary files, log files at iba pa para mabawasan ang pag ka lag ng pc performance mo at para dagdag sa freespace ng iyong pc.©Benjie Redona
