Since 9/1/2018 the wpnuserservice has been constantly crashing, causing all notifications not to come in.
(notable symptoms include the focus assist button not working in the action center and visiting the focus assist page in the settings app causing the app to immediately crash.) The service crash seems to correlate with incoming notifications, such as receiving a new message in Skype.
Strangely the attempted service recovery actions (restart the service) fails all 3 times stating that and instance of the service is already running, despite clearly not running. However, manually starting the service via net start works every time, and restores all functionality, until the next crash. I wonder if the restart fails because it is one of those new annoying “user services” where the name changes each time (the ones with the random numbers after the name).
I wrote my own script to manually find the new service name from sc query start and start the service via net start <servicename>, but it’s hardly elegant, and the service still crashes.
After troubleshooting with the folks on the Microsoft Community Forum I have reliably determined that this only occurs with Avast installed. Uninstalling Avast (using avastclear) completely alleviates the problem. Reinstalling Avast causes the problem to return. Uninstalling Avast again alleviates the problem again.
I was running Avast free of the latest version as of this posting. I don’t know the exact version as it is currently uninstalled.
The following are Event Viewer logs and basic system info.
Event 1000, Application Error
Faulting application name: svchost.exe_WpnUserService, version: 10.0.17134.1, time stamp: 0xa38b9ab2
Faulting module name: NotificationController.dll, version: 10.0.17134.165, time stamp: 0xe0385185
Exception code: 0xc0000005
Fault offset: 0x000000000007c686
Faulting process id: 0x46c
Faulting application start time: 0x01d44e4bd223d85c
Faulting application path: C:\WINDOWS\system32\svchost.exe
Faulting module path: C:\Windows\System32\NotificationController.dll
Report Id: 293fd13e-fb95-4408-a9ae-ec680215c0b1
Faulting package full name:
Faulting package-relative application ID:
Event 7032, Service Control Manager
The Service Control Manager tried to take a corrective action (Restart the service) after the unexpected termination of the Windows Push Notifications User Service_67bb9 service, but this action failed with the following error:
An instance of the service is already running.
Other System Info
OS: Windows 10 Pro, Version 1803, OS build 17134.285
Processor: AMD FX 8320 3.50GHz
Chipset: AMD 970
Ram: 12GB
System Type: 64-bit
GPU: Nvidia GTX 970 (Driver Version 398.82)
Any help / ideas would be appreciated.