Configure list of force-installed Web Apps

Configure this policy to specify a list of web apps that install silently, without user interaction, and which users can't uninstall or turn off.

Each list item of the policy is an object with a mandatory member: url (the URL of the web app to install) and 2 optional members: default_launch_container (specifies the window mode that the web app opens with-a new tab is the default) and create_desktop_shortcut (True if you want to create Linux and Windows desktop shortcuts).

Example value:

[
{
"url": "https://www.contoso.com/maps",
"create_desktop_shortcut": true,
"default_launch_container": "window"
},
{
"url": "https://app.contoso.edu",
"default_launch_container": "tab"
}
]

Supported on: Microsoft Edge version 80, Windows 7 or later

URLs for Web Apps to be silently installed.

Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
Registry PathSoftware\Policies\Microsoft\Edge
Value NameWebAppInstallForceList
Value TypeREG_SZ
Default Value

msedge.admx

Administrative Templates (Computers)

Administrative Templates (Users)