Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

NEW Ts operating system- remove builtin apps from windows 10 1607 using a script

  • Thread starter Thread starter micdam
  • Start date Start date
  • Replies Replies 0
  • Views Views 1K

micdam

Well-Known Member
Messages
99
Reaction score
1
Points
8
Hi,
i tried to remove 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
 

Attachments

Back
Top