process monitor can be gotten from here
http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx
what it does is monitor file system and registry access in real-time
(basically telling you what processes are doing rather than about the
processes themselves as process explorer does)
what you'd actually have to do with process monitor is run it *before*
any attempt to launch an SL*.tmp file occurs so that you can find out
which process is trying to create the file... for the filter, i'd try
clearing out all the existing filters and then adding these two: 'path
ends with tmp include' and 'path excludes sl exclude'... that should
show everything to do with sl*.tmp files (and perhaps some other temp
files as well)...
in retrospect, filemon (again, same folks) might have been a better
suggestion since it seems to support wildcards - which would have made
for a more straight forward filter... kinda surprised process monitor
doesn't have conventional wildcard support since it's supposed to be a
melding of filemon and regmon, but oh well...