Forum Discussion
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
- LiamWhiteIron Contributor
Windows 10 does not have this feature built in, but you can try using a third-party tool to add it.
- LindanigroTin 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.
- VaentinaIron 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.