User Tools

Site Tools


Action unknown: copypageplugin__copy
public:win_clean_tmp

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

public/win_clean_tmp.txt · Last modified: by 127.0.0.1