Anything else I could try?
Notification click not working in action center
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.
Windows for business | Windows Client for IT Pros | User experience | Other
3 answers
Sort by: Most helpful
-
S.Sengupta 30,596 Reputation points MVP Volunteer Moderator
2022-12-12T01:10:56.503+00:00 Open PowerShell as Admin and copy paste the following command:
Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }