Windows 10 taskbar customization

Настройка панели задач Windows 10 в TaskbarX

По умолчанию, панель задач Windows 10 предоставляет пользователю некоторые возможности настройки оформления, такие как мелкие или обычные значки, выбор цвета и некоторые другие. Однако, в некоторых случаях этого может оказаться недостаточно. Например, частый вопрос: как разместить значки по центру или сделать панель задач прозрачной, бывают и другие задачи. Одна из простых бесплатных программ, позволяющие сделать это — TaskbarX (ранее называлась FalconX).

В этом обзоре подробно о возможностях настройки оформления панели задач в TaskbarX, доступных функциях и особенностях использования программы.

Загрузка и установка

Программа TaskbarX доступна в магазине Microsoft Store, но является платной. Однако, если использовать официальный сайт разработчика — https://chrisandriessen.nl/taskbarx мы можем скачать программу в виде ZIP-архива (portable-версию) полностью бесплатно. Также, в бесплатном виде она доступна на GitHub автора.

Портативная версия программы не требует какой-либо установки на компьютере: достаточно распаковать архив с файлами программы в удобное вам расположение на компьютере и приступить к использованию.

Использование TaskbarX для изменения оформления панели задач

В папке с распакованной программой вы найдете два основных исполняемых файла — TaskbarX, запускающий саму программу и TaskbarX Configurator для настройки того, как именно будет выглядеть ваша панель задач.

Для того, чтобы приступить, достаточно запустить TaskbarX (при этом значки на панели задач будут расположены по центру между крайними левыми системными элементами панели задач и значками в трее Windows 10), после этого — запустить TaskbarX Configurator для того, чтобы настроить оформление.

Доступные настройки в TaskbarX Configurator (для того, чтобы увидеть эффект от сделанных изменений, достаточно нажать кнопку «Apply»):

  1. Style — стиль оформления панели задач. Можно включить прозрачную панель задач, выбрать другие варианты оформления: градиент, полупрозрачная, с размытием фона. Здесь же можно задать параметры цвета и уровень прозрачности панели задач (не применяется для выбора пункта «Transparent» с полностью прозрачной панелью задач). Отметка «Switch back to Default on maximized window» включает стандартный вид панели задач при разворачивании окна на весь экран.
  2. Animation — стиль и время анимации при появлении новых значков на панели задач (при запуске какой-либо программы).
  3. Position — сдвиг значков панели задач относительно автоматически рассчитанного центра. Под Primary Taskbar здесь понимается панель задач на первом мониторе, под Secondary — на втором и последующих. Пункт Skip Resolution позволяет отключить размещение значков по центру для выбранного разрешения экрана. Здесь же можно полностью отключить размещение значков по центру (пункт «Don’t Center Taskbar»).
  4. Taskschedule — нажав кнопку «Create» на этом экране вы создадите задание планировщика заданий Windows 10, которое будет автоматически запускать TaskbarX при входе в систему.
  5. Extra — дополнительные настройки. Позволяют включить размещение по центру только для одного монитора, скрыть область уведомлений и кнопку Пуск на панели задач, включить отображение иконки TaskbarX в области уведомлений. Пункт «Pause looper when fullscreen app is running» отключает перерисовку панели задач в полноэкранных программах (может быть полезно в играх, если панель задач появляется поверх игры).

Для того, чтобы убрать другие элементы панели задач (не отраженные в разделе Extra), например, поиск или кнопку представления задач, используйте системные средства: просто нажмите правой кнопкой мыши по элементу, отключите отображение ненужной кнопки или строки поиска (как убрать поиск с панели задач Windows 10). На изображении ниже — пример результата после использования TaskbarX и средств системы для настройки панели задач.

Читайте также:  Не устанавливаются драйвера windows 10 pro

Разобраться сравнительно не сложно, а работает это не только для панели задач, размещенной внизу экрана, но и для других её расположений. Возможно, также будет интересной статья Оформление меню Пуск в Windows 10.

Configure Windows 10 taskbar

Starting in Windows 10, version 1607, administrators can pin additional apps to the taskbar and remove default pinned apps from the taskbar by adding a section to a layout modification XML file. This method never removes user-pinned apps from the taskbar.

The only aspect of the taskbar that can currently be configured by the layout modification XML file is the layout.

