Is there an option to clear th search history?
Thanks!
Is the a clear search history option?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 26
- Joined: 2007-09-30, 02:16 UTC
You can you Ultra TC Editors 5.52 Final
http://www.totalcmd.net/plugring/ultra_tc_editors.html
Peter
http://www.totalcmd.net/plugring/ultra_tc_editors.html
Peter
TC 10.xx / #266191
Win 10 x64
Win 10 x64
Redirect all needed sections from wincmd.ini to another file, like that:Is there an option to clear th search history?
Code: Select all
[SearchName]
RedirectSection=history.ini
If you wanna prevent saving the history in general, write-protect the history.ini or redirect to NUL:
Code: Select all
[SearchName]
RedirectSection=NUL
Code: Select all
nircmd inidelsec "x:\path\to\wincmd.ini" "SearchName"
This account is for sale
-
- Junior Member
- Posts: 26
- Joined: 2007-09-30, 02:16 UTC