MS Edge Kiosk Mode, Multi Tab Syntax for Command Line

Mike Kerr 21 Reputation points
2021-03-10T12:30:49.007+00:00

With a domain connected computer, I am looking for a way to make sure Edge is locked down and Kiosk Mode with a whole bunch of GPOs seems to be the way I need to go. Unfortunately, the built-in Kiosk setup requires it to run on just a local account which prevents a lot of my GPOs from being enforced, but following the instructions on the link below, I know that it can pull up the pages I want and display how I want:

[https://social.technet.microsoft.com/Forums/en-US/28f245ff-a22e-4399-878a-cb9dde905b76/windows-10-kiosk-mode-wont-open-with-multiple-tabs-properly?forum=win10itprogeneral][1]

The question is: how do I achieve the same result with three tabs using the syntax

msedge.exe --kiosk www.contoso.com --edge-kiosk-type=public-browsing --kiosk-idle-timeout-minutes=1

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,146 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yu Zhou-MSFT 12,061 Reputation points Microsoft Vendor
    2021-03-11T03:46:26.35+00:00

    Hi @Mike Kerr

    Do you want to open Edge in kiosk mode with three tabs using the command line? If so you can try the following command:

    msedge.exe --kiosk www.google.com www.msn.com www.microsoft.com --edge-kiosk-type=public-browsing --kiosk-idle-timeout-minutes=1  
    

    I test in Edge Version 89.0.774.50 (Official build) (64-bit) and it works.

    76562-capture.png


    If the response is helpful, please click "Accept Answer" and upvote it.
    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


0 additional answers

Sort by: Most helpful