From d94a2f6f868c7c9ddf3cacaaaf3addfdfddf88f6 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Tue, 4 Feb 2025 22:38:11 +0300 Subject: [PATCH] Edited Comss DNS records --- .../de-DE/tooltip_Windows_11.json | 4 ++-- .../en-US/tooltip_Windows_11.json | 4 ++-- .../ru-RU/tooltip_Windows_11.json | 4 ++-- src/Sophia_Script_for_Windows_10/Functions.ps1 | 4 ++-- .../Manifest/Sophia.psd1 | 4 ++-- .../Module/Sophia.psm1 | 18 +++++++++++------- src/Sophia_Script_for_Windows_10/Sophia.ps1 | 4 ++-- .../Functions.ps1 | 4 ++-- .../Manifest/Sophia.psd1 | 4 ++-- .../Module/Sophia.psm1 | 6 +++++- .../Sophia.ps1 | 4 ++-- .../Functions.ps1 | 4 ++-- .../Manifest/Sophia.psd1 | 4 ++-- .../Module/Sophia.psm1 | 18 +++++++++++------- .../Sophia.ps1 | 4 ++-- .../Functions.ps1 | 4 ++-- .../Manifest/Sophia.psd1 | 4 ++-- .../Module/Sophia.psm1 | 18 +++++++++++------- .../Sophia.ps1 | 4 ++-- src/Sophia_Script_for_Windows_11/Functions.ps1 | 4 ++-- .../Manifest/Sophia.psd1 | 4 ++-- .../Module/Sophia.psm1 | 18 +++++++++++------- src/Sophia_Script_for_Windows_11/Sophia.ps1 | 12 ++++++------ .../Functions.ps1 | 4 ++-- .../Manifest/Sophia.psd1 | 4 ++-- .../Module/Sophia.psm1 | 18 +++++++++++------- .../Sophia.ps1 | 12 ++++++------ .../Functions.ps1 | 4 ++-- .../Manifest/Sophia.psd1 | 4 ++-- .../Module/Sophia.psm1 | 18 +++++++++++------- .../Sophia.ps1 | 12 ++++++------ 31 files changed, 131 insertions(+), 103 deletions(-) diff --git a/Wrapper/Localizations/de-DE/tooltip_Windows_11.json b/Wrapper/Localizations/de-DE/tooltip_Windows_11.json index 1968792a6..575889b1c 100644 --- a/Wrapper/Localizations/de-DE/tooltip_Windows_11.json +++ b/Wrapper/Localizations/de-DE/tooltip_Windows_11.json @@ -778,11 +778,11 @@ "Arg": { "Zero": { "Tag": "Hide", - "ToolTip": "Entfernen Sie den Abschnitt Empfohlen im Startmenü. Gilt nur für die Editionen Enterprise und Education, aber nicht für IoT Enterprise." + "ToolTip": "Entfernen Sie den Abschnitt Empfohlen im Startmenü. Gilt nicht für die Home-Edition." }, "One": { "Tag": "Show", - "ToolTip": "Abschnitt Empfohlen im Startmenü anzeigen (Standardwert). Gilt nur für die Editionen Enterprise und Education, aber nicht für IoT Enterprise." + "ToolTip": "Abschnitt Empfohlen im Startmenü anzeigen (Standardwert). Gilt nicht für die Home-Edition." } } }, diff --git a/Wrapper/Localizations/en-US/tooltip_Windows_11.json b/Wrapper/Localizations/en-US/tooltip_Windows_11.json index a97fec565..395cf5053 100644 --- a/Wrapper/Localizations/en-US/tooltip_Windows_11.json +++ b/Wrapper/Localizations/en-US/tooltip_Windows_11.json @@ -778,11 +778,11 @@ "Arg": { "Zero": { "Tag": "Hide", - "ToolTip": "Remove Recommended section in Start Menu. Applicable only to Enterprise and Education editions, but not to IoT Enterprise." + "ToolTip": "Remove Recommended section in Start Menu. Not applicable to Home edition." }, "One": { "Tag": "Show", - "ToolTip": "Show Recommended section in Start Menu (default value). Applicable only to Enterprise and Education editions, but not to IoT Enterprise." + "ToolTip": "Show Recommended section in Start Menu (default value). Not applicable to Home edition." } } }, diff --git a/Wrapper/Localizations/ru-RU/tooltip_Windows_11.json b/Wrapper/Localizations/ru-RU/tooltip_Windows_11.json index 4ef7c3c56..fd5536369 100644 --- a/Wrapper/Localizations/ru-RU/tooltip_Windows_11.json +++ b/Wrapper/Localizations/ru-RU/tooltip_Windows_11.json @@ -778,11 +778,11 @@ "Arg": { "Zero": { "Tag": "Hide", - "ToolTip": "Удалить раздел \"Рекомендуем\" в меню \"Пуск\". Применимо только к редакциям Enterprise и Education, но не к IoT Enterprise." + "ToolTip": "Удалить раздел \"Рекомендуем\" в меню \"Пуск\". Неприменимо к редакции Home." }, "One": { "Tag": "Show", - "ToolTip": "Показывать раздел \"Рекомендуем\" в меню \"Пуск\". Применимо только к редакциям Enterprise и Education, но не к IoT Enterprise." + "ToolTip": "Показывать раздел \"Рекомендуем\" в меню \"Пуск\". Неприменимо к редакции Home." } } }, diff --git a/src/Sophia_Script_for_Windows_10/Functions.ps1 b/src/Sophia_Script_for_Windows_10/Functions.ps1 index 7b4eec645..5f57b4e95 100644 --- a/src/Sophia_Script_for_Windows_10/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_10/Functions.ps1 @@ -5,7 +5,7 @@ Version: 5.20.2 Date: 26.01.2025 - Copyright (c) 2014—2025 farag, Inestic & lowl1f3 + Copyright (c) 2014—2025 Team Sophia Thanks to all https://forum.ru-board.com members involved @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1 index 7466c9bde..33f48903e 100644 --- a/src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1 @@ -2,8 +2,8 @@ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '5.20.2' GUID = '109cc881-c42b-45af-a74a-550781989d6a' - Author = 'Dmitry "farag" Nefedov' - Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved' + Author = 'Team Sophia' + Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning and automating the routine tasks' PowerShellVersion = '5.1' ProcessorArchitecture = 'AMD64' diff --git a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 index a41c8d4d3..19f4835fa 100644 --- a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 @@ -9,7 +9,7 @@ 26.01.2025 .AUTHOR - farag, Inestic & lowl1f3 + Team Sophia .COPYRIGHT (c) 2014—2025 @@ -30,6 +30,10 @@ .LINK https://discord.gg/sSryhaEv79 + .DONATE + https://ko-fi.com/Q5Q51QUJC + https://boosty.to/teamsophia + .NOTES https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15 https://habr.com/companies/skillfactory/articles/553800/ @@ -14088,11 +14092,11 @@ function DNSoverHTTPS # https://www.comss.ru/page.php?id=7315 if (-not (Get-CimInstance -ClassName CIM_ComputerSystem).HypervisorPresent) { - Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } else { - Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } foreach ($InterfaceGuid in $InterfaceGuids) @@ -14101,14 +14105,14 @@ function DNSoverHTTPS { New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Force } - if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16")) + if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93")) { - New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Force + New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Force } New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohFlags -PropertyType QWord -Value 2 -Force New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohFlags -PropertyType QWord -Value 2 -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohFlags -PropertyType QWord -Value 2 -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force } } "Disable" diff --git a/src/Sophia_Script_for_Windows_10/Sophia.ps1 b/src/Sophia_Script_for_Windows_10/Sophia.ps1 index 7bf86ae0d..bce60ab07 100644 --- a/src/Sophia_Script_for_Windows_10/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10/Sophia.ps1 @@ -9,7 +9,7 @@ 26.01.2025 .COPYRIGHT - (c) 2014—2025 farag, Inestic & lowl1f3 + (c) 2014—2025 Team Sophia .THANKS Thanks to all https://forum.ru-board.com members involved @@ -77,7 +77,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1 index 3322abd06..86dc859f7 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1 @@ -5,7 +5,7 @@ Version: 5.10.2 Date: 26.01.2025 - Copyright (c) 2014—2025 farag, Inestic & lowl1f3 + Copyright (c) 2014—2025 Team Sophia Thanks to all https://forum.ru-board.com members involved @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1 index cb100890c..47b736e6c 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1 @@ -2,8 +2,8 @@ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '5.10.2' GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01' - Author = 'Dmitry "farag" Nefedov' - Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved' + Author = 'Team Sophia' + Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning and automating the routine tasks' PowerShellVersion = '5.1' ProcessorArchitecture = 'AMD64' diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 index 9309de29d..5ee8df881 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 @@ -9,7 +9,7 @@ 26.01.2025 .AUTHOR - farag, Inestic & lowl1f3 + Team Sophia .COPYRIGHT (c) 2014—2025 @@ -30,6 +30,10 @@ .LINK https://discord.gg/sSryhaEv79 + .DONATE + https://ko-fi.com/Q5Q51QUJC + https://boosty.to/teamsophia + .NOTES https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15 https://habr.com/companies/skillfactory/articles/553800/ diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 index 2d34e6c6e..a20de5df2 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 @@ -9,7 +9,7 @@ 26.01.2025 .COPYRIGHT - (c) 2014—2025 farag, Inestic & lowl1f3 + (c) 2014—2025 Team Sophia .THANKS Thanks to all https://forum.ru-board.com members involved @@ -75,7 +75,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1 index 9f4119e56..3fc9c5297 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1 @@ -5,7 +5,7 @@ Version: 5.20.2 Date: 26.01.2025 - Copyright (c) 2014—2025 farag, Inestic & lowl1f3 + Copyright (c) 2014—2025 Team Sophia Thanks to all https://forum.ru-board.com members involved @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1 index 7466c9bde..33f48903e 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1 @@ -2,8 +2,8 @@ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '5.20.2' GUID = '109cc881-c42b-45af-a74a-550781989d6a' - Author = 'Dmitry "farag" Nefedov' - Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved' + Author = 'Team Sophia' + Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning and automating the routine tasks' PowerShellVersion = '5.1' ProcessorArchitecture = 'AMD64' diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 index 4b56361ea..2059be4d2 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 @@ -9,7 +9,7 @@ 26.01.2025 .AUTHOR - farag, Inestic & lowl1f3 + Team Sophia .COPYRIGHT (c) 2014—2025 @@ -30,6 +30,10 @@ .LINK https://discord.gg/sSryhaEv79 + .DONATE + https://ko-fi.com/Q5Q51QUJC + https://boosty.to/teamsophia + .NOTES https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15 https://habr.com/companies/skillfactory/articles/553800/ @@ -11981,11 +11985,11 @@ function DNSoverHTTPS # https://www.comss.ru/page.php?id=7315 if (-not (Get-CimInstance -ClassName CIM_ComputerSystem).HypervisorPresent) { - Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } else { - Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } foreach ($InterfaceGuid in $InterfaceGuids) @@ -11994,14 +11998,14 @@ function DNSoverHTTPS { New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Force } - if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16")) + if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93")) { - New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Force + New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Force } New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohFlags -PropertyType QWord -Value 2 -Force New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohFlags -PropertyType QWord -Value 2 -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohFlags -PropertyType QWord -Value 2 -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force } } "Disable" diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 index 29e259a26..bcda3ed82 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 @@ -9,7 +9,7 @@ 26.01.2025 .COPYRIGHT - (c) 2014—2025 farag, Inestic & lowl1f3 + (c) 2014—2025 Team Sophia .THANKS Thanks to all https://forum.ru-board.com members involved @@ -75,7 +75,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1 index 70dfe8258..1c38c2911 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1 @@ -5,7 +5,7 @@ Version: 5.20.2 Date: 26.01.2025 - Copyright (c) 2014—2025 farag, Inestic & lowl1f3 + Copyright (c) 2014—2025 Team Sophia Thanks to all https://forum.ru-board.com members involved @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.psd1 index 9712e435c..1df37e08a 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.psd1 @@ -2,8 +2,8 @@ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '5.20.2' GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a' - Author = 'Dmitry "farag" Nefedov' - Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved' + Author = 'Team Sophia' + Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning and automating the routine tasks' PowerShellVersion = '7.4' ProcessorArchitecture = 'AMD64' diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 index 919c2a78a..fa5d004a2 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 @@ -9,7 +9,7 @@ 26.01.2025 .AUTHOR - farag, Inestic & lowl1f3 + Team Sophia .COPYRIGHT (c) 2014—2025 @@ -30,6 +30,10 @@ .LINK https://discord.gg/sSryhaEv79 + .DONATE + https://ko-fi.com/Q5Q51QUJC + https://boosty.to/teamsophia + .NOTES https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15 https://habr.com/companies/skillfactory/articles/553800/ @@ -14118,11 +14122,11 @@ function DNSoverHTTPS # https://www.comss.ru/page.php?id=7315 if (-not (Get-CimInstance -ClassName CIM_ComputerSystem).HypervisorPresent) { - Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } else { - Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } foreach ($InterfaceGuid in $InterfaceGuids) @@ -14131,14 +14135,14 @@ function DNSoverHTTPS { New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Force } - if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16")) + if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93")) { - New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Force + New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Force } New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohFlags -PropertyType QWord -Value 2 -Force New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohFlags -PropertyType QWord -Value 2 -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohFlags -PropertyType QWord -Value 2 -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force } } "Disable" diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 index ca141bd7d..16aabaf92 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 @@ -9,7 +9,7 @@ 26.01.2025 .COPYRIGHT - (c) 2014—2025 farag, Inestic & lowl1f3 + (c) 2014—2025 Team Sophia .THANKS Thanks to all https://forum.ru-board.com members involved @@ -77,7 +77,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.2 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_11/Functions.ps1 b/src/Sophia_Script_for_Windows_11/Functions.ps1 index 3efc837cc..2e5c0e96f 100644 --- a/src/Sophia_Script_for_Windows_11/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_11/Functions.ps1 @@ -5,7 +5,7 @@ Version: 6.8.2 Date: 26.01.2025 - Copyright (c) 2014—2025 farag, Inestic & lowl1f3 + Copyright (c) 2014—2025 Team Sophia Thanks to all https://forum.ru-board.com members involved @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1 index 30ce304ef..8b2eb8d89 100644 --- a/src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1 @@ -2,8 +2,8 @@ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '6.8.2' GUID = '109cc881-c42b-45af-a74a-550781989d6a' - Author = 'Dmitry "farag" Nefedov' - Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved' + Author = 'Team Sophia' + Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning and automating the routine tasks' PowerShellVersion = '5.1' ProcessorArchitecture = 'AMD64' diff --git a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 index d45dd2066..4a59629a8 100644 --- a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 @@ -9,7 +9,7 @@ 26.01.2025 .AUTHOR - farag, Inestic & lowl1f3 + Team Sophia .COPYRIGHT (c) 2014—2025 @@ -30,6 +30,10 @@ .LINK https://discord.gg/sSryhaEv79 + .DONATE + https://ko-fi.com/Q5Q51QUJC + https://boosty.to/teamsophia + .NOTES https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15 https://habr.com/companies/skillfactory/articles/553800/ @@ -13136,11 +13140,11 @@ function DNSoverHTTPS # https://www.comss.ru/page.php?id=7315 if (-not (Get-CimInstance -ClassName CIM_ComputerSystem).HypervisorPresent) { - Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } else { - Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } foreach ($InterfaceGuid in $InterfaceGuids) @@ -13149,14 +13153,14 @@ function DNSoverHTTPS { New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Force } - if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16")) + if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93")) { - New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Force + New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Force } New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohFlags -PropertyType QWord -Value 2 -Force New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohFlags -PropertyType QWord -Value 2 -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohFlags -PropertyType QWord -Value 2 -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force } } "Disable" diff --git a/src/Sophia_Script_for_Windows_11/Sophia.ps1 b/src/Sophia_Script_for_Windows_11/Sophia.ps1 index 78ede30c5..6c0b95693 100644 --- a/src/Sophia_Script_for_Windows_11/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11/Sophia.ps1 @@ -9,7 +9,7 @@ 26.01.2025 .COPYRIGHT - (c) 2014—2025 farag, Inestic & lowl1f3 + (c) 2014—2025 Team Sophia .THANKS Thanks to all https://forum.ru-board.com members involved @@ -73,7 +73,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( @@ -609,12 +609,12 @@ NavigationPaneExpand -Disable # Развернуть до открытой папки область навигации # NavigationPaneExpand -Enable -# Remove Recommended section in Start Menu. Applicable only to Enterprise and Education editions, but not to IoT Enterprise -# Удалить раздел "Рекомендуем" в меню "Пуск". Применимо только к редакциям Enterprise и Education, но не к IoT Enterprise +# Remove Recommended section in Start Menu. Not applicable to Home edition +# Удалить раздел "Рекомендуем" в меню "Пуск". Неприменимо к редакции Home StartRecommendedSection -Hide -# Show Recommended section in Start Menu (default value). Applicable only to Enterprise and Education editions, but not to IoT Enterprise -# Показывать раздел "Рекомендуем" в меню "Пуск" (значение по умолчанию). Применимо только к редакциям Enterprise и Education, но не к IoT Enterprise +# Show Recommended section in Start Menu (default value). Not applicable to Home edition +# Показывать раздел "Рекомендуем" в меню "Пуск" (значение по умолчанию). Неприменимо к редакции Home # StartRecommendedSection -Show #endregion UI & Personalization diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1 index e3cde9270..1a525706f 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1 @@ -5,7 +5,7 @@ Version: 6.8.2 Date: 26.01.2025 - Copyright (c) 2014—2025 farag, Inestic & lowl1f3 + Copyright (c) 2014—2025 Team Sophia Thanks to all https://forum.ru-board.com members involved @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.psd1 index 30ce304ef..8b2eb8d89 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.psd1 @@ -2,8 +2,8 @@ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '6.8.2' GUID = '109cc881-c42b-45af-a74a-550781989d6a' - Author = 'Dmitry "farag" Nefedov' - Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved' + Author = 'Team Sophia' + Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning and automating the routine tasks' PowerShellVersion = '5.1' ProcessorArchitecture = 'AMD64' diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 index bd01907b0..f833a3196 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 @@ -9,7 +9,7 @@ 26.01.2025 .AUTHOR - farag, Inestic & lowl1f3 + Team Sophia .COPYRIGHT (c) 2014—2025 @@ -30,6 +30,10 @@ .LINK https://discord.gg/sSryhaEv79 + .DONATE + https://ko-fi.com/Q5Q51QUJC + https://boosty.to/teamsophia + .NOTES https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15 https://habr.com/companies/skillfactory/articles/553800/ @@ -12396,11 +12400,11 @@ function DNSoverHTTPS # https://www.comss.ru/page.php?id=7315 if (-not (Get-CimInstance -ClassName CIM_ComputerSystem).HypervisorPresent) { - Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } else { - Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } foreach ($InterfaceGuid in $InterfaceGuids) @@ -12409,14 +12413,14 @@ function DNSoverHTTPS { New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Force } - if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16")) + if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93")) { - New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Force + New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Force } New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohFlags -PropertyType QWord -Value 2 -Force New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohFlags -PropertyType QWord -Value 2 -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohFlags -PropertyType QWord -Value 2 -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force } } "Disable" diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 index 415b63cb3..d0ac05e59 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 @@ -9,7 +9,7 @@ 26.01.2025 .COPYRIGHT - (c) 2014—2025 farag, Inestic & lowl1f3 + (c) 2014—2025 Team Sophia .THANKS Thanks to all https://forum.ru-board.com members involved @@ -74,7 +74,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( @@ -598,12 +598,12 @@ NavigationPaneExpand -Disable # Развернуть до открытой папки область навигации # NavigationPaneExpand -Enable -# Remove Recommended section in Start Menu. Applicable only to Enterprise and Education editions, but not to IoT Enterprise -# Удалить раздел "Рекомендуем" в меню "Пуск". Применимо только к редакциям Enterprise и Education, но не к IoT Enterprise +# Remove Recommended section in Start Menu +# Удалить раздел "Рекомендуем" в меню "Пуск" StartRecommendedSection -Hide -# Show Recommended section in Start Menu (default value). Applicable only to Enterprise and Education editions, but not to IoT Enterprise -# Показывать раздел "Рекомендуем" в меню "Пуск" (значение по умолчанию). Применимо только к редакциям Enterprise и Education, но не к IoT Enterprise +# Show Recommended section in Start Menu (default value) +# Показывать раздел "Рекомендуем" в меню "Пуск" (значение по умолчанию) # StartRecommendedSection -Show #endregion UI & Personalization diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1 index da84e2f97..21dc50436 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1 @@ -5,7 +5,7 @@ Version: 6.8.2 Date: 26.01.2025 - Copyright (c) 2014—2025 farag, Inestic & lowl1f3 + Copyright (c) 2014—2025 Team Sophia Thanks to all https://forum.ru-board.com members involved @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.psd1 index 5d69c2968..7acd5a875 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.psd1 @@ -2,8 +2,8 @@ RootModule = '..\Module\Sophia.psm1' ModuleVersion = '6.8.2' GUID = '109cc881-c42b-45af-a74a-550781989d6a' - Author = 'Dmitry "farag" Nefedov' - Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved' + Author = 'Team Sophia' + Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Description = 'Module for Windows fine-tuning and automating the routine tasks' PowerShellVersion = '7.4' ProcessorArchitecture = 'AMD64' diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 index 78de2b7ec..d9e6a5fd2 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 @@ -9,7 +9,7 @@ 26.01.2025 .AUTHOR - farag, Inestic & lowl1f3 + Team Sophia .COPYRIGHT (c) 2014—2025 @@ -30,6 +30,10 @@ .LINK https://discord.gg/sSryhaEv79 + .DONATE + https://ko-fi.com/Q5Q51QUJC + https://boosty.to/teamsophia + .NOTES https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15 https://habr.com/companies/skillfactory/articles/553800/ @@ -13166,11 +13170,11 @@ function DNSoverHTTPS # https://www.comss.ru/page.php?id=7315 if (-not (Get-CimInstance -ClassName CIM_ComputerSystem).HypervisorPresent) { - Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetAdapter -Physical | Get-NetIPInterface -AddressFamily IPv4 | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } else { - Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 195.133.25.16 + Get-NetRoute | Where-Object -FilterScript {$_.DestinationPrefix -eq "0.0.0.0/0"} | Get-NetAdapter | Set-DnsClientServerAddress -ServerAddresses 83.220.169.155, 212.109.195.93 } foreach ($InterfaceGuid in $InterfaceGuids) @@ -13179,14 +13183,14 @@ function DNSoverHTTPS { New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Force } - if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16")) + if (-not (Test-Path -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93")) { - New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Force + New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Force } New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohFlags -PropertyType QWord -Value 2 -Force New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\83.220.169.155" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohFlags -PropertyType QWord -Value 2 -Force - New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\195.133.25.16" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohFlags -PropertyType QWord -Value 2 -Force + New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Dnscache\InterfaceSpecificParameters\$InterfaceGuid\DohInterfaceSettings\Doh\212.109.195.93" -Name DohTemplate -PropertyType String -Value https://dns.comss.one/dns-query -Force } } "Disable" diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 index b4e3fe858..e36a5d0ed 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 @@ -9,7 +9,7 @@ 26.01.2025 .COPYRIGHT - (c) 2014—2025 farag, Inestic & lowl1f3 + (c) 2014—2025 Team Sophia .THANKS Thanks to all https://forum.ru-board.com members involved @@ -76,7 +76,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.2 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( @@ -616,12 +616,12 @@ NavigationPaneExpand -Disable # Развернуть до открытой папки область навигации # NavigationPaneExpand -Enable -# Remove Recommended section in Start Menu. Applicable only to Enterprise and Education editions, but not to IoT Enterprise -# Удалить раздел "Рекомендуем" в меню "Пуск". Применимо только к редакциям Enterprise и Education, но не к IoT Enterprise +# Remove Recommended section in Start Menu. Not applicable to Home edition +# Удалить раздел "Рекомендуем" в меню "Пуск". Неприменимо к редакции Home StartRecommendedSection -Hide -# Show Recommended section in Start Menu (default value). Applicable only to Enterprise and Education editions, but not to IoT Enterprise -# Показывать раздел "Рекомендуем" в меню "Пуск" (значение по умолчанию). Применимо только к редакциям Enterprise и Education, но не к IoT Enterprise +# Show Recommended section in Start Menu (default value). Not applicable to Home edition +# Показывать раздел "Рекомендуем" в меню "Пуск" (значение по умолчанию). Неприменимо к редакции Home # StartRecommendedSection -Show #endregion UI & Personalization