Delete Temp. Files

Delete Temp. Files

Hello everyone,
This is a post for "Deleting temperorary files which may cause your pc to slow down in performanc".
Continue reading for more info about the amaizing post ahead,



Coding --

@echo off
cd %temp%
del %TEMP%\*.* /f /s /q
echo done

pause

NOTE:-Run this code as administrator mode.

Comments