Do you delete into the recycle bin? Or do you do a real deletion of the file (i.e., not moving into the recycle bin)?
In other words: Are you talking about the Windows dialog asking for deletion into the recycle bin, or are you talking about the TC dialog asking for a direct deletion?
If you talk about deletion into the recycle bin and therefore the Windows dialog, the appearance of this dialog is not controlled by Total Commander. (I am almost sure that there is some Windows/registry setting for configuring the appearance of this dialog. But i don't know the details, and anyway, there is nothing stopping you from googling it if you need them juicy details...).
If you talk about direct deletion and hence the TC dialog, try starting TC with a fresh INI file with default settings like and see if the behavior changes:
Code: Select all
<PathToTotalCommanderExe> /i=%TEMP%\test_tc.ini
(This will instruct TC to create and use a new INI file with default settings in the %TEMP% directory. Don't worry, your normal wincmd.ini file won't be touched. If you start TC normally again without the /i switch, your normal wincmd.ini will be used again...)