Dmitry Nefedov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
8 deletions
-
Win 10 1903-1909.ps1
-
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)) |
|
|
|
|
|
@ -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)) |
|
|
|