Windows 10: Error 0x80073cff

So today I auto-updated my desktop to the March release of Windows 10 Enterprise Technical Preview and sadly, even though it looks pretty, it isn't a hassle free update. 1, you need to re-install your anti-virus, 2, to get the build-in windows, mail and contacts to work again, you need to run the following code as an Administrator in Powershell.

Get-appxprovisionedpackage .online | where-object {$_.packagename .like .*windowscommunicationsapps*.} | remove-appxprovisionedpackage .online


You should get a simple return stating everything is ok. Path: Online: True and Restart needed: False. If you get something else, please doublecheck if you ran Powershell as Administrator.

Author: Angelique Dawnbringer Published: 2016-02-18 22:09:55 Keywords:
  • Microsoft Windows 10
  • Windows Store
  • Error
  • 0x80073cff
Modified: 2017-09-10 17:54:58