You can specify different taskbar configurations based on device locale and region. There is no limit on the number of apps that you can pin. You specify apps using the Application User Model ID (AUMID) or Desktop Application Link Path (the local path to the application).

If you specify an app to be pinned that is not provisioned for the user on the computer, the pinned icon won’t appear on the taskbar.

The order of apps in the XML file dictates the order of pinned apps on the taskbar from left to right, to the right of any existing apps pinned by the user.

In operating systems configured to use a right-to-left language, the taskbar order will be reversed.

The following example shows how apps will be pinned: Windows default apps to the left (blue circle), apps pinned by the user in the center (orange triangle), and apps that you pin using the XML file to the right (green square).

Configure taskbar (general)

To configure the taskbar:

  1. Create the XML file.
    • If you are also customizing the Start layout, use Export-StartLayout to create the XML, and then add the section from the following sample to the file.
    • If you are only configuring the taskbar, use the following sample to create a layout modification XML file.
  2. Edit and save the XML file. You can use AUMID or Desktop Application Link Path to identify the apps to pin to the taskbar.
    • Add xmlns:taskbar=»http://schemas.microsoft.com/Start/2014/TaskbarLayout» to the first line of the file, before the closing >.
    • Use and AUMID to pin Universal Windows Platform apps.
    • Use and Desktop Application Link Path to pin desktop applications.
  3. Apply the layout modification XML file to devices using Group Policy or a provisioning package created in Windows Imaging and Configuration Designer (Windows ICD).

If you use a provisioning package or import-startlayout to configure the taskbar, your configuration will be reapplied each time the explorer.exe process restarts. If your configuration pins an app and the user then unpins that app, the user’s change will be overwritten the next time the configuration is applied. To apply a taskbar configuration that allows users to make changes that will persist, apply your configuration by using Group Policy.

If you use Group Policy and your configuration only contains a taskbar layout, the default Windows tile layout will be applied and cannot be changed by users. If you use Group Policy and your configuration includes taskbar and a full Start layout, users can only make changes to the taskbar. If you use Group Policy and your configuration includes taskbar and a partial Start layout, users can make changes to the taskbar and to tile groups not defined in the partial Start layout.

Читайте также:  Windows cannot find make sure you typed the name correctly and then try again

Tips for finding AUMID and Desktop Application Link Path

In the layout modification XML file, you will need to add entries for applications in the XML markup. In order to pin an application, you need either its AUMID or Desktop Application Link Path.

The easiest way to find this data for an application is to:

  1. Pin the application to the Start menu on a reference or testing PC.
  2. Open Windows PowerShell and run the Export-StartLayout cmdlet.
  3. Open the generated XML file.
  4. Look for an entry corresponding to the app you pinned.
  5. Look for a property labeled AppUserModelID or DesktopApplicationLinkPath .

Sample taskbar configuration XML file

Sample taskbar configuration added to Start layout XML file

Keep default apps and add your own

The section will append listed apps to the taskbar by default. The following sample keeps the default apps pinned and adds pins for Paint, Microsoft Reader, and a command prompt.

Before:

After:

Remove default apps and add your own

By adding PinListPlacement=»Replace» to , you remove all default pinned apps; only the apps that you specify will be pinned to the taskbar.

If you only want to remove some of the default pinned apps, you would use this method to remove all default pinned apps and then include the default app that you want to keep in your list of pinned apps.

Before:

After:

Remove default apps

By adding PinListPlacement=»Replace» to , you remove all default pinned apps.

Configure taskbar by country or region

The following example shows you how to configure taskbars by country or region. When the layout is applied to a computer, if there is no node with a region tag for the current region, the first node that has no specified region will be applied. When you specify one or more countries or regions in a node, the specified apps are pinned on computers configured for any of the specified countries or regions.

When the preceding example XML file is applied, the resulting taskbar for computers in the US or UK:

The resulting taskbar for computers in Germany or France:

The resulting taskbar for computers in any other country region:

Customize the Taskbar

You can pin up to three additional apps to the taskbar. There are two methods to do this:

Taskbar Layout Modification XML method (recommended)

  • Supports multivariant images; you can specify different sets of taskbar layouts for different regions.
  • Uses a single XML file.
  • Is the only method that allows you to add UWP apps to the taskbar.
  • In the examples below, the file name “TaskbarLayoutModification.xml” is used, however, you can choose any name you like.

