I wanted to reopen a topic that was already discussed a while ago.
OC registers itself via registry, but several apps bypass it and launch explorer.exe directly, like Visual Studio 2026, which is my main development environment.
Does V4 change anything on this front? If not, I'd suggest taking inspiration from
FileExplorerInterceptor or Directory Opus, which intercept these calls through a window/shell hook.
In any case, thanks for all the work.