Hi Obu,
Thank you so much for reaching out. I am Iggy, an independent advisor, and glad to assist you today with this issue.
Thanks for the detailed explanation, the issue you're seeing is a known side effect of doing a Windows "repair install" after malware (like Expiro) damaged core system files. Here's exactly what’s happening and how to fix it.
Step1 :Reinstall All Default Microsoft Apps
Step-by-step (PowerShell method):
- Press Win + X → click Windows Terminal (Admin) or PowerShell (Admin)
- Run this command:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
This command will:
• Re-register all built-in apps (including Photos, Videos, Calculator, etc.)
• Fix missing or broken default app paths
Note: This will take a couple of minutes. You’ll see lots of output and that's normal
Hope this helps and let me know once done.
Regards,
Iggy