зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1416779 - disable firewall notifications; r=MattN
MozReview-Commit-ID: 88jOI6CVhja --HG-- extra : rebase_source : 61890720720e805176daaab8814330a536990faa
This commit is contained in:
Родитель
1880c5e16b
Коммит
46b04a90df
|
@ -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': [
|
||||
|
|
Загрузка…
Ссылка в новой задаче