Cant fix the people app in latest build.

Dylan O Brien

New member
Apr 1, 2013
127
0
0
I keep getting this error:

Get-appxprovisionedpackage : An attempt was made to load a program with an incorrect for

At line:1 char:1
+ Get-appxprovisionedpackage ?online | where-object {$_.packagename ?li ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-AppxProvisionedPackage], COMExcepti
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.GetAppxProvisionedPackageCommand
 
Did you try the commands that MS says to run if you see issues with people hub in latest update? I dont have a link ready, but I think windowscentral covered it in the article for 10041 update.
 
open powershell in administrator mode and excute this:

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


re-install Mail, People and Calendar from the Store with the green tile
 
Windows PowerShell
Copyright (C) 2015 Microsoft Corporation. All rights reserved.

PS C:\WINDOWS\system32> Get-appxprovisionedpackage –online | wher
pps*"} | remove-appxprovisionedpackage –online
Get-appxprovisionedpackage : An attempt was made to load a progra
At line:1 char:1
+ Get-appxprovisionedpackage –online | where-object {$_.packagena
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-AppxProvisio
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.GetAppxProv

PS C:\WINDOWS\system32>
 
Still not working.

I was having the same error. I tried refreshing the system and running the powershell command, same error again. Then I reset the system and I was able to run the fix command. Resetting wasn't a big deal in my case since I installed the preview in a dual boot config in its own partition, and I didn't have anything important in that partition. Not sure if there's a better/less drastic solution.
 

Trending Posts

Forum statistics

Threads
342,374
Messages
2,265,453
Members
428,866
Latest member
Android_Creator