Information
This service runs in session 0 and hosts the notification platform and connection provider which handles the connection between the device and WNS server.
The recommended state for this setting is: Disabled
Note: In the first two releases of Windows 10 (R1507 & R1511), the display name of this service was initially named
Windows Push Notifications Service
- but it was renamed to
Windows Push Notifications System Service
starting with Windows 10 R1607.
Windows Push Notification Services (WNS) is a mechanism to receive third-party notifications and updates from the cloud/Internet. In a high security environment, external systems, especially those hosted outside the organization, should be prevented from having an impact on the secure workstations.
Solution
Remediation of this service is currently not possible through Settings Catalog or a custom profile OMA-URI. Instead, it can be scripted and deployed through the Intune Scripts or Remediations blade or by other means.
To establish the recommended configuration via PowerShell, run the following cmdlet:
Set-Service -Name WpnService -StartupType Disabled
Impact:
Live Tiles and other features will not get live updates.