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!
[SOLVED] Possible to disable rename/copyto/moveto history saving in the ini file?
[SOLVED] Possible to disable rename/copyto/moveto history saving in the ini file?
Last edited by GSD on Thu Jun 12, 2025 10:38 am, edited 1 time in total.
Re: Possible to disable rename/copyto/moveto history saving in the ini file?
Create a Policy.ini in the same location as your Everything.ini
Set the contents of your Policy.ini to:
Group Policies
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=
Re: [SOLVED] Possible to disable rename/copyto/moveto history saving in the ini file?
Right. Should have thought of that. Thank you!