Windows 10 App Notifications

Removing Apps from the notification list in Windows 10 Completely

Windows10Notification-01

Windows10Notification-02

Some times you want to clean up the apps that are on the notification list. You can empty the list by removing the DB file wpndatabase.db that is located in:

C:\Users\<user>\AppData\Local\Microsoft\Windows\Notifications

First, you have to stop the two Windows Push Notifications services like this.

Windows10Notification-04

Windows10Notification-05

Get-Service -DisplayName  "Windows Push Notification*" | Stop-Service

Better is to rename the file to wpndatabase.db.original so you can go always back to the previous state.

Get-Service -DisplayName  "Windows Push Notification*" | Start-Service

When you restart your computer you start with a clean list.

Only remove one App from the notification list in Windows 10

To remove only one app from the list you have to edit the table HandlerAssets. There is a row with HandlerID that represents a notification item. In the table NotificationHandler, you can find the corresponding number with a description of the program.

With an SQLLite editor, you can view/edit the DB file with the name wpndatabase.db. I used the Navicat for SQLLite.

Windows10Notification-03

André van den Berg
André van den Berg
Consultant, Blogger, Speaker, Meetup/Event Attendee, Owner of MyStickerBox

André is widely interested, eager to learn and a DevOps enthusiast. He has experience with various projects in the field of lift and shift of on-premise environments to Azure Cloud, migrating databases and web servers of customers at suppliers to their own Azure environments together with the supplier. In addition, he also set up standard Bicep Blueprints for rolling out Azure resources in a consistent way at multiple customers who were managed by MSP. André likes to share his knowledge and is a real team player. In addition, he can also work well independently and is pleasant to deal with.

comments powered by Disqus