Forum Discussion
ZacharyAdams
Jun 15, 2026Bronze Contributor
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 ...
Vaentina
Jun 19, 2026Iron 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.