Child Proofing

General discussion related to "Everything".
Post Reply
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Child Proofing

Post by void »

The following ini options are available in Everything 1.4.1.811b or later:

allow_open
  • Allow or disallow files to be opened in anyway.
    Includes open, open as, open with, edit, play, print, preview, print to, run as, properties and the default verb.
    Set to 1 to allow or set to 0 to disallow.
allow_context_menu
  • Allow or disallow the right click context menu.
    Also effects the File menu in Everything.
    Allows shortcut keys to function if also allowed.
    Set to 1 to allow or set to 0 to disallow.
allow_delete
  • Allow or disallow file or folder deletion.
    Allows or disallows both delete permanently and delete to recycle bin.
    Set to 1 to allow or set to 0 to disallow.
allow_rename
  • Allow or disallow file or folder renaming and multi-file renaming.
    Set to 1 to allow or set to 0 to disallow.
allow_cut
  • Allow or disallow files or folders to be cut to the clipboard or moved to another folder.
    Set to 1 to allow or set to 0 to disallow.
allow_copy
  • Allow or disallow files or folders to be copied to the clipboard or copied to another folder.
    Set to 1 to allow or set to 0 to disallow.
allow_paste
  • Allow or disallow files or folders to be pasted from the clipboard to a folder in Everything.
    Set to 1 to allow or set to 0 to disallow.
allow_drag_drop
  • Allow or disallow drag dropping to or from Everything.
    Set to 1 to allow or set to 0 to disallow.
These options can be toggled from within Everything from the search box.

For example, to disable opening of files or folders:
  • In Everything, type in the following search and press ENTER:
    /allow_open=0
For example, to enable opening of files or folders:
  • In Everything, type in the following search and press ENTER:
    /allow_open=1
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Child Proofing

Post by void »

added allow_drag_drop to Everything 812b.
Post Reply