Bug 1416779 - disable firewall notifications; r=MattN

MozReview-Commit-ID: 88jOI6CVhja

--HG--
extra : rebase_source : 61890720720e805176daaab8814330a536990faa
This commit is contained in:
Rob Thijssen 2017-12-05 14:12:55 +02:00
Родитель 1880c5e16b
Коммит 46b04a90df
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -273,6 +273,16 @@ config = {
'halt_on_failure': True,
'enabled': ADJUST_MOUSE_AND_SCREEN
},
{
'name': 'disable windows security and maintenance notifications',
'cmd': [
'powershell', '-command',
'"&{$p=\'HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance\';if(!(Test-Path -Path $p)){&New-Item -Path $p -Force}&Set-ItemProperty -Path $p -Name Enabled -Value 0}"'
],
'architectures': ['32bit', '64bit'],
'halt_on_failure': True,
'enabled': (platform.release() == 10)
},
{
'name': 'set windows VisualFX',
'cmd': [