Skip to content

Commit

Permalink
disabled/enabled windows security center notifications in new methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionut Bara committed Nov 21, 2023
1 parent 3775f22 commit 50afc48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion DisablerS/Disable.reg
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,9 @@ Windows Registry Editor Version 5.00
"EnableLUA"=dword:00000000
"ConsentPromptBehaviorAdmin"=dword:00000000
"FilterAdministratorToken"=dword:00000001
"LocalAccountTokenFilterPolicy"=dword:00000001
"LocalAccountTokenFilterPolicy"=dword:00000001

;disable Windows security Center toast notification

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance]
"Enabled"=dword:00000000
7 changes: 6 additions & 1 deletion DisablerS/Enable.reg
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,9 @@ Windows Registry Editor Version 5.00
"EnableLUA"=dword:00000001
"ConsentPromptBehaviorAdmin"=dword:00000004
"FilterAdministratorToken"=-
"LocalAccountTokenFilterPolicy"=-
"LocalAccountTokenFilterPolicy"=-

;enable Windows security Center toast notification

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance]
"Enabled"=dword:00000001

0 comments on commit 50afc48

Please sign in to comment.