Everything.ini
To open and modify your Everything.ini:
- In Everything, from the Tools menu, under the Debug submenu, click Config
-or- - In Everything, type in the following search and press ENTER:
about:config
---this will open your Everything.ini in Notepad--- - Make any desired changes to this file. (ignore the Please make sure Everything is not running before modifying this file warning)
- Save changes and exit Notepad.
- In Everything, accept the prompt to reload your configuration.
---Everything will restart to reload your modified configuration---
Syntax
name=value
; comment
For settings that accept multiple values, separated each value with a semicolon (;) or comma (,)
Use double quotes to escape ; or ,
While inside quotes, use \" and \\ to escape a literal " and \ respectively.
White-spaces are treated as literal.
Examples:
"text containing a semicolon ;";value2;another value
"text containing \"quotes\"";value2;another value
"text;containing;\"another\";list;C:\\Windows\\System32";a normal path that doesn't need to be escaped C:\Program Files;another value
Results:
text containing a semicolon ; ; value2 ; another value
text containing "quotes" ; value2 ; another value
text;containing;"another";list;C:\Windows\System32 ; a normal path that doesn't need to be escaped C:\Program Files ; another value
Search command
To set an ini setting from within Everything, type in the following search and press ENTER:
/name=value
where name is the ini setting name below.
If successful, you should see name=value in the status bar for a few seconds.
For example, in Everything, type in the following search and press ENTER:
/selected_border=1
If successful, you should see selected_border=1 in the status bar for a few seconds.
index_as_admin
Launch an additional "Everything" process as an administrator to index and monitor NTFS volumes.
Set to 1 to enable.
Set to 0 to disable. (default)
exit_indexing_process_on_exit
Exit the indexing process when exiting the main Everything UI process.
Set to 1 to enable. (default)
Set to 0 to disable.
stop_service_on_exit
Stop the Everything service when exiting the main Everything UI process.
Set to 1 to enable.
Set to 0 to disable. (default)
localization_strings
Set to a semicolon (;) delimited list of localization string key and value pairs.
Leave empty to disable. (default)
Use = to separate key and values.
The localization string is replaced with the new value and will override any selected language.
Syntax for each localization string key and value is key=value
The key is the English localization string.
The key is case sensitive.
If the key is all digits (0-9) the localization string is reference by string ID.
If there are multiple localization strings with the same key, each localization string is replaced.
Use double quotes to escape ;
While in double quotes, use \ to escape the following character.
For security reasons, this ini setting can only be set in the Everything.ini in the same location as your Everything.exe.
For example:
localization_strings=Everything=ABC;Date Modified=DM;Size=Sz
alpha_instance
Set to 1 to use the 1.5a instance name for window class names and mutexs. (default)
Set to 0 to disable.
Only available during the alpha version.
Filenames for settings and data will continue to use the 1.5a instance.
alpha_instance only affects the IPC window names and mutex names.
Do not disable alpha_instance if you are still using Everything 1.4. (Otherwise command line options will be passed to the existing Everything 1.4 process)
This ini setting can only be set in the Everything.ini in the same location as your Everything.exe.
Completely disable the Everything 1.5 alpha instance.
bring_into_view
Set to 1 to show an offscreen window onscreen. (default)
Set to 0 to leave the window offscreen.
Setting to 0 might be useful to help position windows with an invisible border slightly offscreen.
offset_new_window_position
Set to 1 to stagger the position of new windows by 22 logical pixels. (default)
Set to 0 to always show new windows in the same position.
offset_new_window_position_x
Specify the new window x offset in logical pixels.
The default is 22.
offset_new_window_position_y
Specify the new window y offset in logical pixels.
The default is 22.
window_style_add
Bit field to bitwise OR with the default window style flags.
Set to one or more of the Windows Styles.
Set to 0 to use the default window style. (default)
window_style_remove
Bit field to clear from the default window style flags.
Set to one or more of the Windows Styles.
Set to 0 to use the default window style. (default)
window_exstyle_add
Bit field to bitwise OR with the default extended window style flags.
Set to one or more of the Extended Window Styles.
Set to 0 to use the default extended Window style. (default)
window_exstyle_remove
Bit field to clear from the default extended window style flags.
Set to one or more of the Extended Window Styles.
Set to 0 to use the default extended Window style. (default)
match_prefix
Set to 1 to match prefix only.
Set to 0 to disable. (default)
Can be toggled from within Everything under the Search menu -> Match Prefix.
match_suffix
Set to 1 to match suffix only.
Set to 0 to disable. (default)
Can be toggled from within Everything under the Search menu -> Match Suffix.
ignore_punctuation
Set to 1 to ignore punctuation.
Set to 0 to disable. (default)
Can be toggled from within Everything under the Search menu -> Ignore Punctuation.
ignore_whitespace
Set to 1 to ignore white-space.
Set to 0 to disable. (default)
Can be toggled from within Everything under the Search menu -> Ignore White-space.
thumbnail_aspect_ratio_mul
thumbnail_aspect_ratio_div
Set the thumbnail aspect ratio mul:div
The default is 1:1
thumbnail_overlay_icon_min_wide
Minimum width in pixels of the thumbnail overlay icon.
Default: thumbnail_overlay_icon_min_wide=32
thumbnail_overlay_icon_min_high
Minimum height in pixels of the thumbnail overlay icon.
Default: thumbnail_overlay_icon_min_high=32
thumbnail_overlay_icon_wide_mul
Multiplier for the thumbnail overlay icon width scale.
Default: thumbnail_overlay_icon_wide_mul=1
thumbnail_overlay_icon_wide_div
Divider for the thumbnail overlay icon width scale.
Default: thumbnail_overlay_icon_wide_div=2
thumbnail_overlay_icon_high_mul
Multiplier for the thumbnail overlay icon height scale.
Default: thumbnail_overlay_icon_high_mul=1
thumbnail_overlay_icon_high_div
Divider for the thumbnail overlay icon height scale.
Default: thumbnail_overlay_icon_high_div=2
thumbnail_overlay_icon_x_align
X-Position of the thumbnail overlay icon.
Can be one of the following values:
- -1 = Left align. (default)
- 0 = Center align.
- 1 = Right align.
thumbnail_overlay_icon_y_align
Y-Position of the thumbnail overlay icon.
Can be one of the following values:
- -1 = Top align.
- 0 = Center align.
- 1 = Bottom align. (default)
thumbnail_overlay_icon_alpha
Transparency of the thumbnail overlay icon.
Can be 0 (completely transparent) to 255 (opaque).
Default: thumbnail_overlay_icon_alpha=255
shell_item_image_factory
Set to 1 to allow IShellItemImageFactory for thumbnails and preview images. (default)
Set to 0 to disable.
IShellItemImageFactory is the preferred method for gathering thumbnails in Everything.
Also see icons_only.
Also see thumbnails.
Also see extract_image.
extract_image
Set to 1 to allow IExtractImage for thumbnails and preview images. (default)
Set to 0 to disable.
Also see icons_only.
Also see thumbnails.
Also see shell_item_image_factory.
shell_short_path
Set to 1 to use short paths when paths exceed 259 characters. (default)
Set to 0 to disable.
shell_short_basename
Set to 1 to use short path and basename when the path and basename exceed 259 characters. (default)
Set to 0 to use short path parts only.
shell_short_path must also be enabled.
shell_execute_invoke_id_list
Set to 1 to execute items with IContextMenu::InvokeCommand. (default)
Set to 0 to disable.
shell_execute_id_list must be enabled for shell_execute_invoke_id_list to work.
shell_execute_id_list
Set to 1 to open files as an ID List. (default)
Set to 0 to open files as a filename.
shell_execute_show2
Set the show method when executing a result.
Can be one of the following:
- 0 = Hide
- 1 = Show Normal (default)
- 2 = Show Minimized
- 3 = Show Maximized
- 4 = Show Normal (No activate)
- 5 = Show
- 6 = Minimized
- 7 = Show Minimized (No activate)
- 8 = Show (No activate)
- 9 = Restore
- 10 = Show Default
- 11 = Force minimize
dupe_lines
Set to 1 to show dividing lines between items with different values. (default)
Set to 0 to disable.
dupe_group_colors
Set to 1 to show groups of files/folders with same property value for the current sort in different colors when searching for duplicates.
Set to 0 to disable. (default)
group_colors
Set to 1 to show groups of files/folders with same property value for the current sort in different colors.
Set to 0 to disable. (default)
highlight_filename_only
Set to 1 to highlight filenames only (not properties).
Set to 0 to highlight both filenames and properties (default)
zoom
Set the zoom percent.
100 = normal (no zoom)
default: zoom=100
Set zoom_steps to limit the zoom.
zoom_steps
A semicolon (;) delimited list of zoom percents.
Set to an empty list to use the defaults zoom steps.
The default zoom steps are:
zoom_steps=25;34;42;50;59;67;75;84;92;100;109;117;125;134;142;150;175;200;250;300;400;500
offline_alpha
Set the transparency of offline items.
Can be set in the range from 0 to 255.
where 0 is completely transparent and 255 is completely opaque.
default: offline_alpha=160
shell_execute_window
Set to 1 to use a temporary window when executing items. (default)
Set to 0 to disable.
icon_size
Set the icon size in pixels.
Default: icon_size=16
clear_focus_on_search
Set to 1 to clear the focus after each search parameter changes.
Set to 0 to keep the focus after each search parameter changes. (default)
select_new_focus_on_focus_lost
Set to 1 to also select the newly focused item.
Set to 0 to only focus the new item. (default)
statusbar_selection_format
Set to the new status bar format when there are multiple selected items.
Leave empty to use the default status bar format when there are multiple selected items. (default)
statusbar_format
Set to the new status bar format when there are no selected items.
Leave empty to use the default status bar format when there are no selected items. (default)
include_selected_folder_size_in_statusbar
Set to 1 to include folder sizes in the total selected size shown in the status bar. (default)
Set to 0 to show the total selected size of files only.
statusbar_sizegrip
Set to 1 to show the size grip to the right in the statusbar. (default)
Set to 0 to disable.
statusbar_high
Set the height of the status bar in pixels.
Set to 0 to calculate the height from the status bar font size. (default)
statusbar_pos
Set the statusbar position.
The lower the position, the higher the statusbar will appear in the search window.
Use a negative value to anchor to the bottom of the window.
The default is -10
statusbar_filter
Set to 1 to show the active filter in the status bar. (default)
Set to 0 to disable.
statusbar_omit
Set to 1 to show OMIT RESULTS in the status bar when a result is potentially omitted. (default)
Set to 0 to disable.
statusbar_total_size
Set to 1 to show the total result or selected size on the right.
Set to 0 to disable. (default)
statusbar_text_y_offset
Set the status bar text vertical offset in pixels.
Set to 0 to disable. (default)
Set to 1 to show menu help text in the status bar. (default)
Set to 0 to disable.
dialog_title_format
Set the dialog title format.
The following syntax is supported:
$s == Dialog Title
$t == Everything
$v == Version
$i == Instance name
$$ == A single literal $
$x?{$x - } == substitute with "$x - " if $x is not empty.
The Everything preprocessor is supported.
Only dialogs that appear in the taskbar will use the custom dialog title format.
Leave empty to use the default format (default)
Default format:
dialog_title_format=$s?{$s - }$t$i?{ ($i)}
Example output:
Options - Everything (1.5a)
See also Title format
version_instance
Set to 1 to use a version instance name.
The current Everything version is used as the instance name. For example: 1.5.0.1200a
Set to 0 to disable. (default)
path_instance
Set to 1 to use a path instance name.
The current location of Everything.exe is used as the instance name. For example: H:\Portable Apps\Everything
Set to 0 to disable. (default)
Set to 1 to load context menu shell extensions when right clicking a file/folder. (default)
Set to 0 to show only basic Everything operations.
drag_drop_simple_pidl
clipboard_simple_pidl
Set to 1 to use simple PIDLs for context menu items, drag drop items or clipboard items.
Set to 0 to disable. (default)
Enabling will improve context menu, drag drop and clipboard performance.
Enabling may show incorrect information in shell dialogs.
Enabling will not show some context menu items (such as "restore" for recycle bin items)
sh_get_assoc_keys
Set to 1 to use SHGetAssocKeys when building context menu items for multiple items. (default)
Set to 0 to disable.
recycle_bin_file_system
Set to 1 to treat files in the recycle bin as normal file-system files. (default)
Set to 0 to treat files in the recycle bin as virtual files that can only be restored.
auto_include_fixed_fat_volumes
auto_include_removable_fat_volumes
auto_include_remote_volumes
Set to 1 to automatically include volumes.
Set to 0 to manually include volumes. (default)
auto_remove_offline_fat_volumes
auto_remove_offline_remote_volumes
Set to 1 to automatically remove offline volumes.
Set to 0 to manually remove offline volumes. (default)
auto_remove_moved_fat_volumes2
auto_remove_moved_ntfs_volumes2
auto_remove_moved_refs_volumes2
Depreciated. (causes issues with subst volumes)
Replaces auto_remove_moved_fat_volumes, auto_remove_moved_ntfs_volumes and auto_remove_moved_refs_volumes
auto_move_fat_volumes
auto_move_ntfs_volumes
auto_move_refs_volumes
Set to 1 to detect moved volumes. (default)
Set to 0 to disable.
floppy_disk_volumes
Set to 1 to check floppy drives for media.
Set to 0 to disable. (default)
auto_move_same_serial_number
Set to 1 to automatically move volumes by serial number (volume name changes).
Set to 0 to disable. (default)
Enabling can cause issues with volumes sharing the same serial number.
search_max_threads
The maximum number of threads to use when searching.
Set to 0 to use the maximum available. (default)
content_max_threads
The maximum number of threads to use when content searching.
Set to 0 to use the maximum available. (default)
memcpy_max_threads
The maximum number of threads to use when copying memory.
Set to 0 to use the maximum available.
Default: memcpy_max_threads=4
thread_chunk_yield
Set to 1 to force threads to yield after each chunk of processed data.
Set to 0 to disable. (default)
min_working_set_size
The minimum working set size in bytes.
Windows will attempt to keep this much memory resident when Everything is active.
Set to 0 to disable. (default)
max_working_set_size
The maximum working set size in bytes.
Windows will attempt to keep no more than the specified size resident when Everything is active and memory is low.
Set to 0 to disable. (default)
virtual_lock
Set to 1 to lock memory into physical memory.
Windows will attempt to keep locked memory in physical memory. (memory can still be paged to disk in low memory situations)
Set to 0 to disable. (default)
min_working_set_size and max_working_set_size must be set.
See also min_working_set_size
See also max_working_set_size
alloc_align
Set to 1 to always align memory allocation to 16 bytes.
Set to 0 to disable. (default)
mem_trim
Set to 1 to free unused result array memory. (default)
Set to 0 to keep unused result array memory available.
disable_process_priority_boost
Set to 1 to disable process priority boost. (default)
Set to 0 to allow a process priority boost when the search window is in the foreground.
lock_set_foreground_window
Set to 1 to prevent windows launched from Everything from gaining focus.
Set to 0 to allow windows launched from Everything to gain focus. (default)
Requires a restart.
no_system_resources_timeout
Set to the timeout in milliseconds.
Everything will keep trying to read a file after encountering a no system resources error or until the timeout is reached.
The default is 3000
find_first_file_path_not_found_retry_timeout
Set to the timeout in milliseconds.
Everything will keep trying to scan a folder that exists until a valid directory listing is returned or until the timeout is reached.
Enable to wait for stale SMB cache to update.
Set to 0 to disable.
The default is 30000
find_first_file_retry_timeout
Set to the timeout in milliseconds when requested to retry.
Everything will keep trying to scan a folder that requests a retry until the timeout is reached.
Enable to wait for cloud folders that might be rate limited.
Set to 0 to disable.
The default is 60000
Set to 1 to include hidden network shares.
Set to 0 to disable. (default)
input_stream_buf_size
The input stream buffer size in bytes.
Set to 0 to use the default of 64KB. (default)
output_stream_buf_size
The output stream buffer size in bytes.
Set to 0 to use the default of 64KB. (default)
duration_format
duration_auto_format_days
duration_auto_format_hours
duration_auto_format_minutes
Set the length/duration display format.
For example:
duration_format=[d]:hh:mm:ss.SSS
Format specifiers can include the following:
- dd = days with leading zero.
- d = days.
- hh = hours with leading zero.
- h = hours.
- mm = minutes with leading zero.
- m = minutes.
- ss = seconds with leading zero.
- s = seconds.
- SSS = milliseconds with leading zeroes.
- 000 = milliseconds with leading zeroes.
- SSSSSSS = 100nanoseconds with leading zeroes.
- 0000000 = 100nanoseconds with leading zeroes.
For example:
[m] will show the total number of minutes.
Use \ to escape special characters.
Leave blank to automatically pick the best format based on length (default):
- If length is a day or longer, use: duration_auto_format_days
- If length is an hour or longer, use: duration_auto_format_hours
- Otherwise, use: duration_auto_format_minutes
The default values are:
duration_auto_format_days=[d]:hh:mm:ss
duration_auto_format_hours=[hh]:mm:ss
duration_auto_format_minutes=[mm]:ss
duration_round_half_up
Set to 1 to round half up durations to the nearest millisecond.
Set to 0 to round down (floor) durations. (default)
duration_align
Duration text alignment.
Can be one of the following values:
- 0 = Left align for LTR localizations, Right align for RTL localizations.
- 1 = Left align.
- 2 = Right align.
- 3 = Right align for LTR localizations, Left align for RTL localizations. (default)
gps_coord_format
The GPS coordinate display format.
Can be one of the following values:
- 0 = Decimal degrees. (default)
- 1 = Sexagesimal degree.
aspect_ratio_format
The aspect ratio display format.
Can be one of the following values:
- 0 = 16:9 (default)
- 1 = 1.777:1
file_id_format
The file ID display format.
Can be one of the following values:
- 0 = Hexidecimal with 0x prefix. (default)
- 1 = Decimal (with sequence number removed).
bitrate_format
The bit rate display format.
Can be one of the following values:
- 0 = x kbps. (default)
- 1 = x bps.
- 2 = x kbps (without units).
- 3 = x bps (without units).
audio_sample_rate_format
The audio sample rate display format.
Can be one of the following values:
- 0 = x kHz. (default)
- 1 = x Hz.
- 2 = x kHz (without decimal place).
- 3 = x kHz (without units).
- 4 = x Hz (without units).
- 5 = x kHz (without decimal place, without units).
listview_item_spacing
Extra space between result list items in pixels.
Default: listview_item_spacing=0
listview_item_margin_top
Vertical gap above items in the result list in logical pixels.
Default: listview_item_margin_top=0
listview_item_margin_bottom
Vertical gap below items in the result list in logical pixels.
Default: listview_item_margin_bottom=0
listview_margin_left
Spacing to the left of items in the result list in logical pixels.
Default: listview_margin_left=0
thumbnail_padding_left
thumbnail_padding_top
thumbnail_padding_right
thumbnail_padding_bottom
The thumbnail padding in logical pixels.
Default:
thumbnail_padding_left=4
thumbnail_padding_top=4
thumbnail_padding_right=4
thumbnail_padding_bottom=4
thumbnail_text_padding_top
Spacing above the text when in thumbnail view in logical pixels.
Default: thumbnail_text_padding_top=0
listview_icons
Set to 1 to show icons. (default)
Set to 0 to hide icons.
listview_details_hscroll_action
The action to perform when scrolling the result list horizontally with the arrow keys.
Can be one of the following values:
- 0 = Do nothing.
- 1 = Focus column. (default)
- 2 = Scroll.
listview_text_padding_top
listview_text_padding_bottom
listview_icon_padding_top
listview_icon_padding_bottom
The result list item padding to use for the text and the icon in logical pixels.
default:
listview_text_padding_top=2
listview_text_padding_bottom=2
listview_icon_padding_top=1
listview_icon_padding_bottom=1
icons
Set to 1 to gather icons. (default)
Set to 0 to use the default file and folder icons only.
icon_shell_extensions
Set to 1 to gather icons by filename. (default)
Set to 0 to gather icons by filename extension only.
icon_use_thumbnails
Set to 1 to use thumbnails for icons.
Set to 0 to use icons. (default)
Show icons with 50% transparency for files and folders with the hidden attribute.
Can be one of the following values:
- 0 = Blend icons if attributes are indexed.
- 1 = Always blend.
- 2 = Never blend.
icon_exclude_folders
Set to a semicolon (;) delimited list of folders to exclude when gathering icons.
Empty = include all folders. (default)
icon_include_only_folders
Set to a semicolon (;) delimited list of folders to include when gathering icons.
Subfolders are included.
Empty = include all folders. (default)
icon_include_folders
Set to 1 to include folders when gathering icons. (default)
Set to 0 to exclude folders when gathering icons.
icon_exclude_files
Set to a semicolon (;) delimited list of files to exclude when gathering icons.
Empty = include all files. (default)
icon_include_only_files
Set to a semicolon (;) delimited list of files to include when gathering icons.
Empty = include all files. (default)
icon_include_files
Set to 1 to include files when gathering icons. (default)
Set to 0 to exclude files when gathering icons.
thumbnails
Set to 1 to gather thumbnails. (default)
Set to 0 to disable thumbnails.
Also see icons_only.
Also see extract_image.
Also see shell_item_image_factory.
thumbnail_show_icon
Set to 1 to show icons on thumbnails.
Set to 0 to disable. (default)
thumbnail_show_icon_min_wide
The minimum width in pixels of the icon to show on thumbnails.
Default: thumbnail_show_icon_min_wide=16
thumbnail_show_icon_min_high
The minimum height in pixels of the icon to show on thumbnails.
Default: thumbnail_show_icon_min_high=16
thumbnail_show_icon_wide_mul
The icon width scale multiplier.
Default: thumbnail_show_icon_wide_mul=1
thumbnail_show_icon_wide_div
The icon width scale divider.
Default: thumbnail_show_icon_wide_div=4
thumbnail_show_icon_high_mul
The icon height scale multiplier.
Default: thumbnail_show_icon_high_mul=1
thumbnail_show_icon_high_div
The icon height scale divider.
Default: thumbnail_show_icon_high_div=4
thumbnail_show_icon_x_align
The icon x-position.
Can be one of the following values:
- -1 = Left align. (default)
- 0 = Center align.
- 1 = Right align.
thumbnail_show_icon_y_align
The icon y-position.
Can be one of the following values:
- -1 = Top align.
- 0 = Center align.
- 1 = Bottom align. (default)
thumbnail_show_icon_alpha
Transparency of the thumbnail overlay icon.
Can be 0 (completely transparent) to 255 (opaque).
Default: thumbnail_show_icon_alpha=255
thumbnail_exclude_folders
Set to a semicolon (;) delimited list of folders to exclude when gathering thumbnails.
Empty = include all folders. (default)
thumbnail_include_only_folders
Set to a semicolon (;) delimited list of folders to include when gathering thumbnails.
Subfolders are included.
Empty = include all folders. (default)
thumbnail_include_folders
Set to 1 to include folders when gathering thumbnails. (default)
Set to 0 to exclude folders when gathering thumbnails.
thumbnail_exclude_files
Set to a semicolon (;) delimited list of files to exclude when gathering thumbnails.
Empty = include all files. (default)
thumbnail_include_only_files
Set to a semicolon (;) delimited list of files to include when gathering thumbnails.
Empty = include all files. (default)
thumbnail_include_files
Set to 1 to include files when gathering thumbnails. (default)
Set to 0 to exclude files when gathering thumbnails.
thumbnail_medium_text_lines
Set to the number of text lines when showing medium or smaller thumbnails.
Default is 3.
thumbnail_large_text_lines
Set to the number of text lines when showing large thumbnails.
Default is 2.
thumbnail_extra_large_text_lines
Set to the number of text lines when showing extra large thumbnails.
Default is 2.
filelist_icons
Set to 1 to gather icons for file list results.
Set to 0 to disable. (default)
filelist_thumbnails
Set to 1 to gather thumbnails for file list results.
Set to 0 to disable. (default)
filelist_properties
Set to 1 to gather properties for file list results.
Set to 0 to disable. (default)
stars_image_filename
The filename to specify a custom 32bit bmp image (with 8bit alpha channel) for the stars image.
The stars image is used by the Rating property.
The image should contain two pictures, side by side, one for a full star and one for an empty star.
The default stars image can be downloaded here.
Default: stars_image_filename=
autoexec
Set to a semicolon (;) delimited list of filenames of text/plain files to automatically execute on startup with the Everything preprocessor.
Default: autoexec=
debug_log_filename_timestamp
Set to 1 to use a timestamp in the debug log filename.
Set to 0 to disable. (default)
home_match_case
Set to 0 to use the last value. (default)
Set to 1 to define the default match case value with match_case.
Set to 2 to enable match case by default.
Set to 3 to disable match case by default.
Can be toggled from within Everything under the Tools -> Options -> Home -> Match Case.
home_match_diacritics
Set to 0 to use the last value. (default)
Set to 1 to define the default match diacritics value with match_diacritics.
Set to 2 to enable match diacritics by default.
Set to 3 to disable match diacritics by default.
Can be toggled from within Everything under the Tools -> Options -> Home -> Match diacritics.
home_match_whole_word
Set to 0 to use the last value. (default)
Set to 1 to define the default match whole_word value with match_whole_word.
Set to 2 to enable match whole_word by default.
Set to 3 to disable match whole_word by default.
Can be toggled from within Everything under the Tools -> Options -> Home -> Match Whole Words.
home_match_path
Set to 0 to use the last value. (default)
Set to 1 to define the default match path value with match_path.
Set to 2 to enable match path by default.
Set to 3 to disable match path by default.
Can be toggled from within Everything under the Tools -> Options -> Home -> Match Path.
home_match_prefix
Set to 0 to use the last value. (default)
Set to 1 to define the default match prefix value with match_prefix.
Set to 2 to enable match prefix by default.
Set to 3 to disable match prefix by default.
Can be toggled from within Everything under the Tools -> Options -> Home -> Match Prefix.
home_match_suffix
Set to 0 to use the last value. (default)
Set to 1 to define the default match suffix value with match_suffix.
Set to 2 to enable match suffix by default.
Set to 3 to disable match suffix by default.
Can be toggled from within Everything under the Tools -> Options -> Home -> Match Suffix.
home_ignore_punctuation
Set to 0 to use the last value. (default)
Set to 1 to define the default ignore punctuation value with ignore_punctuation.
Set to 2 to enable ignore punctuation by default.
Set to 3 to disable ignore punctuation by default.
Can be toggled from within Everything under the Tools -> Options -> Home -> Ignore Punctuation.
home_ignore_whitespace
Set to 0 to use the last value. (default)
Set to 1 to define the default ignore white-space value with ignore_whitespace.
Set to 2 to enable ignore white-space by default.
Set to 3 to disable ignore white-space by default.
Can be toggled from within Everything under the Tools -> Options -> Home -> Ignore White-space.
home_regex
Set to 0 to use the last value. (default)
Set to 1 to define the default regex state value with match_regex.
Set to 2 to enable regex by default.
Set to 3 to disable regex by default.
Can be toggled from within Everything under the Tools -> Options -> Home -> Regular Expressions.
home_omit_results
Set to 0 to use the last value. (default)
Set to 1 to define the default omit results value with omit_results.
Set to 2 to enable omit results by default.
Set to 3 to disable omit results by default.
home_layout
Set to a semicolon (;) delimited list of layout items to show by default.
Leave empty to use the last values. (default)
Items can be specified by one or more of the following names:
- preview
- folders
- filters
- filterbar
- menubar
- statusbar
- header
home_add_layout
Set to a semicolon (;) delimited list of items to add to the default layout.
Leave empty to use the last values. (default)
Items can be specified by one or more of the following names:
- preview
- folders
- filters
- filterbar
- menubar
- statusbar
- header
home_remove_layout
Set to a semicolon (;) delimited list of items to remove from the default layout.
Leave empty to use the last values. (default)
Items can be specified by one or more of the following names:
- preview
- folders
- filters
- filterbar
- menubar
- statusbar
- header
home_maximized
Set to 0 to use the last value. (default)
Set to 1 to define the default maximized state value with maximized.
Set to 2 to show maximized by default.
Set to 3 to show as a normal window by default.
home_treeview_subfolders
Set to 0 to use the last value. (default)
Set to 1 to define the default folder sidebar subfolders state value with treeview_subfolders.
Set to 2 to enable folder sidebar subfolders by default.
Set to 3 to disable folder sidebar subfolders by default.