Auto Delete Temp
Delete Windows Temp Files on Reboot.
- Open Notepad and type in the following
rd %temp% /s /q
md %temp%
-
Now, save the file exactly as the path below:
md %temp% %appdata%\microsoft\windows\start menu\programs\startup\cleantemp.bat
- That will create your batch file and save it inside the Startup folder for the logged in user..