@echo off

del /q /s /f "%userprofile%\local settings\temp\*.*"
del /f /q "%userprofile%\local settings\temporary internet files\*.*"
del /f /q %windir%\Temp\*.*


del /s /q "%userprofile%\cookies\*.*"