Browse Source

new file: disable-notification-center.ps1

ref #4
pull/24/head
Alex Hirsch 9 years ago
parent
commit
90ada7cfa2
  1. 4
      scripts/disable-notification-center.ps1

4
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
Loading…
Cancel
Save