mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-21 09:47:22 +00:00
Merge pull request #10873 from MicrosoftDocs/main
[AutoPublish] main to live - 05/15 15:32 PDT | 05/16 04:02 IST
This commit is contained in:
commit
dd48a1b70a
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user