Browse Source

disable live tile notification

ref #4
pull/31/head
Alex Hirsch 9 years ago
parent
commit
807b52be7e
  1. 10
      scripts/optimize-startmenu.ps1

10
scripts/optimize-startmenu.ps1

@ -0,0 +1,10 @@
# Description:
# This script will do some optimization on the Windows start menu.
Import-Module -DisableNameChecking $PSScriptRoot\..\lib\reg-helper.psm1
echo "Disabling tile push notification"
Import-Registry(@"
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications]
"NoTileApplicationNotification"=dword:00000001
"@)
Loading…
Cancel
Save