Forum Discussion
szilvaa
Sep 16, 2020Copper Contributor
Are child processes "break away" or not by default?
 Hello,    I'm experiencing some difference in behavior between Windows 10 2004 and earlier versions.  Here's my scenario:  I'm creating an MSIX package for my application. I want my main executable a...
Sep 16, 2020
szilvaa I believe that this is a change in the 2004 Runtime.
Prior to 2004 OS, my experience was that by default child processes would run outside of the container, but now on 2004 breakaway is disabled. My recollection is that if I controlled the process launch, the controls you show could be used to control breakaway previously, but now on 2004 those controls are ignored.