How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
-
Biff
- Posts: 1243
- 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)?
How could one start Everything with a .lnk (e.g. on the Desktop) in the system tray (not a window)?
-
ovg
- Posts: 295
- 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)?
Something like:
Code: Select all
"C:\Program Files\Everything\Everything64.exe" -startup-
Biff
- Posts: 1243
- 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)?
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"
-
ovg
- Posts: 295
- 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)?
Hmm...
Doesn't work for you?
Doesn't work for you?
Code: Select all
"C:\Program Files\Everything\Everything64.exe" -startup -instance "Instant"-
Biff
- Posts: 1243
- 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)?
Yes, yes, works very good!
Many thanks!
Many thanks!