diff --git a/scripts/disable-notification-center.ps1 b/scripts/disable-notification-center.ps1 new file mode 100644 index 0000000..4e2db2d --- /dev/null +++ b/scripts/disable-notification-center.ps1 @@ -0,0 +1,4 @@ +# Description: +# This script disables the notification center. + +Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell" -Name UseActionCenterExperience -Value 0