--enable-sandbox
When `--enable-sandbox` is passed, electron will use chromium sandbox to spawn all renderers, and every new BrowserWindow will automatically have "sandboxed" passed as a web preference(since the renderer would not work properly otherwise).
auto