Launch Edge browser with command line flags

PHOTO EMBED

Sun Sep 01 2024 04:54:19 GMT+0000 (Coordinated Universal Time)

Saved by @Curable1600 #windows #edgebrowser

Computer\HKEY_CLASSES_ROOT\MSEdgeHTM\shell\open\command
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --single-argument %1
#to
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --enable-features="EnableCsrssLockdown,EncryptedClientHello,IsolatePrerenders,IsolateSandboxedIframes,RendererAppContainer,WinSboxDisableExtensionPoint" --disable-webgl --no-pings --single-argument %1
content_copyCOPY

Note: it is important to add [your command] before --single-argument %1, otherwise it won't work. Flags from here: https://malwaretips.com/threads/tairikuokamis-configuration-202x.113895/

https://superuser.com/questions/1755876/how-to-launch-edge-browser-with-command-line-flags