-
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win: fix Microsoft Advertising app removal #200
This commit fixes the issue where the Microsoft Advertising app fails to be removed using the standard script. The problem is due to Microsoft Advertising SDK (`Microsoft.Advertising.Xaml`) acting as a framework package. Such packages are automatically installed when a specific application requires them, and they cannot be individually removed if there are applications that depend on them. The only way to effectively remove this library is by uninstalling the dependent applications. Key findings: - On Windows 11 22H2, the issue does not arise as the package does not exist. - On Windows 10 22H2, the user is prompted to delete dependent applications, like MSN Weather and Mail And Calendar apps. Once these apps are removed, the Microsoft Advertising app is automatically removed. Given the nuances and potential for confusion, this script is removed. This means that the app will no longer be removed directly but will be handled as part of the removal of its dependencies.
- Loading branch information
1 parent
237d994
commit e40b9a3
Showing
1 changed file
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters