- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @antonpaloka,
> any discussion internally on changing the location/file extensions for that to be something less....scary?
> Asking security teams to exclude tmp files from appdata\local\temp location raises eyebrows.
AppData\Local\Temp\FLX*.tmp is "only" used for registry imports. All other files are extracted as FLX*.tmp into their real destination folder, and then renamed to their real name.
We could consider using another pattern/location/extension for the .REG import? I've also been debating an option to skip the intermediate FLX*.tmp files for non-.REG imports, and immediately write to the target file. Maybe that would help?