I agree with Thomas.
Why would you even do this?
The AppData/Local/Temp folder contains temporary files (hence the name)
These files contain temporary information while a process is creating other files, or while a process is doing something and "saving" the process steps in between.
The files are only there in case the program crashes or windows crashes or something like that, so that on restart the files can be used again (if you are lucky) where your program/windows crashed.
Normally, Windows deletes those files once the program closes.