Windows: clean TEMP folder on startup


create the following batch file

cleantemp.bat
%appdata%\microsoft\windows\start menu\programs\startup\cleantemp.bat

with this lines

rd %temp% /s /q
md %temp%


return to gimbo wiki home page