
Hi @ivan prince ,
Thanks for posting in Microsoft Q&A.
For solution 1: use windows 10 kiosk mode
Based on my research, the use of multiple monitors isn't supported for multi-app kiosk mode in Windows 10.
A kiosk device typically runs a single app, and users are prevented from accessing any features or functions on the device outside of the kiosk app. Please refer to Set up a multi-app kiosk on Windows 10 devices for more details.
For solution 2:
If you want to open three different pages in edge kiosk fullscreen mode, you could try to use the following command one by one:
start msedge --kiosk www.URL-1.com --edge-kiosk-type=fullscreen --window-position=X1,Y1 --user-data-dir=C:\monitor1
start msedge --kiosk www.URL-2.com --edge-kiosk-type=fullscreen --window-position=X2,Y2 --user-data-dir=C:\monitor2
start msedge --kiosk www.URL-3.com --edge-kiosk-type=fullscreen --window-position=X3,Y3 --user-data-dir=C:\monitor3
--window-position
sets the offset in pixels at which the window is created.
Hope it works.
If the answer is helpful, 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.
Best Regards,
Raina Zhao