• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

finding what made a file

i got a bunch of 0-byte files in C:\ that are most likely NOT from spyware. they're named like:
t1a0.3, t19c.3, t19c, etc. all starting w/ "t1" followed by XX being 0-9, a-z, and if there is an extension, it is 0-9.
i thought google said it 'could' be from MySQL, but i highly doubt it now.
is there anyway to find out what created the files?
 
If the files have been closed, not likely. Grab filemon and see if there is still a process with a filehandle for those files. You could also take a way creation rights from the root directory and see what complains, crashes, etc but you run the risk of locking yourself out of your machine if you do it incorrectly.
 
Back
Top