Settings crashing on notifications page


  1. Posts : 4
    windows 11
       #1

    Settings crashing on notifications page


    Hello so recently some programs stopped giving notifications and when I open the settings for notifications the program freezes and crashes. I believe this happened after a system restore cause I havent dont any updates. I did try to do an repair install upgrade but that also didn't fix the issue.

    I ran this which fixed it once, but the settings app still kept crashing.
    Code:
    Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }
    Settings crashing on notifications page-nvidia_share_2023-05-01_21-20-28.gif


    Code:
    	12th Gen Intel(R) Core(TM) i7-12700H
    		Cores: 14
    		Threads: 20
    Motherboard
    	GIGABYTE
    		System: AORUS 5 KE
    		Version: WIN11 22621.1555
    	BIOS
    		Manufacturer: American Megatrends International, LLC.
    		Manufacturer: FB0E
    		Version: GBT    - 1072009
    		Build Number: x
      My Computer


  2. Posts : 45,796
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Welcome to tenforums.

    You could try
    How to Reset Settings App in Windows 10
    - from the huge searchable Tutorials section - do have a look- invaluable.

    I can't easily tell which command it is you quote.. this tutorial lists many to reinstall or re-register apps:
    Reinstall and Re-register Apps in Windows 10

    I did try to do an repair install upgrade but that also didn't fix the issue.
    Before doing that it would have been a very good idea to try this diagnostic check:
    - create a new user account for test purposes
    - check if Settings crashes in the same way when logged in to that account.
    Please do that to confirm which is true.

    If Settings doesn't then crash, the problem lies with the account you were using, and is not a problem likely to be fixed by a general Windows repair.

    You could then try
    PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
    from the above tutorial

    - which- and I'll tell you which it is- is to re-register Settings for the current account (under Option 2).
      My Computers


  3. Posts : 4
    windows 11
    Thread Starter
       #3

    dalchina said:
    Welcome to tenforums.

    You could try
    How to Reset Settings App in Windows 10
    - from the huge searchable Tutorials section - do have a look- invaluable.

    I can't easily tell which command it is you quote.. this tutorial lists many to reinstall or re-register apps:
    Reinstall and Re-register Apps in Windows 10



    Before doing that it would have been a very good idea to try this diagnostic check:
    - create a new user account for test purposes
    - check if Settings crashes in the same way when logged in to that account.
    Please do that to confirm which is true.

    If Settings doesn't then crash, the problem lies with the account you were using, and is not a problem likely to be fixed by a general Windows repair.

    You could then try
    PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
    from the above tutorial

    - which- and I'll tell you which it is- is to re-register Settings for the current account (under Option 2).
    The issues are and were already present on the built in administrator account and also on a other user. Settings app has been reset a few times and also have re registered the action center.
    The above command I've also tried and returns the following error
    Code:
    ❯❯ PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
    = : The term '=' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
    spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:5
    + & { = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\A ...
    +     ~
        + CategoryInfo          : ObjectNotFound: (=:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
      My Computer


  4. Posts : 45,796
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #4

    And thank you for replying.



    1. I did not ask about other existing accounts- I asked about one you newly create now

    Why? To see if this is something that can be fixed by a general Windows repair or not.

    So- still pending.

    2. Ensure you follow the instructions in the tutorial exactly.
    See the instructions at the head of the section- don't guess.

    3.
    recently some programs
    a. Have you tried
    - using an appropriate System Restore point?
    - restoring your system from a disk image created before this happened? (The routine and regular use of disk imaging is endlessly recommended here- if you're not using it, why not?)

    b. What happened around that time?

    c. Have you done routine checks on your disk and file system?
    (Crystal Diskinfo, free; chkdsk c: /scan from an admin command prompt)
    - if not, please do so and report if passed or failed.
      My Computers


  5. Posts : 4
    windows 11
    Thread Starter
       #5

    dalchina said:
    And thank you for replying.



    1. I did not ask about other existing accounts- I asked about one you newly create now

    Why? To see if this is something that can be fixed by a general Windows repair or not.

    So- still pending.

    2. Ensure you follow the instructions in the tutorial exactly.
    See the instructions at the head of the section- don't guess.

    3.

    a. Have you tried
    - using an appropriate System Restore point?
    - restoring your system from a disk image created before this happened? (The routine and regular use of disk imaging is endlessly recommended here- if you're not using it, why not?)

    b. What happened around that time?

    c. Have you done routine checks on your disk and file system?
    (Crystal Diskinfo, free; chkdsk c: /scan from an admin command prompt)
    - if not, please do so and report if passed or failed.
    1. Yes even newly created accounts are affected.
    2. Yes I have followed the instructions.

    I have ran three SFC scans and Dism /Online /Cleanup-Image /RestoreHealth, disk and memory scan. Restore points didn't fix the issues because I did update repairs.
    I don't have a system image.
    Further more I don't know what caused it since I haven't messed with any settings, it just broke?
    Attached the SFC logs.
    Settings crashing on notifications page Attached Files
      My Computer


  6. Posts : 45,796
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #6

    I did update repairs.
    = an in-place upgrade repair install?

    Please post a screenshot of the entire command prompt window clearly showing the command you've run from the tutorial and the result. Thanks.

    Await outcome of Crystal Diskinfo and chkdsk.
      My Computers


  7. Posts : 4
    windows 11
    Thread Starter
       #7

    https://i.imgur.com/pBhuQwU.png
    https://i.imgur.com/XzEVpxk.png i cant show the command this is all that is left in my powershell window https://i.imgur.com/P6rXaiK.png
      My Computer


  8. Posts : 45,796
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #8

    I can't view those screenshots- they appear- then disappear.
    All I got from them was Crystal Diskinfo passed.

    Please use the forum features - thus:
    Settings crashing on notifications page-screenshot-.png
    How to Upload and Post Screenshots and Files at Ten Forums

    i cant show the command this is all that is left in my powershell window
    ????? Powershell window???

    Settings crashing on notifications page-1.jpg
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:48.
Find Us




Windows 10 Forums