Browse Source

remove reg-import from disable notification center

pull/31/head
Alex Hirsch 9 years ago
parent
commit
5201e71774
  1. 2
      scripts/disable-notification-center.ps1

2
scripts/disable-notification-center.ps1

@ -1,4 +1,4 @@
# Description:
# This script disables the notification center.
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell" -Name UseActionCenterExperience -Value 0
sp "HKLM:\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell" UseActionCenterExperience 0

Loading…
Cancel
Save