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?
-
GSD
- Posts: 53
- Joined: Fri Apr 28, 2023 12:59 pm
[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.
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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=
-
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?
Right. Should have thought of that. Thank you!