Forum Discussion

ZacharyAdams's avatar
ZacharyAdams
Bronze Contributor
Jun 15, 2026

It is recommended that Windows 10 decouple the Shell/URI activation mechanism from File Explorer

It is recommended to decouple Windows' Shell/URI activation mechanism from File Explorer so that packaged applications, such as settings apps, can run independently even if Explorer crashes, thereby improving the ease of system maintenance.

 

3 Replies

  • LiamWhite's avatar
    LiamWhite
    Iron Contributor

    Windows 10 does not have this feature built in, but you can try using a third-party tool to add it.

  • Lindanigro's avatar
    Lindanigro
    Tin Contributor

     If Explorer freezes, you could still launch Settings via Win+I, the Start menu, or a command line without waiting for the shell to respond.

  • Vaentina's avatar
    Vaentina
    Iron Contributor

    This separation not only improves the robustness of system operations but also simplifies troubleshooting and reduces the risk of system-wide failures. Implementing such decoupling could involve redesigning how shell processes handle activation requests, possibly through service-based architectures or separate process management.