Forum Discussion
Windows Mail App Printing Issues
- Dec 17, 2020
Hello Pecos1960,
Try re-registering the Mail app. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage -AllUsers -Name microsoft.windowscommunicationsapps | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Let the command complete.
4. Close Windows PowerShell and see if the issue is resolved now.
If issue still persists, you can report the problem via Feedback hub.
Let us know if this helps!
Hello Pecos1960,
Try re-registering the Mail app. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage -AllUsers -Name microsoft.windowscommunicationsapps | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Let the command complete.
4. Close Windows PowerShell and see if the issue is resolved now.
If issue still persists, you can report the problem via Feedback hub.
Let us know if this helps!
- jmjiloveyouDec 27, 2022Copper Contributor
KapilArya Worked Like A Champ
- KapilAryaDec 28, 2022MVPGlad to help!
- Pecos1960Dec 18, 2020Copper ContributorSeems to have worked. Thank You
- Pecos1960Dec 18, 2020Copper ContributorAm I going to lose my history when the app is re-installed?