Update taskbar configuration files and images

This commit is contained in:
Paolo Matarazzo
2024-04-17 14:24:09 -04:00
parent 5caf59d73c
commit 78dfff6ee4
2 changed files with 7 additions and 7 deletions

View File

@ -13,13 +13,13 @@ The Windows taskbar is an essential component of the Windows operating system. T
::: zone pivot="windows-11" ::: zone pivot="windows-11"
:::image type="content" source="images/taskbar-11.png" alt-text="Sample Windows 11 taskbar." border="false" lightbox="./images/taskbar-11.png"::: :::image type="content" source="images/taskbar-11.png" alt-text="Screenshot of the Windows 11 taskbar." border="false" lightbox="./images/taskbar-11.png":::
::: zone-end ::: zone-end
::: zone pivot="windows-10" ::: zone pivot="windows-10"
:::image type="content" source="images/taskbar-10.png" alt-text="Sample Windows 10 taskbar." border="false" lightbox="./images/taskbar-10.png"::: :::image type="content" source="images/taskbar-10.png" alt-text="Screenshot of the Windows 10 taskbar." border="false" lightbox="./images/taskbar-10.png":::
::: zone-end ::: zone-end
@ -44,7 +44,7 @@ The Windows taskbar consists of several key components that can be customized to
Let's review the components of the Windows taskbar by dividing it into three areas: Let's review the components of the Windows taskbar by dividing it into three areas:
1. The *left area* contains Widgets, which users can personalize to quickly access feeds and information that they deem most relevant 1. The *left area* contains Widgets, which provide personalized news, weather, and other information
1. The *center area* contains: 1. The *center area* contains:
1. Start menu 1. Start menu
1. Search 1. Search
@ -57,7 +57,7 @@ Let's review the components of the Windows taskbar by dividing it into three are
1. Action Center 1. Action Center
1. Copilot 1. Copilot
:::image type="content" source="images/taskbar-sections-11.png" alt-text="Sample Windows 11 taskbar." border="false" lightbox="./images/taskbar-sections-11.png"::: :::image type="content" source="images/taskbar-sections-11.png" alt-text="Screenshot of the Windows 11 taskbar with the three areas highlighted." border="false" lightbox="./images/taskbar-sections-11.png":::
::: zone-end ::: zone-end
@ -74,13 +74,13 @@ Let's review the components of the Windows taskbar by dividing it into two areas
1. The *right area* contains: 1. The *right area* contains:
- People - People
- News and interests, which users can personalize to quickly access feeds and information that they deem most relevant - News and interests
- The system tray, which displays icons like the pen menu, touch keyboard, virtual touchpad, power, network, volume, and any application icons that are running in the background like OneDrive, Teams, or antivirus software - The system tray, which displays icons like the pen menu, touch keyboard, virtual touchpad, power, network, volume, and any application icons that are running in the background like OneDrive, Teams, or antivirus software
- Calendar - Calendar
- Action center - Action center
- Copilot - Copilot
:::image type="content" source="images/taskbar-sections-10.png" alt-text="Sample Windows 10 taskbar." border="false" lightbox="./images/taskbar-sections-10.png"::: :::image type="content" source="images/taskbar-sections-10.png" alt-text="Screenshot of the Windows 11 taskbar with the two areas highlighted." border="false" lightbox="./images/taskbar-sections-10.png":::
::: zone-end ::: zone-end

View File

@ -20,7 +20,7 @@ Here are some considerations before you start configuring the taskbar pinned app
- There is no limit to the number of apps that you can pin - There is no limit to the number of apps that you can pin
- In the XML file, add apps using the Application User Model ID (AUMID) , the Desktop Application ID, or the Desktop Application Link Path. To learn more, see [Find the Application User Model ID of an installed app](../store/find-aumid.md) - In the XML file, add apps using the Application User Model ID (AUMID) , the Desktop Application ID, or the Desktop Application Link Path. To learn more, see [Find the Application User Model ID of an installed app](../store/find-aumid.md)
- The order of apps in the XML file dictates the order of pinned apps on the taskbar, from left to right, and to the right of any existing apps pinned by the user. If the OS is configured to use a right-to-left language, then the taskbar order is reversed - The order of apps in the XML file dictates the order of pinned apps on the taskbar, from left to right, and to the right of any existing apps pinned by the user. If the OS is configured to use a right-to-left language, then the taskbar order is reversed
- Some classic Windows applications are packaged differently than they were in previous versions of Windows, including Notepad and File Explorer. Be sure to enter the correct AppID. For more information, see [Application User Model ID (AUMID)](../kiosk/find-the-application-user-model-id-of-an-installed-app.md) and [Get the AUMID and Desktop app link path](#get-the-aumid-and-desktop-app-link-path) (in this article). - Some classic Windows applications are packaged differently than they were in previous versions of Windows, including Notepad and File Explorer. Be sure to enter the correct AppID. For more information, see [Application User Model ID (AUMID)](../kiosk/find-the-application-user-model-id-of-an-installed-app.md)
## Taskbar options ## Taskbar options