Mp3tag context menu problem
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 11
- Joined: 2022-05-08, 11:01 UTC
- Location: Fairlawn, OH
Mp3tag context menu problem
During installation, Mp3tag gives you the option to install an Explorer context menu item. I've been using this for years with no problems.
The context menu works correctly in Explorer, but if launched from within TC 10.52 64-bit the Mp3tag window opens behind all open windows instead of in front as it should. Since I use Mp3tag multiple times a day, this is very irritating.
All other context menu items work as they should.
Jim Kauffman
The context menu works correctly in Explorer, but if launched from within TC 10.52 64-bit the Mp3tag window opens behind all open windows instead of in front as it should. Since I use Mp3tag multiple times a day, this is very irritating.
All other context menu items work as they should.
Jim Kauffman
Windows Commander license #144
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Mp3tag context menu problem
Can you try opening it via keyboard instead of via mouse? Use Shift+F10 or the special context menu key.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 11
- Joined: 2022-05-08, 11:01 UTC
- Location: Fairlawn, OH
Re: Mp3tag context menu problem
Shift+F10 also launches Mp3tag behind the other open windows and doesn't give it focus
Windows Commander license #144
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Mp3tag context menu problem
Sorry, I don't know what else you could do, except for contacting the author of Mp3tag. Total Commander launches all programs with option SW_SHOWNORMAL. But the context menu item is a shell extension created by mp3tag itself, so maybe it's calling the program with the wrong parameter SW_SHOWNA (show, but do not activate).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 11
- Joined: 2022-05-08, 11:01 UTC
- Location: Fairlawn, OH
Re: Mp3tag context menu problem
I'll get in touch with Florian and relay your suggestion. If that were the case, though, I'd expect Explorer to behave the same.
Thanks.
Thanks.
Windows Commander license #144
Re: Mp3tag context menu problem
Not sure about whether something changed or not, but now with a combination of TotalCMD and MP3TAG that have not been updated recently, the entire MP3TAG context menu item simply disappeared from TotalCMD. In Windows Explorer the context menu item is still there. Only thing that has changed is a bump to a new Windows Insider build 22623.1325 .... Strange ...
Windows Commander license #2023
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Mp3tag context menu problem
Did other context menus disappear too? Then Microsoft may be messing again with the context menu. 

Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Mp3tag context menu problem
Reverting to an older version of MP3TAG solved the issue ... That would point to changes in MP3TAG
Windows Commander license #2023
Re: Mp3tag context menu problem
Run as admin:
cd <path to Mp3tag installation>
regsvr32 Mp3tagShell.dll
and restart Explorer
cd <path to Mp3tag installation>
regsvr32 Mp3tagShell.dll
and restart Explorer
Re: Mp3tag context menu problem
That works! Thanks a lot!!!Imagine wrote: 2023-04-09, 15:57 UTC Run as admin:
cd <path to Mp3tag installation>
regsvr32 Mp3tagShell.dll
and restart Explorer