Alex Hirsch
9 years ago
1 changed files with 2 additions and 6 deletions
@ -1,10 +1,6 @@ |
|||
# 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 |
|||
"@) |
|||
mkdir -Force "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" |
|||
sp "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" "NoTileApplicationNotification" 1 |
|||
|
Loading…
Reference in new issue