Kontextmenü fehlt unter Windows 11

was hast du denn mit der Reg-Datei gemacht?

Zusammengeführt natürlich.

das hier:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\SystemFileAssociations.mp3\Shell\mp3Tag]
@="mp3Tag"
"icon"="C:\Program Files\Mp3tag\Mp3tag.exe,0"
"Position"="Top"

[HKEY_CLASSES_ROOT\SystemFileAssociations.mp3\Shell\mp3Tag\command]
@=""C:\Program Files\Mp3tag\Mp3tag.exe" "%1""

What version of Windows and bitness?
Temporary solution, where C:\Program Files\Mp3tag\ <- path to program:

cd C:\Program Files\Mp3tag\
regsvr32 Mp3tagShell.dll

and restart Explorer

Guckst du hier:

Thx very much, it worked

register dll hat funktioniert!
danke, frage stellt sich wrum das passiert?

das sollte eine einstellung in den Optionen werden!

Bei einer Standardinstallation braucht man das (meistens) nicht.
Bei einer portablen Installation gibt es keine Shell-Erweiterung - von daher würde so eine Option mal da sein oder nicht, was dann auch wieder zu Verwirrung führt.

For Win 11 it shouldn't work like that. The bug is not in the program, but in the OS.
I had the same situation with other programs.

OK, thx for help and explication!