Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18.7.1.1 (L2) Ensure 'Turn off notifications network usage' is set to 'Enabled' #3

Open
arq-anthonyw opened this issue Oct 8, 2020 · 0 comments

Comments

@arq-anthonyw
Copy link

       # 18.7.1.1 (L2) Ensure 'Turn off notifications network usage' is set to 'Enabled'
       Registry 'notificationsnetworkusage' {
         Ensure     = 'Present'
         Key        = 'KEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications'
         ValueName  = 'NoCloudApplicationNotification'
         ValueType  = 'DWord'
         ValueData  = '1'
      }

Registry path is missing leading H and should be HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant