Start11 - calendar popup from date/time in taskbar disappears too fast

Windows 11 25H2, Start11 v1.55

When I click on the date time in the right side of the task bar, the calendar shows (most of the time), but then after ~2s closes again. That's too fast to be useful. 

547 views 3 replies
Reply #1 Top

Start11 v1.55 is not completely compatible with 25H2, and that may be part of the problem. However, the Notification Center is controlled by Windows, not Start11.

What happens when you press Win+N keys? Does it stay open then?

Reply #2 Top

Same thing happens with Win+N... Is this a 25H2 problem? [Not very excited about MS ever acknowledging let alone fixing such a thing...]

Reply #3 Top

I'm running 25H2 - 26200.6901 and am not experiencing this issue.

Try running the following: Open Command Prompt as an Administrator and insert the prompts below, one at a time.

Windows File Protection:
⦁ Verifies all protected Windows files are intact and in original versions. 
C:\WINDOWS\system32>sfc /scannow
 
Deployment Image Servicing and Management (DISM):
⦁ The CheckHealth option in DISM lets you quickly determine if there are any corruptions inside the local image, but the option won't perform any repairs.
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /CheckHealth
 
⦁ The ScanHealth option performs a more advanced scan to determine if the image has any problems.
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /ScanHealth
 
⦁ If there are issues with the system image of Windows 10, use DISM with the
RestoreHealth option to run an advanced scan and repair problems automatically.
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth