This commit is contained in:
Paolo Matarazzo 2025-05-15 16:02:11 -04:00
parent a19e2927fd
commit 0a90af6113

View File

@ -163,8 +163,11 @@ Microsoft Edge secondary tiles are pinned website shortcuts that appear on the S
If you pin 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"/>`
```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"/>
```
::: zone pivot="windows-10"