Commit this day work
This commit is contained in:
parent
f897ca973c
commit
b221e5db4d
13 changed files with 370 additions and 60 deletions
22
modules.d/DisableSmartScreen.conf
Normal file
22
modules.d/DisableSmartScreen.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name" : "Disable Smartscreen",
|
||||
"description" : "Disable Smartscreen protection for Edge / IE",
|
||||
"actions" : [
|
||||
{
|
||||
"action" : "AddRegKey",
|
||||
"path" : "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\AppHost",
|
||||
"key" : "EnableWebContentEvaluation",
|
||||
"value" : "0",
|
||||
"type" : ""
|
||||
},
|
||||
{
|
||||
"_comment" : "EXPERIMENTAL Disable Smartscreen for new created Users",
|
||||
"action" : "AddRegKey",
|
||||
"path" : "HKU:\\Default\\Microsoft\\Windows\\CurrentVersion\\AppHost",
|
||||
"key" : "EnableWebContentEvaluation",
|
||||
"value" : "0",
|
||||
"type" : ""
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Reference in a new issue