This problem is caused by CommandLineToArgvW converting the trailing \ into a "
To fix the problem:
- Click Start -> Run.
- Enter Regedit.
- Open HKEY_CLASSES_ROOT\Folder\shell\Search Everything...\command
- Remove the trailing " from the (Default) value.
Code: Select all
"C:\Program Files\Everything\everything.exe" -filename "%1"
Code: Select all
"C:\Program Files\Everything\everything.exe" -filename "%1
- Exit Regedit.