diff --git a/Win 10 1903-1909.ps1 b/Win 10 1903-1909.ps1 index 0864c040..0eb0943d 100644 --- a/Win 10 1903-1909.ps1 +++ b/Win 10 1903-1909.ps1 @@ -616,10 +616,6 @@ switch ($Result) } } -# Show accent color on the title bars and window borders -# Отображать цвет элементов в заголовках окон и границ окон -New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\DWM -Name ColorPrevalence -PropertyType DWord -Value 1 -Force - # Do not show "New App Installed" notification # Не показывать уведомление "Установлено новое приложение" if (-not (Test-Path -Path HKLM:\SOFTWARE\Policies\Microsoft\Windows\Explorer)) diff --git a/Win 10 2004.ps1 b/Win 10 2004.ps1 index 1aae39d4..d641397b 100644 --- a/Win 10 2004.ps1 +++ b/Win 10 2004.ps1 @@ -616,10 +616,6 @@ switch ($Result) } } -# Show accent color on the title bars and window borders -# Отображать цвет элементов в заголовках окон и границ окон -New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\DWM -Name ColorPrevalence -PropertyType DWord -Value 1 -Force - # Do not show "New App Installed" notification # Не показывать уведомление "Установлено новое приложение" if (-not (Test-Path -Path HKLM:\SOFTWARE\Policies\Microsoft\Windows\Explorer))