had same on old version of x64; and only with one user;
think can be - is corrupted access rights to some path or reg keys for metro/uwp app;
or run or reg of dcom process that needed for that app;
gppolice edits can be issue too (if you prevent system from access some data etc);
on my case similar error because I blocked it in some way for better security; and now forgot what I changed;
0x80070057: Cannot create the Desktop AppX container for package 52601TheDesktopBridge.2261331D290CD_1.1.0.0_x86__qfm5jy7hkm90p because an error was encountered configuring the runtime.
0x80070057: Cannot create the process for package 52601TheDesktopBridge.2261331D290CD_1.1.0.0_x86__qfm5jy7hkm90p because an error was encountered while configuring runtime. [LaunchProcess]
is sample of ms app to start com application via desktop bridge (com interop from UWP);
on other pc users that app work;