Desktop shortcut to Bookmarks?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
seansiler
Posts: 4
Joined: Thu May 25, 2023 4:09 pm

Desktop shortcut to Bookmarks?

Post by seansiler »

I have several Bookmarks set up in Everything. I'd like to be able to create a shortcut on my Windows desktop that points to a particular bookmark so that it automatically opens Everything with that bookmark applied, then another shortcut that opens to a different bookmark. Is that possible?

Thanks all!
NotNull
Posts: 5308
Joined: Wed May 24, 2017 9:22 pm

Re: Desktop shortcut to Bookmarks?

Post by NotNull »

Sure, create shortcuts on your desktop to

Code: Select all

"c:\path to\everything.exe"   -bookmark "Your First Bookmark"
and

Code: Select all

"c:\path to\everything.exe"   -bookmark "Your Second Bookmark"
( replace "c:\path to\everything.exe" with the actual path on your system )


If you want to open each shortcut in a separate Everything window, add -newwindow to the shortcut command, like:

Code: Select all

"c:\path to\everything.exe"   -newwindow   -bookmark "Your Second Bookmark"
seansiler
Posts: 4
Joined: Thu May 25, 2023 4:09 pm

Re: Desktop shortcut to Bookmarks?

Post by seansiler »

That's awesome, thank you!
Post Reply