How to remove that copy/move confirm dialog ?
Moderators: Hacker, petermad, Stefan2, white
How to remove that copy/move confirm dialog ?
I just wonder if there is a way to remove the (annoying as I see it) dialog box that popup each time I try to copy or move a file/folder ?
Hope anyone understand me.
//yabbah
Hope anyone understand me.
//yabbah
Thanks, but this doesn't have any effect on copy/paste as I see it ?ts4242 wrote:You can as follow, show Configuration dialog> Copy/Delete page and check the option "Use Explorer delete method (faster, cannot handle comments)"
after that you have to remove delete confirmation for Windows too, Right click on RecycleBin and uncheck the option "Display delete confirmation dialog"
D&D
2yabbah
Hello !
• I always copy¦move via Drag&Drop. I have disabled the confirmation for D&D in the Options >> Misc. page,
that does the trick to me for a decade…
KR
Claude
Clo

• I always copy¦move via Drag&Drop. I have disabled the confirmation for D&D in the Options >> Misc. page,
that does the trick to me for a decade…

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
Re: How to remove that copy/move confirm dialog ?
*ts4242 ,
thanks for the instructions. For some reason, it worked several times, and the confirmation dialog is popping up again.
Please advise.
thanks for the instructions. For some reason, it worked several times, and the confirmation dialog is popping up again.
Please advise.
Re: How to remove that copy/move confirm dialog ?
It looks like this only happens to you.g200 wrote: 2022-10-12, 15:15 UTC *ts4242 ,
thanks for the instructions. For some reason, it worked several times, and the confirmation dialog is popping up again.
Please advise.
There are no user users complained on this setting.
If you wincmd.ini contains the setting it works.
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: How to remove that copy/move confirm dialog ?
Where is wincmd.ini located?
Re: How to remove that copy/move confirm dialog ?
Help / About
shows you the active configuration files.
In the [Confirmation] section there should be
MouseActions=0
shows you the active configuration files.
In the [Confirmation] section there should be
MouseActions=0
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: How to remove that copy/move confirm dialog ?
I found the file. Thanks.In the [Confirmation] section there should be
MouseActions=0
But no keywords like Confirmation or Mouse in this file.
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: How to remove that copy/move confirm dialog ?
in this case just add the two lines at the end of wincmd.ini file, save it and restart TC.
Code: Select all
[Confirmation]
MouseActions=0
#5767 Personal license
Re: How to remove that copy/move confirm dialog ?
It didn't work.