# 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 "@)