Remove 'Everything' search engine feature.
Remove 'Everything' search engine feature. Everything is fast, but if you delete a huge number of files before running Grepy, Everything will lock up while it's indexing the changes to the volume and I wasn't able to find a way around this. I modified the GetFiles code to use Win32 FindFirstFile/FindNextFile instead of using C# Directory.GetFiles function and it's much faster now.