Windows 11 Context Menu
Posted: 30 Mar 2024, 10:23
Windows 10
FileBot does support classic Context Menu integration for Windows 10 and Windows 11 (via Show more options). The classic context menu integration can be installed / uninstalled easily via the Windows Registry (i.e. double-clicking a *.reg file). See Explorer Context Menu Integration for Scripts for details.
Windows 11
FileBot does not currently support the new Windows 11 Context Menu. The new context menu integration requires applications to implement the new IExplorerCommand + App Identity interface. Adding context menu items via the Windows Registry is explicitly not supported. IExplorerCommand means what we have to implement and compile native code and ship with a DLL. App Identity means that the application has to be shipped as signed APPX package. This effectively means that FileBot (i.e. classic Win32 application shipped as unsigned MSI or ZIP package) fundamentally cannot implement support the new context Windows 11 menu.