Classic Unattend method (still supported in Windows 10, but marked as deprecated, and may not be available in future builds)

The taskbar starts with the following links: Start, Search, and Task View, plus four additional Windows-provided links: Mail, Edge, File Explorer, and Store. These pins cannot be removed or replaced.

OEMs can add up to three additional pinned apps to the taskbar.

For left-to-right languages, the taskbar icons are ordered from left to right (Start, Search, Task View, Windows-provided Pins, OEM-provided pins, Mail). For right-to-left languages, the taskbar icons are in the opposite order, with the right-most element being Start.

Add a default path

To use a Taskbar Layout Modification XML file in Windows, you’ll need to add a registry key (LayoutXMLPath) to the image, and then generalize and recapture the image. The registry key must be processed before the specialize configuration pass. This means you won’t be able to simply add the registry key by using Synchronous Commands/FirstLogonCommands unless you plan to generalize the image afterwards.

Читайте также:  Регулировка эквалайзера звука windows 10

We recommend using the file location C:\Windows\OEM\TaskbarLayoutModification.xml , because this is the default path used for Push-button reset auto-apply folders.

The other shortcut files, apps, and the Taskbar Layout Modification file itself can be changed at any time through regular imaging techniques. You can add this registry key to all your images, even if you intend to add taskbar links using the Classic Unattend method.

Configure taskbarlayoutmodification.xml

Install the Windows image to a technician computer.

After the image boots, go into audit mode by pressing CTRL+SHIFT+F3.

Add the following registry key to define a default location for the Taskbar Layout Modification file:

cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ /v LayoutXMLPath /d C:\Windows\OEM\TaskbarLayoutModification.xml

Add a Taskbar Layout Modification file (TaskbarLayoutModification.xml) in the default location, for example: C:\Windows\OEM\TaskbarLayoutModification.xml . We also recommend placing a backup copy of the file at C:\Recovery\AutoApply\TaskbarLayoutModification.xml so it will be restored during a push-button reset.

Generalize the Windows image using Sysprep:

Sysprep /generalize /oobe /shutdown

Boot to Windows PE.

Recapture the image. For example:

Dism /Capture-Image /CaptureDir:C:\ /ImageFile:c:\install-with-new-taskbar-layout.wim /Name:»Windows image with Taskbar layout»

You can now apply this image to other PCs.

To reference your apps

For Classic Windows applications, use shortcut (.lnk) files. We recommend using the same shortcut .lnk files in the All Users Start menu. Example:

For Universal Windows apps, use the Universal Windows app user model ID. Example:

Links to .url files are not supported.

To use different layouts for different regions

To use different layouts for different regions, include a region in the defaultlayout tag. These regions use the second half of the language/region tags listed in Available Language Packs for Windows. You can use multiple region tags separated by a pipe (|) character. Here is an example of adding pins to the Chinese (PRC) and Chinese (Taiwan) regions:

How Windows parses the setting for Unattend and Taskbar Layout Modification XML

While you’re transitioning to the new method to customize the taskbar, you may end up using existing images that still include your old Unattend TaskbarLinks settings. When that happens:

  1. If Windows finds a valid Taskbar Layout Modification XML file, it uses the XML file, and ignores any of the Unattend taskbar settings.
  2. If the Taskbar Layout Modification XML file isn’t found, or is invalid, Windows looks for the old Unattend TaskbarLinks settings. If it finds them, it uses them.
  3. If Windows can’t find either a valid Taskbar Layout Modification XML file, or Unattend TaskbarLink settings, then only the Windows-provided pins and Start, Search, and Task View are shown.

Set transparency for the taskbar

The default transparency setting for the taskbar is 15%. To make Taskbar work with the Dark Mode on OLED displays, you need to set the taskbar transparency to 40%.

To set the transparency for the Taskbar, create a registry key called “UseOLEDTaskbarTransparency” and place it in the following location:

This registry key should only be used to change the taskbar transparency for OLED screens. We do not advise changing the default transparency on non-OLED displays.

Action Center

Most quick action tiles that are pinned in the Action Center are not customizable. You can, however, enable one of the desktop quick action tiles, Color Profile, if more than one color profile is installed on the device. By default, this quick action tile is not available. To let users see Color Profile in the Action Center:

Install at least two ICC color profiles on the primary display. For more information on how to accomplish this, please work with your Microsoft representative.

Оцените статью