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 development Windows API - Win32
0 comments No comments
{count} votes

Accepted answer
  1. Xiaopo Yang - MSFT 12,731 Reputation points Microsoft External Staff
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.