- [+]
Версия Portable, находится в Dropbox, полный путь такой: c:\Users\Александр\Dropbox\TrackChecker\
Moderator: Moderators
Code: Select all
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. Как отключили? Посмотрел в wpndatabase.db в таблице NotificationHandler прямого указания TrackChecker нет. Непонятно, что удалять.eLsIe wrote:Да, тоже пришлось выключить уведомления; затрахивали немало...