I was adding some folders to exclude from the results in Filters (12) - Condition, just in case i accidentally selected the C drive:
object('folder').indexOf('C:\\Program Files') == -1 && object('folder').indexOf('C:\\Program Files (x86)') == -1 && object('folder').indexOf('C:\\ProgramData') == -1 && object('folder').indexOf('C:\\Recovery') == -1 && object('folder').indexOf('C:\\Users') == -1 && object('folder').indexOf('C:\\Windows') == -1
I found that just scanning C:\Users or C:\Windows (with or without the above conditions) would crash the program after a few seconds.
Could you add the ability to just not even scan certain folders? The conditions prevent results from being displayed for those folders - but it would be good to exclude them altogether.