From: Matt Taylor on
My app calls CreateProcess() and gets back the error code
ERROR_SXS_CANT_GEN_ACTCTX. It appears that CSRSS is failing the process
create with error STATUS_SXS_CANT_GEN_ACTCTX. I have no idea why this is
failing, but I need to work around it, and I don't need SxS. Is there a
way to disable SxS for a specific app?

If not, if squelch the error and let CreateProcess continue as normal,
is my application going to explode?

-Matt