Hi Bert22306,
You could try this in PowerShell admin
Get-AppxPackage -AllUsers | ForEach-Object {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
After installing the lengthy feature update for Beta channel 28020.2623 (26H1 build), going to settings > system > notifications doesn't work. It momentarily flashes on and then nothing.
Fortunately, other system settings do seem to operate correctly.
Will report to Feedback Hub.
Oh, I did do sfc /scannow, which found and corrected some problems.
Then I did Dism.exe /Online /Cleanup-Image /Restorehealth, which completed successfully.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Hi Bert22306,
You could try this in PowerShell admin
Get-AppxPackage -AllUsers | ForEach-Object {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}