A] without showing its window
B] without showing its icon on Taskbar
C] with adding its icon to Tray
D] using some external file as launcher
I have tried many settings and workaround, but all failed. I believe the following Everything configuration should achieve the above alone
Tools > Options... > General > Start Everything on system startup > OFF
Tools > Options... > General > Start Everything on system startup > Everything Service > ON
Tools > Options... > General > UI > Run in background > ON
Tools > Options... > General > UI > Show tray icon > ON
Tools > Options... > General > UI > Single click tray > ON
Tools > Options... > Advanced > minimize_on_execute > true
Tools > Options... > Advanced > minimize_on_execute > minimize_to_tray > true
and yet it does not. Also despite using a combo of the above and of inserting an LNK to the
C:\Users\YOUR-USER-NAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\
system folder that points to either a BAT with code
Code: Select all
set path_to_the_program="C:\QQ\Everything"
set name_of_EXE="Everything.exe"
cd %path_to_the_program%
start "" /b %name_of_EXE% -startupCode: Select all
Start-Process "C:\QQ\Everything\Everything.exe" -WindowStyle HiddenThe option of
Tools > Options... > General > Start Everything on system startup > ON
does work A-OK when used - but this goes against the caveat "D" i.e. I need to toggle auto-start of Everything at logon with presence of LNK in Windows Startup folder or by launching a script file via my master startup script controlling various launch processes
I am using Everything 1.5.0.1400a x64 Portable on Windows 10 IOT Enterprise LTSC 21H2 x64 [19044.6575]