Skip to content

Commit 1d3b92b

Browse files
authored
Merge pull request #8074 from MicrosoftDocs/main
Auto push to live 2025-01-21 02:00:03
2 parents a2e2c22 + b9b82b8 commit 1d3b92b

4 files changed

Lines changed: 59 additions & 6 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Taskbar Calendar Doesn't Open in Windows 11
3+
description: Provides information on the behavior of the taskbar calendar in Windows 11.
4+
ms.date: 01/22/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika
9+
ms.custom: sap:Windows Desktop and Shell Experience\Desktop (Shell, Explorer.exe init, themes, colors, icons, recycle bin), csstroubleshoot
10+
---
11+
# Taskbar calendar doesn't open in Windows 11
12+
13+
This article provides information on the behavior of the taskbar calendar in Windows 11.
14+
15+
## External monitor scenario
16+
17+
When using an external monitor with your Windows 11 device, you can control its behavior through the display settings:
18+
19+
1. Go to **Settings** > **System** > **Display**.
20+
2. Choose one of the following options:
21+
- **Extend these displays**: Select this option and designate the primary monitor. The taskbar calendar will only pop up on this primary monitor. This behavior is by design.
22+
- **Duplicate these displays**: With this option, you can open the taskbar calendar on any monitor.
23+
24+
## Troubleshoot the calendar not open issue
25+
26+
If you have disabled the Notifications and Action Center in Windows 11, the calendar doesn't extend when you select the taskbar calendar. This behavior is by design because the calendar in Windows 11 is part of the Notifications and Action Center.
27+
28+
> [!NOTE]
29+
> Removing the Notifications and Action Center is different from turning off notifications. If you turn off notifications, the Notifications and Action Center will still function. The taskbar calendar pops up upon selecting it.
30+
31+
### Check if the Notifications and Action Center is disabled
32+
33+
To determine if Group Policy is set to disable the Notifications and Action Center, follow these steps:
34+
35+
1. Press <kbd>Win</kbd> +<kbd>R</kbd> to open the **Run** dialog. Type **gpedit.msc** and press <kbd>Enter</kbd>.
36+
2. Navigate to one of these paths:
37+
- **User Configuration** > **Administrative Templates** > **Start Menu and Taskbar**
38+
- **Computer Configuration** > **Administrative Templates** > **Start Menu and Taskbar**
39+
3. Find the **Remove Notifications and Action Center** policy.
40+
4. Double-click the group policy to open the properties. If the policy is set to **Enabled**, the notification center is disabled.
41+
42+
### Check if the "Remove Notifications and Action Center" policy is enabled by using Intune
43+
44+
Follow these steps:
45+
46+
1. On your managed device, go to **Settings** > **Accounts** > **Access work or school**.
47+
2. Select your work or school account, and then select **Info**.
48+
3. At the bottom of the **Settings** page, select **Create report**.
49+
4. A window opens showing the path to the log files. Select **Export**.
50+
5. In File Explorer, navigate to **C:\Users\Public\Documents\MDMDiagnostics\\** to find the report.
51+
6. Open the report and search for the **Remove Notifications and Action Center** policy to check if it's enabled.

support/windows-client/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,8 @@ items:
877877
href: ./shell-experience/issues-autoplay-disabled-group-policy.md
878878
- name: Notifications don't show in the action or notification center
879879
href: ./shell-experience/notifications-not-show-action-notification-center.md
880+
- name: Taskbar calendar doesn't open
881+
href: ./shell-experience/taskbar-calendar-does-not-open.md
880882
- name: UPX is displayed in the UI on managed device
881883
href: ./shell-experience/upx-displayed-in-UI-on-managed-device.md
882884
- name: DPI and Display Issues

support/windows-client/windows-tss/gather-information-using-tss-ad-replication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Gather information by using TSS for Active Directory replication issues
33
description: Introduces how to gather information by using the TroubleShootingScript (TSS) toolset for Active Directory replication issues.
4-
ms.date: 01/15/2025
4+
ms.date: 01/21/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -31,12 +31,12 @@ Refer to [Introduction to TroubleShootingScript toolset (TSS)](introduction-to-t
3131
```
3232
3333
```powershell
34-
.\TSS.ps1 -Scenario ADS_General -noProcmon -noPSR -noVideo
34+
.\TSS.ps1 -Scenario ADS_Replication -noProcmon -noPSR -noVideo
3535
```
3636
3737
4. Enter *A* for "Yes to All" for the execution policy change.
3838
3939
> [!NOTE]
4040
>
4141
> - The traces are stored in a compressed file in the *C:\\MS_DATA* folder. After a support case is created, this file can be uploaded to the secure workspace for analysis.
42-
> - If you've downloaded this tool previously, we recommend downloading the latest version. It doesn't automatically update when running `-Scenario ADS_General -noProcmon -noPSR -noVideo`.
42+
> - If you've downloaded this tool previously, we recommend downloading the latest version. It doesn't automatically update when running `-Scenario ADS_Replication -noProcmon -noPSR -noVideo`.

support/windows-server/networking/delegating-dfs-replication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: Delegate DFS replication
33
description: Describes the Active Directory configuration objects that you can use to delegate user rights. Describes how to directly modify the permissions on the configuration objects for each replication group.
4-
ms.date: 01/15/2025
4+
ms.date: 01/21/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
88
ms.reviewer: kaushika, mikelan
99
ms.custom: sap:Network Connectivity and File Sharing\File Replication Technologies (FRS and DFSR), csstroubleshoot
1010
---
11-
# Delegate DFS replication in Windows Server 2003 R2
11+
# Delegate DFS replication in Windows Server
1212

1313
This article describes how to directly modify the permissions on the configuration objects for each replication group.
1414

15-
_Applies to:_ &nbsp; Windows Server 2003 R2
15+
_Applies to:_ &nbsp; All supported versions of Windows Server
1616
_Original KB number:_ &nbsp; 911604
1717

1818
## Introduction

0 commit comments

Comments
 (0)