Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Аватара для Казбек

Ветеран


Сообщения: 5380
Благодарности: 1874

Профиль | Отправить PM | Цитировать


dmitryvv,

Верно. Новое решение:

Цитата:
I have found STStephenHaxby solution for Windows 10 1607:

1. Backup file: "%USERPROFILE%\AppData\Local\Microsoft\Windows\Notifications\wpndatabase.db".
2. Install application: DB Browser for SQLite.
3. Open file: "%USERPROFILE%\AppData\Local\Microsoft\Windows\Notifications\wpndatabase.db".
4. Go to tab: "Execute SQL".
5. Enter and execute entry: "select * from NotificationHandler".
6. Find "HandlerID" for application you want to remove from "Get notifications from these senders".
7. Enter and execute entry: "delete from HandlerSettings where HandlerID = X".
8. Enter and execute entry: "delete from Notification where HandlerID = X".
9. Enter and execute entry: "delete from WNSPushChannel where HandlerID = X".
10. Enter and execute entry: "delete from NotificationHandler where HandlerID = X".
11. Save file: "wpndatabase.db".
12. Reboot your system.

EDIT

Where X is your application's "HandlerID" you have found earlier.

-------
Кто реку перешел, тому росы бояться ни к чему


Отправлено: 22:37, 23-09-2016 | #4