Hi Vishal K,
Thank you for reaching out to the Microsoft Q&A Forum!
The error message “exception processing message 0xc0000005 unexpected parameters” and the issue with the calendar crashing usually occurs due to corrupted system files, driver conflicts, or issues with Windows components like the Action Center and Calendar. Based on your given details of the error, here are some steps you can follow to resolve this:
1 - Run System Repair Tools
Open Command Prompt (Admin) and run these commands one by one:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Restart your PC after completion.
2 - Reset Notifications and Calendar Components
Open PowerShell (Admin) and run:
Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Reset-AppxPackage
3 - If In-Place Upgrade Failed
Use the Windows 11 ISO from Microsoft official site and select Keep personal files and apps during setup.
I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Please keep me informed.