You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MSIX] Running Packaged Win32 Apps (console only ones included) (multiple instances running included) regardless of ILs, Do Not Get Terminated Instantly. #5293
As Per the title. After Clicking Uninstall from the start menu, the running app and all of its associate running window instances should be terminated instantly. Observe that, The App and All of Its associate running window instances do run for quite a time and Windows still lets the app function as its normally run, This happens for quite a time (about ±1 min), until suddenly It's all BOOM, disappeard for good.
This issue does not happen processes running as "UWP apps" (CoreWindow + LowIL/AppContainer + MSIX). They do get terminated instantly, when clicked Uninstall from the start menu.
Steps to reproduce the bug
Happens in any packaged Win32 Apps that do not use "CoreWindow"(is UWP).
Expected behavior
those apps should be terminated instantly like they manually get from The Task Manager Treatment. They do not behave so when running unpackaged. So, this is yet another MSIX Bug.