minimized

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
peterjack
Posts: 1
Joined: Tue Jul 25, 2017 9:22 am

minimized

Post by peterjack »

How do I get Everything to start minimized?
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: minimized

Post by void »

To start Everything without showing any search windows:
  • Run Everything with the -startup command line option:
    Everything.exe -startup
To run Everything without the UAC prompt:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Check Everything service.
  • Uncheck Run as administrator.
  • Click OK.
To start Everything with the search window minimized:
  • In Everything, type in the following search and press ENTER:
    /minimized=1
To start Everything with a normal search window:
  • In Everything, type in the following search and press ENTER:
    /minimized=0
To start Everything minimized from the command prompt:
  • Run Everything with the -minimized command line option:
    Everything.exe -minimized
Post Reply