====== Windows: clean TEMP folder on startup ======
\\
create the following batch file
%appdata%\microsoft\windows\start menu\programs\startup\cleantemp.bat
with this lines
rd %temp% /s /q
md %temp%
---\\ return to gimbo wiki [[:start|home page]]
~~NOCACHE~~