you may try this one
@echo off
COLOR 0A
echo ..::Temp Erase::..
ECHO.
@echo on
del /s /q C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\*.*
echo ..:

refetch Erase::..
echo.
del /s /q C:\WINDOWS\Prefetch\*.*
@ping 127.0.0.1 -n 2 -w 100 > nul
@ping 127.0.0.1 -n %1% -w 100> nul
CLS
note:
edit the address if not the same with your pc.