How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
Re: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
Something like:
Code: Select all
"C:\Program Files\Everything\Everything64.exe" -startup
Re: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
Thank you very much! Got it working!
How could I add to
"C:\Program Files\Everything\Everything64.exe" -startup
this:
-instance "Instant"
How could I add to
"C:\Program Files\Everything\Everything64.exe" -startup
this:
-instance "Instant"
Re: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
Hmm...
Doesn't work for you?
Doesn't work for you?
Code: Select all
"C:\Program Files\Everything\Everything64.exe" -startup -instance "Instant"
Re: How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
Yes, yes, works very good!
Many thanks!
Many thanks!