You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because several packages depend on this, such as Microsoft.People, microsoft.windowscommunicationsapps, as so forth.
So it should be moved to the bottom of the list, or the logic should be expanded to check for dependencies first and uninstall those before uninstall.
The text was updated successfully, but these errors were encountered:
When I wrote the scripts initially I did not think about apps depending on each other. I guess it just wasn't a problem at that time. For the time being, I moved Microsoft.Advertising.Xaml to the bottom of the list, maybe this helps with the error.
I'll leave this issue open, marked with help wanted. If anyone wants to add dependency resolving to remove-default-apps.ps1, be my guest :)
When running "remove-default-apps.ps1" on a fresh Windows 10 Pro, it fails upon doing a:
This is because several packages depend on this, such as Microsoft.People, microsoft.windowscommunicationsapps, as so forth.
So it should be moved to the bottom of the list, or the logic should be expanded to check for dependencies first and uninstall those before uninstall.
The text was updated successfully, but these errors were encountered: