22 lines
No EOL
563 B
Text
22 lines
No EOL
563 B
Text
{
|
|
"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" : ""
|
|
}
|
|
]
|
|
|
|
} |