Before you try anything else, it’s a good idea to ensure you haven’t accidentally collapsed the taskbar calendar. If you have, the taskbar calendar will display only the current day and date.
To open the monthly calendar view, click the clock icon on your taskbar and then click the up arrow next to the current date.
Once the calendar expands, you should see the full monthly view.
Corrupted or missing system files on your computer can also cause the taskbar to misbehave. If that’s the case, running the SFC (System File Checker) and DISM (Deployment Image Servicing and Management) scans should help. Here’s how to run them.
Step 1: Right-click the Start icon and select Terminal (Admin) from the list.
Step 2: Type the following command in the console and press Enter.
SFC /scannow
Step 3: Type the following commands individually and press Enter after each to run the DISM scan.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
This may take a while, so be patient. After the scan is complete, restart your PC and check if the taskbar calendar opens as expected.
Another thing you can do to fix issues with the taskbar calendar is to re-register the system apps on your Windows 11 PC. Don’t worry; it isn’t as complicated as it might sound and only requires running a single command.
To re-register system apps on Windows:
Step 1: Click the search icon on the taskbar, type in powershell, and select Run as Administrator.
Step 2: In the console, type the command given below and press Enter.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml"}
Restart your PC after this and check if the issue still persists.
If all else fails, it’s likely that some of the critical files associated with your user account have become corrupted. In that case, your best option is to create and switch to another user account on Windows. Here’s how you can go about it.
Step 1: Press the Windows key I to launch the Settings app. Swtich to the Accounts tab and click on Other users.
Step 2: Click the Add account button.
Step 3: Type in your email address and follow the on-screen instructions to create a new user account on Windows.
Sign in with the newly created user account and check if the issue is still there.
Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.
Copyright© 2022 湘ICP备2022001581号-3