Disable crash reporting (#826)

* disable jit debugger

* override settings asfter vs installation
This commit is contained in:
Aleksandr Chebotov
2020-05-06 09:44:53 +03:00
committed by Mikhail Timofeev
parent e132f308cc
commit 05d8b9e003
3 changed files with 28 additions and 0 deletions

View File

@@ -944,6 +944,12 @@
"{{ template_dir }}/scripts/Installers/Configure-Antivirus.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Disable-JITDebugger.ps1"
]
},
{
"type": "powershell",
"inline": [