Dear @Jessicasdd,
Good day, and thank you for clearly explaining your issue.
I understand how concerning it can be when the application starts crashing unexpectedly, especially after it was working initially. As a forum moderator, I genuinely wish I could directly access your account or delve into the backend systems to investigate and fix this for you. However, our role here is limited to providing general guidance and solutions that can be applied by users.
From my research, the faulting module mso30win32client.dll + Exception 0xc0000005 almost always points to a corrupted Office shared component or a bad add-in. Since the issue started after installation, it is likely that something became corrupted during or shortly after setup. Please try the following steps to see if it helps:
1.Run System File Checker (SFC) and DISM
- Search for cmd in Windows search
- Right-click Command Prompt and select Run as administrator
- Run the following command: DISM /Online /Cleanup-Image /RestoreHealth
- Wait for it to finish, can take 10–20 minutes
- Then run: sfc /scannow
- Restart your computer after both finish.
2.Modify the Registry
Important note: Editing the registry incorrectly can cause system issues. Please back up your registry before making any changes. (In the Registry Editor, right-click on Computer or the specific key you want to back up, and select Export. Choose a location, name the backup file, and click Save. This allows you to restore the registry if something goes wrong).
- Press Win + R, type regedit, and press Enter
- Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\General
- Look for a value named ShownFirstRunOptin
- If it does not exist: Select Edit > New > DWORD (32-bit) Value Name it ShownFirstRunOptin
- Right-click ShownFirstRunOptin, select Modify, and set the Value data to 1
- Click OK to save the change and close the Registry Editor
3.Contact Microsoft support
If the issue continues, I recommend that the Global Admin in your organization create a service request with Microsoft Support. A technical support engineer can perform a remote session to investigate the situation, verify the backend configurations, and run any necessary synchronization tools to resolve the problem. If the issue requires further attention, they can escalate it to a specialized team for deeper analysis. For detailed instructions on how to get support, please refer to Get support - Microsoft 365 admin. If you don't know who your IT administrator is, please refer to this article: How do I find my Microsoft 365 admin? - Microsoft Support
I hope these steps help resolve the issue. Please give them a try and let me know how it goes. If the problem persists, feel free to share any updates, and I’ll do my best to continue assisting you. Thank you for your patience and understanding. If you have any questions or need further assistance, please feel free to share them in the comments. I'm looking forward to your reply.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.