Windows 11
Active Members
- Joined
- Dec 10, 2024
- Messages
- 6,906
Recently, there are extensions and the feedback hub that keeps on installing even though they are already installed. If you press check for updates everytime or click on a particular extension or feedback hub, it will download and install them. A workaround to fix the issue is to use the PowerShell commands.Powershell commands:1. Get-AppxPackage | select Name,PackageFullName,NonRemovable2. Remove-AppxPackage <package name>Note: remember to note the extension name, as you will need it when searching for it 3. reinstalled the extensionsFeedback, uninstall the Feedback hub and reinstalled i
Continue reading...
Continue reading...