Alex Hirsch
9 years ago
1 changed files with 10 additions and 0 deletions
@ -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…
Reference in new issue