Comment
Author: Admin | 2025-04-28
Download is complete, open the zip folder and double-click on the file with the file name Turn_On_App_Notifications.reg.If you see any prompts, confirm them to let them turn on the Windows notifications.Now, go back and check if you are receiving notifications. You can then follow the Method 3 and turn on any or all critical notifications.*Note – To turn off the notifications, double-click on Turn_Off_App_Notifications.reg file in the zip folder and the Windows notifications should be automatically turned off.Method 9: Adding Action Center through Power ShellSometimes, the notifications may stop working if the Windows 10 Action Center has been turned off somehow. In this method, we will add the Action Center through Power Shell and see if it works.Step 1: Press the Win + R keys together on your keyboard to launch the Run command window.Step 2: In the Run command window, type PowerShell in the search field and press the Ctrl + Shift + Enter keys together to open the elevated PowerShell.Step 3: In the PowerShell (admin) window, run the below command and hit Enter:Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }This will add the Action Center to your Windows 10 PC. You can now check if this helps you receive the notifications.Method 10: Run DISM ScanIt is also likely that your system’s drive or the partition got damaged due to some reason, thus, causing the notification not working issue. For this, running a DISM scan can help fix the issue.Step 1: Press the Win + X shortcut keys and select Run.Step 2: This will open the Run command window.Here, type cmd in the search box and press the Ctrl + Shift + Enter hotkey to open Command Prompt with administrator rights.Step 3: Now, run the below commands one by one in the Command Prompt (admin) window and hit Enter after each command:DISM.exe /Online /Cleanup-image /ScanhealthDISM.exe /Online /Cleanup-image /RestorehealthThe process takes a while, so wait patiently till it’s over. It will look up for any health issues with the driver or the partition and repair them automatically.Once, the scan is complete, exit Command Prompt and reboot your PC.The
Add Comment