
Hi @Łukasz Huk
It seems that window display rules will be ignored if we're using kiosk mode. The only workaround that I can come up with is using app mode --app=
which I think has similar user experience with kiosk mode.
You can refer to the command line below. Please note to use the maximum display area of your monitor to set window position:
start msedge --app="https://www.bing.com" --window-position=0,0 --user-data-dir=c:/monitor1 && start msedge --app="http://www.google.com" --window-position=1920,0 --user-data-dir=c:/monitor2
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Regards,
Yu Zhou