Merge pull request #10873 from MicrosoftDocs/main
Some checks failed
(Scheduled) Mark stale pull requests / stale (push) Has been cancelled
(Scheduled) Publish to live / auto-publish (push) Has been cancelled
(Scheduled) Stale branch removal / stale-branch (push) Has been cancelled

[AutoPublish] main to live - 05/15 15:32 PDT | 05/16 04:02 IST
This commit is contained in:
Ruchika Mittal 2025-05-16 04:10:50 +05:30 committed by GitHub
commit dd48a1b70a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ Example of two profiles, a desktop app and a UWP app:
### AllAppList
Based on the purpose of the kiosk device, define the list of applications that are allowed to run. This list can contain both UWP apps and desktop apps. When the mult-app kiosk configuration is applied to a device, AppLocker rules are generated to allow the apps that are listed in the configuration.
Based on the purpose of the kiosk device, define the list of applications that are allowed to run. This list can contain both UWP apps and desktop apps. When the multi-app kiosk configuration is applied to a device, AppLocker rules are generated to allow the apps that are listed in the configuration.
> [!NOTE]
> If an app has a dependency on another app, both must be included in the allowed apps list.
@ -157,11 +157,19 @@ Example:
</AllAppsList>
```
> [!IMPORTANT]
> If you pins elements to the Start menu with Microsoft Edge secondary tiles, include the following apps in the allowed apps list:
>
> - `<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge_proxy.exe" />`
> - `<App AppUserModelId="Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!App"/>`
#### Microsoft Edge secondary tiles considerations
Microsoft Edge secondary tiles are pinned website shortcuts that appear on the Start menu. These pins provide quick access to specific websites directly from the Start menu, functioning similarly to app shortcuts.
If you pin elements to the Start menu with Microsoft Edge secondary tiles, include the following apps in the allowed apps list:
```xml
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" />
<App DesktopAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge_proxy.exe" />
<App AppUserModelId="Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe!App"/>
```
For more information about Start menu customizations and pinning secondary tiles, see [Customize the Start layout](../start/layout.md).
::: zone pivot="windows-10"