Hi,
i tried to renoved builtin apps from windows 10 1607 using a script ( https://github.com/NickolajA/PowerShell/blob/master/MDT/Reference Image/Invoke-RemoveBuiltinApps.ps1) but there are some appx that cnnot be removed such as:
Microsoft.AAD.BrokerPlugin, Microsoft.AAD.BrokerPlugin_1000.14393.0.0_neutral_neutral_cw5n1h2txyewy (packagefullname)
the errol log is :
Removing AppxPackage failed: HRESULT: 0x80073CFA
Following the logs info i used the instruction Get-AppxLog -ActivityID ( Get-AppxLog -ActivityID 40ca72ab-32b2-0000-2a6a-da40b232d301) and theErrorcode is: 0x80070032
the scripts was deployed using sccm 2012 console in a task sequence and i also run it manually
.
the apps that cannot be removed are listed in the attacched file
How can i remove these apps?
thankyou
i tried to renoved builtin apps from windows 10 1607 using a script ( https://github.com/NickolajA/PowerShell/blob/master/MDT/Reference Image/Invoke-RemoveBuiltinApps.ps1) but there are some appx that cnnot be removed such as:
Microsoft.AAD.BrokerPlugin, Microsoft.AAD.BrokerPlugin_1000.14393.0.0_neutral_neutral_cw5n1h2txyewy (packagefullname)
the errol log is :
Removing AppxPackage failed: HRESULT: 0x80073CFA
Following the logs info i used the instruction Get-AppxLog -ActivityID ( Get-AppxLog -ActivityID 40ca72ab-32b2-0000-2a6a-da40b232d301) and theErrorcode is: 0x80070032
the scripts was deployed using sccm 2012 console in a task sequence and i also run it manually
.
the apps that cannot be removed are listed in the attacched file
How can i remove these apps?
thankyou