This commit is contained in:
Paolo Matarazzo
2024-03-14 13:31:44 -04:00
parent 967d43cb25
commit afec0b5a7e
5 changed files with 42 additions and 11 deletions

View File

@ -394,7 +394,7 @@ Here you can find an example of Start layout that you can use as a reference:
After the settings are applied, sign in to the device. You'll see the Start layout that you configured: After the settings are applied, sign in to the device. You'll see the Start layout that you configured:
::: zone pivot="windows-11" ::: zone pivot="windows-11"
:::image type="content" source="images/restricted-user-experience-windows-11.png" alt-text="Screenshot of the Windows 11 desktop used for the quickstart." border="false"::: :::image type="content" source="images/windows-11.png" alt-text="Screenshot of the Windows 11 Start menu." border="false":::
::: zone-end ::: zone-end

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

View File

@ -38,14 +38,39 @@ ms.topic: include
```json ```json
{ {
"pinnedList": [ "pinnedList": [
{"packagedAppId": "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}, {
{"packagedAppId": "Microsoft.Windows.Photos_8wekyb3d8bbwe!App"}, "desktopAppLink": "%ALLUSERSPROFILE%\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge.lnk"
{"packagedAppId": "Microsoft.BingWeather_8wekyb3d8bbwe!App"}, },
{"desktopAppLink": "%APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\System Tools\\Command Prompt.lnk"}, {
{"desktopAppLink": "%APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\Windows PowerShell\\Windows PowerShell.lnk"}, "packagedAppId": "windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel"
{"desktopAppLink": "%APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\File Explorer.lnk"}, },
{"packagedAppId": "windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel"}, {
{"desktopAppLink": "%ALLUSERSPROFILE%\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge.lnk"} "desktopAppLink": "%APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\File Explorer.lnk"
},
{
"desktopAppLink": "%APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\Windows PowerShell\\Windows PowerShell.lnk"
},
{
"packagedAppId": "Microsoft.WindowsTerminal_8wekyb3d8bbwe!App"
},
{
"packagedAppId": "Microsoft.Paint_8wekyb3d8bbwe!App"
},
{
"packagedAppId": "Microsoft.Windows.Photos_8wekyb3d8bbwe!App"
},
{
"packagedAppId": "MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe!App"
},
{
"packagedAppId": "Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe!App"
},
{
"packagedAppId": "Microsoft.SecHealthUI_8wekyb3d8bbwe!SecHealthUI"
},
{
"packagedAppId": "Microsoft.OutlookForWindows_8wekyb3d8bbwe!Microsoft.OutlookforWindows"
}
] ]
} }
``` ```

View File

@ -69,3 +69,9 @@ For information on customizing the Start menu layout using policy, see [Customiz
- `Computer Configuration\Administrative Templates\Start Menu and Taskbar\Disable context menus in the Start Menu` - `Computer Configuration\Administrative Templates\Start Menu and Taskbar\Disable context menus in the Start Menu`
- `User Configuration\Administrative Templates\Start Menu and Taskbar\Disable context menus in the Start Menu` - `User Configuration\Administrative Templates\Start Menu and Taskbar\Disable context menus in the Start Menu`
:::image type="content" source="images/windows-11.png" alt-text="Screenshot of the Windows 11 Start menu." border="false":::
:::image type="content" source="images/windows-11-no-recommendations.png" alt-text="Screenshot of the Windows 11 Start menu without recommendations." border="false":::