pub const CMD_SWITCHES: &str = "/d /e:ON /v:OFF /s /c";
Switches passed to cmd.exe ahead of the command itself.
cmd.exe
See the module documentation for what each one defeats. The order matches what cmd.exe documents.