How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Biff
Posts: 1148
Joined: Mon May 25, 2015 7:09 am

How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?

Post by Biff »

How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?

Post by ovg »

Something like:

Code: Select all

"C:\Program Files\Everything\Everything64.exe" -startup
Biff
Posts: 1148
Joined: Mon May 25, 2015 7:09 am

Re: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?

Post by Biff »

Thank you very much! Got it working!

How could I add to
"C:\Program Files\Everything\Everything64.exe" -startup
this:
-instance "Instant"
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?

Post by ovg »

Hmm...
Doesn't work for you?

Code: Select all

"C:\Program Files\Everything\Everything64.exe" -startup -instance "Instant"
Biff
Posts: 1148
Joined: Mon May 25, 2015 7:09 am

Re: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?

Post by Biff »

Yes, yes, works very good!

Many thanks!
Post Reply