Show additional calendar settings in taskbar

Jone Selas 81 Reputation points
2021-11-23T05:53:32.667+00:00

I want to change the settings "Show additional calendars in taskbar".

151527-image.png

Is there any API to change this setting programmatically?

Searched many blogs but could not find any code to change it programmatically in c#.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,430 questions
0 comments No comments
{count} votes

Accepted answer
  1. Xiaopo Yang - MSFT 11,501 Reputation points Microsoft Vendor
    2021-11-23T06:56:55.05+00:00

    According to SOFTWARE\Microsoft\PolicyManager\default\Settings\ConfigureTaskbarCalendar registry, you can configure Software\Policies\Microsoft\Windows\Settings\AllowConfigureTaskbarCalendar with REG_DWORD (0 Disabled, 1 Enabled, 2 Simplified Chinese (Lunar), 3 Traditional Chinese (Lunar)).


0 additional answers

Sort by: Most helpful