[SOLVED] Possible to disable rename/copyto/moveto history saving in the ini file?

Discussion related to "Everything" 1.5.
Post Reply
GSD
Posts: 53
Joined: Fri Apr 28, 2023 12:59 pm

[SOLVED] Possible to disable rename/copyto/moveto history saving in the ini file?

Post by GSD »

Title sais it all. I'd like to disable saving "rename_new_format_history", "rename_old_format_history" and the equivalents for move to/copy to in the main ini file. I already have search history disabled and that works.

Obviously, this is not very important, but, if there is a way and I'm unaware of it, I'd like to know.

Thank you!
Last edited by GSD on Thu Jun 12, 2025 10:38 am, edited 1 time in total.
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Possible to disable rename/copyto/moveto history saving in the ini file?

Post by void »

Create a Policy.ini in the same location as your Everything.ini

Set the contents of your Policy.ini to:

Code: Select all

[Everything]
rename_new_format_history=
rename_old_format_history=
advanced_copy_to_old_format_history=
advanced_copy_to_new_format_history=
advanced_move_to_old_format_history=
advanced_move_to_new_format_history=
Group Policies
GSD
Posts: 53
Joined: Fri Apr 28, 2023 12:59 pm

Re: [SOLVED] Possible to disable rename/copyto/moveto history saving in the ini file?

Post by GSD »

Right. Should have thought of that. Thank you!
Post Reply