diff --git a/windows/configuration/start/customize-and-export-start-layout.md b/windows/configuration/start/customize-and-export-start-layout.md index 5b233f05c0..fa30c45aea 100644 --- a/windows/configuration/start/customize-and-export-start-layout.md +++ b/windows/configuration/start/customize-and-export-start-layout.md @@ -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: ::: 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 diff --git a/windows/configuration/start/images/windows-11-no-recommended.png b/windows/configuration/start/images/windows-11-no-recommended.png new file mode 100644 index 0000000000..5a9afc2544 Binary files /dev/null and b/windows/configuration/start/images/windows-11-no-recommended.png differ diff --git a/windows/configuration/start/images/windows-11.png b/windows/configuration/start/images/windows-11.png new file mode 100644 index 0000000000..ba7f6edc85 Binary files /dev/null and b/windows/configuration/start/images/windows-11.png differ diff --git a/windows/configuration/start/includes/example-start-layout.md b/windows/configuration/start/includes/example-start-layout.md index 7bae341424..bda42d032a 100644 --- a/windows/configuration/start/includes/example-start-layout.md +++ b/windows/configuration/start/includes/example-start-layout.md @@ -37,16 +37,41 @@ ms.topic: include ```json { - "pinnedList": [ - {"packagedAppId": "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}, - {"packagedAppId": "Microsoft.Windows.Photos_8wekyb3d8bbwe!App"}, - {"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"}, - {"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"} - ] + "pinnedList": [ + { + "desktopAppLink": "%ALLUSERSPROFILE%\\Microsoft\\Windows\\Start Menu\\Programs\\Microsoft Edge.lnk" + }, + { + "packagedAppId": "windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel" + }, + { + "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" + } + ] } ``` diff --git a/windows/configuration/start/supported-csp-start-menu-layout-windows.md b/windows/configuration/start/supported-csp-start-menu-layout-windows.md index 995c92acfa..49f5fc2126 100644 --- a/windows/configuration/start/supported-csp-start-menu-layout-windows.md +++ b/windows/configuration/start/supported-csp-start-menu-layout-windows.md @@ -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` - `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":::