Open PowerShell as Admin and copy paste the following command:
Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
After I get a notification, by any application in windows 10, if not clicked by the user goes to Action center. But when the notification is clicked on the action center it is not opening the particular application or link as expected. Notification just disappears. I have to say this. Action Center DOES open, I have no issue with that. Again, please don't give me advice how to enable Action Center, it's works. I just want to know how to fix my real issue.
Windows version is Windows 10 Enterprise LTSC 21H2 Build 19044.2311.
Open PowerShell as Admin and copy paste the following command:
Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }
Anything else I could try?