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).
Eksempelverdi:
[
{
"url": "https://www.contoso.com/maps",
"create_desktop_shortcut": true,
"default_launch_container": "window"
},
{
"url": "https://app.contoso.edu",
"default_launch_container": "tab"
}
]
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\Microsoft\Edge |
Value Name | WebAppInstallForceList |
Value Type | REG_SZ |
Default Value |