With new version my shortcuts doesn't work any more

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Carpdiem
Posts: 3
Joined: Mon Jan 02, 2017 4:26 am

With new version my shortcuts doesn't work any more

Post by Carpdiem »

Hey there,

i added a simple shortcut to search marked words in firefox through everything with one click before. It had basically a function like a search engine.

I used this code here: javascript:Qr=document.getSelection();if(Qr)location.href='es:'+(Qr);void(0)

But now it won't work. Windows pops up and asks me to find a program to open it on the windows store.
void
Developer
Posts: 16678
Joined: Fri Oct 16, 2009 11:31 pm

Re: With new version my shortcuts doesn't work any more

Post by void »

Please make sure ES URL protocol is installed:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Check URL Protocol.
  • Click OK.
Please make sure Everything is running as a standard user:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Uncheck Run as administrator.
  • Check Everything Service. (Please make sure this is tick-checked and not square-checked)
  • Click OK.
  • Exit Everything (right click the Everything tray icon and click Exit).
  • Restart Everything.
Does the issue persist?
Carpdiem
Posts: 3
Joined: Mon Jan 02, 2017 4:26 am

Re: With new version my shortcuts doesn't work any more

Post by Carpdiem »

Thank you very much! it works very fine now. I had to activate the URL Protocol option.
Post Reply