In earlier versions of Visual Studio, you could change the way that results from Find are presented by altering the value of HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\{VSVersion}\Find\Find result format
. In particular, I would set it to $f$e($l): $t\\r\\n
which removes the full path from the entry.
Making the same change to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\15.0\Find\Find result format
doesn't seem to do anything. Is there another way to address this in VS2017?