Is the a clear search history option?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
hyphenpipe
Junior Member
Junior Member
Posts: 26
Joined: 2007-09-30, 02:16 UTC

Is the a clear search history option?

Post by *hyphenpipe »

Is there an option to clear th search history?

Thanks!
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

In the search field you could press cursor/arrow-down key to open the history,
then hold the delete key.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
User avatar
Peter
Power Member
Power Member
Posts: 2068
Joined: 2003-11-13, 13:40 UTC
Location: Schweiz

Post by *Peter »

You can you Ultra TC Editors 5.52 Final

http://www.totalcmd.net/plugring/ultra_tc_editors.html

Peter
TC 10.xx / #266191
Win 10 x64
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Is there an option to clear th search history?
Redirect all needed sections from wincmd.ini to another file, like that:

Code: Select all

[SearchName]
RedirectSection=history.ini
If you wanna clean the history, just delete the 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
You can also directly manipulate the INI file, for example with NirSoft NirCmd: http://www.nirsoft.net/utils/nircmd.html

Code: Select all

nircmd inidelsec "x:\path\to\wincmd.ini" "SearchName"
Icfu
This account is for sale
hyphenpipe
Junior Member
Junior Member
Posts: 26
Joined: 2007-09-30, 02:16 UTC

Post by *hyphenpipe »

Thanks for the help! Works great!
Post Reply