Notification click not working in action center

Marjan Bazalac 1 Reputation point
2022-12-11T22:06:36.61+00:00

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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. S.Sengupta 22,821 Reputation points MVP
    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 }

    0 comments No comments

  2. Marjan Bazalac 1 Reputation point
    2022-12-12T10:55:11.17+00:00

    It didn't work.

    0 comments No comments

  3. Marjan Bazalac 1 Reputation point
    2022-12-12T19:04:28.497+00:00

    Anything else I could try?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.